COLOR #C04011

HEX: #C04011
RGB: (192,64,17)

Color info

#C04011 contains mainly red color. Web safe color of #C04011 is #CC3300 (or #C30).

RGB color model

#C04011 color RGB value is (192,64,17).

  • red value is 192;
  • green value is 64;
  • blue value is 17.
RGB:
(192,64,17)
(75%,25%,7%)

RGB channels and saturation

R 192 of 255 = 75%
G 64 of 255 = 25%
B 17 of 255 = 7%

192
64
17

R + G + B ~ 36%. #C04011 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
192 + 64 + 17 = 273 (100%)
R 192 of 273 ~ 70.33%
G 64 of 273 ~ 23.44%
B 17 of 273 ~ 6.23%

%70.33
%23.44

CMYK color model

#C04011 color CMYK value is (0,67,91,25).

  • cyan value is 0.00%
  • magenta value is 66.67%
  • yellow value is 91.15%
  • key color value is 24.71%
CMYK:
(0,67,91,25)
C0M67Y91K25 
(0%,67%,91%,25%)
(0.00/0.67/0.91/0.25)	

CMYK percentages

%0
%66.67
%91.15
%24.71

Codes

Color #C04011 in popluar color models

C04011
RGB1926417
HSL16°83.73%40.98%
HSB/HSV16°91.15%75.29%
CMYK0.00%66.67%91.15%
24.71%

Color #C04011 in popluar number systems.

HEXC04011
Decimal1926417
Binary11000000100000010001
Octal30010021

Shades and tints

Shades of #C04011

#C04011
(192,64,17)
#AF3B10
(175,59,16)
#9E360F
(158,54,15)
#8D310E
(141,49,14)
#7C2C0D
(124,44,13)
#6B270C
(107,39,12)
#5A220B
(90,34,11)
#491D0A
(73,29,10)
#381809
(56,24,9)
#271308
(39,19,8)
#160E07
(22,14,7)
#000000
(0,0,0)

Tints of #C04011

#C04011
(192,64,17)
#C55126
(197,81,38)
#CA623B
(202,98,59)
#CF7350
(207,115,80)
#D48465
(212,132,101)
#D9957A
(217,149,122)
#DEA68F
(222,166,143)
#E3B7A4
(227,183,164)
#E8C8B9
(232,200,185)
#EDD9CE
(237,217,206)
#F2EAE3
(242,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C04011 color. Also use rgb(192,64,17) instead hex code.

Text Font Color

.myTextColor { color: #C04011; }

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

This text font color is #C04011.


Background Color

.myBgColor { background-color: #C04011; }

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

This div background color is #C04011.


Border color

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

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

This div border color is #C04011.


Opacity

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

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

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

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

This text has shadow with #C04011 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C04011 on black background.


Color preview on white background

This text has color #C04011 on white background.



Black color preview on #C04011 background

This text has black color on #C04011 background.


White color preview on #C04011 background

This text has white color on #C04011 background.