COLOR #C03C2F

HEX: #C03C2F
RGB: (192,60,47)

Color info

#C03C2F contains mainly red color. Web safe color of #C03C2F is #CC3333 (or #C33).

RGB color model

#C03C2F color RGB value is (192,60,47).

  • red value is 192;
  • green value is 60;
  • blue value is 47.
RGB:
(192,60,47)
(75%,24%,18%)

RGB channels and saturation

R 192 of 255 = 75%
G 60 of 255 = 24%
B 47 of 255 = 18%

192
60
47

R + G + B ~ 39%. #C03C2F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
192 + 60 + 47 = 299 (100%)
R 192 of 299 ~ 64.21%
G 60 of 299 ~ 20.07%
B 47 of 299 ~ 15.72%

%64.21
%20.07
%15.72

CMYK color model

#C03C2F color CMYK value is (0,69,76,25).

  • cyan value is 0.00%
  • magenta value is 68.75%
  • yellow value is 75.52%
  • key color value is 24.71%
CMYK:
(0,69,76,25)
C0M69Y76K25 
(0%,69%,76%,25%)
(0.00/0.69/0.76/0.25)	

CMYK percentages

%0
%68.75
%75.52
%24.71

Codes

Color #C03C2F in popluar color models

C03C2F
RGB1926047
HSL60.67%46.86%
HSB/HSV75.52%75.29%
CMYK0.00%68.75%75.52%
24.71%

Color #C03C2F in popluar number systems.

HEXC03C2F
Decimal1926047
Binary11000000111100101111
Octal3007457

Shades and tints

Shades of #C03C2F

#C03C2F
(192,60,47)
#AF372B
(175,55,43)
#9E3227
(158,50,39)
#8D2D23
(141,45,35)
#7C281F
(124,40,31)
#6B231B
(107,35,27)
#5A1E17
(90,30,23)
#491913
(73,25,19)
#38140F
(56,20,15)
#270F0B
(39,15,11)
#160A07
(22,10,7)
#000000
(0,0,0)

Tints of #C03C2F

#C03C2F
(192,60,47)
#C54D41
(197,77,65)
#CA5E53
(202,94,83)
#CF6F65
(207,111,101)
#D48077
(212,128,119)
#D99189
(217,145,137)
#DEA29B
(222,162,155)
#E3B3AD
(227,179,173)
#E8C4BF
(232,196,191)
#EDD5D1
(237,213,209)
#F2E6E3
(242,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C03C2F color. Also use rgb(192,60,47) instead hex code.

Text Font Color

.myTextColor { color: #C03C2F; }

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

This text font color is #C03C2F.


Background Color

.myBgColor { background-color: #C03C2F; }

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

This div background color is #C03C2F.


Border color

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

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

This div border color is #C03C2F.


Opacity

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

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

Text with #C03C2F 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 #C03C2F;}

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

This text has shadow with #C03C2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C03C2F on black background.


Color preview on white background

This text has color #C03C2F on white background.



Black color preview on #C03C2F background

This text has black color on #C03C2F background.


White color preview on #C03C2F background

This text has white color on #C03C2F background.