COLOR #C63E49

HEX: #C63E49
RGB: (198,62,73)

Renk bilgisi

#C63E49 contains mainly red color. #C63E49 ‘ nin web güvenlik rengi #CC3333 (ya da #C33) dir.

RGB renk modeli

#C63E49 color RGB value is (198,62,73).

  • kırmız ton 198;
  • yeşil ton 62;
  • mavi ton 73.
RGB:
(198,62,73)
(78%,24%,29%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 62 of 255 = 24%
B 73 of 255 = 29%

198
62
73

R + G + B ~ 44%. #C63E49 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 62 + 73 = 333 (100%)
R 198 of 333 ~ 59.46%
G 62 of 333 ~ 18.62%
B 73 of 333 ~ 21.92%

%59.46
%18.62
%21.92

CMYK RENK MODELİ

#C63E49 rengi CMYK tonu (0,69,63,22).

  • camgöbeği tonu 0.00%
  • eflatun tonu 68.69%
  • sarı tonu 63.13%
  • ana renk tonu 22.35%
CMYK:
(0,69,63,22)
C0M69Y63K22 
(0%,69%,63%,22%)
(0.00/0.69/0.63/0.22)	

CMYK yüzdeleri

%0
%68.69
%63.13
%22.35

Codes

Color #C63E49 in popluar color models

C63E49
RGB1986273
HSL355°54.40%50.98%
HSB/HSV355°68.69%77.65%
CMYK0.00%68.69%63.13%
22.35%

Color #C63E49 in popluar number systems.

HEXC63E49
Decimal1986273
Binary110001101111101001001
Octal30676111

Shades and tints

Shades of #C63E49

#C63E49
(198,62,73)
#B43943
(180,57,67)
#A2343D
(162,52,61)
#902F37
(144,47,55)
#7E2A31
(126,42,49)
#6C252B
(108,37,43)
#5A2025
(90,32,37)
#481B1F
(72,27,31)
#361619
(54,22,25)
#241113
(36,17,19)
#120C0D
(18,12,13)
#000000
(0,0,0)

Tints of #C63E49

#C63E49
(198,62,73)
#CB4F59
(203,79,89)
#D06069
(208,96,105)
#D57179
(213,113,121)
#DA8289
(218,130,137)
#DF9399
(223,147,153)
#E4A4A9
(228,164,169)
#E9B5B9
(233,181,185)
#EEC6C9
(238,198,201)
#F3D7D9
(243,215,217)
#F8E8E9
(248,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C63E49 color. Also use rgb(198,62,73) instead hex code.

Text Font Color

.myTextColor { color: #C63E49; }

<p style="color:#C63E49">This sample text font color is #C63E49.</p>

This text font color is #C63E49.


Background Color

.myBgColor { background-color: #C63E49; }

<div style="background-color:#C63E49">Inner text</div>

This div background color is #C63E49.


Border color

.myBorderColor { border: 1px solid #C63E49; }

<div style="border:3px solid #C63E49">Div</div>

This div border color is #C63E49.


Opacity

.myOpacity80 { color: #C63E49; opacity: 0.8; }

<p style="color:#C63E49;opacity:0.8;">80%</p>

Text with #C63E49 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C63E49;}

<p style="text-shadow: 3px 3px 1px #C63E49">Text here.</p>

This text has shadow with #C63E49 color.

.textShadow {text-shadow: 3px 3px 1px #C63E49, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C63E49, 5px 5px 20px red">Text here.</p>

This text has shadow with #C63E49 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C63E49, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C63E49, Direction=45, Strength=4)">Text</p>

This text has shadow with #C63E49 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #C63E49;
  -webkit-box-shadow:	1px 1px 3px 2px #C63E49;
  box-shadow:		1px 1px 3px 2px #C63E49;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C63E49;
-webkit-box-shadow: 1px 1px 3px 2px #C63E49;
box-shadow:1px 1px 3px 2px #C63E49;">
Div content here</div>
This div box has shadow with color #C63E49.

Preview

Color preview on black background

This text has color #C63E49 on black background.


Color preview on white background

This text has color #C63E49 on white background.



Black color preview on #C63E49 background

This text has black color on #C63E49 background.


White color preview on #C63E49 background

This text has white color on #C63E49 background.