COLOR #DE4B0C

HEX: #DE4B0C
RGB: (222,75,12)

Color info

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

RGB color model

#DE4B0C color RGB value is (222,75,12).

  • red value is 222;
  • green value is 75;
  • blue value is 12.
RGB:
(222,75,12)
(87%,29%,5%)

RGB channels and saturation

R 222 of 255 = 87%
G 75 of 255 = 29%
B 12 of 255 = 5%

222
75
12

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

Portions of RGB colors in percentages

R + G + B =
222 + 75 + 12 = 309 (100%)
R 222 of 309 ~ 71.84%
G 75 of 309 ~ 24.27%
B 12 of 309 ~ 3.88%

%71.84
%24.27

CMYK color model

#DE4B0C color CMYK value is (0,66,95,13).

  • cyan value is 0.00%
  • magenta value is 66.22%
  • yellow value is 94.59%
  • key color value is 12.94%
CMYK:
(0,66,95,13)
C0M66Y95K13 
(0%,66%,95%,13%)
(0.00/0.66/0.95/0.13)	

CMYK percentages

%0
%66.22
%94.59
%12.94

Codes

Color #DE4B0C in popluar color models

DE4B0C
RGB2227512
HSL18°89.74%45.88%
HSB/HSV18°94.59%87.06%
CMYK0.00%66.22%94.59%
12.94%

Color #DE4B0C in popluar number systems.

HEXDE4B0C
Decimal2227512
Binary1101111010010111100
Octal33611314

Shades and tints

Shades of #DE4B0C

#DE4B0C
(222,75,12)
#CA450B
(202,69,11)
#B63F0A
(182,63,10)
#A23909
(162,57,9)
#8E3308
(142,51,8)
#7A2D07
(122,45,7)
#662706
(102,39,6)
#522105
(82,33,5)
#3E1B04
(62,27,4)
#2A1503
(42,21,3)
#160F02
(22,15,2)
#000000
(0,0,0)

Tints of #DE4B0C

#DE4B0C
(222,75,12)
#E15B22
(225,91,34)
#E46B38
(228,107,56)
#E77B4E
(231,123,78)
#EA8B64
(234,139,100)
#ED9B7A
(237,155,122)
#F0AB90
(240,171,144)
#F3BBA6
(243,187,166)
#F6CBBC
(246,203,188)
#F9DBD2
(249,219,210)
#FCEBE8
(252,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DE4B0C color. Also use rgb(222,75,12) instead hex code.

Text Font Color

.myTextColor { color: #DE4B0C; }

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

This text font color is #DE4B0C.


Background Color

.myBgColor { background-color: #DE4B0C; }

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

This div background color is #DE4B0C.


Border color

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

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

This div border color is #DE4B0C.


Opacity

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

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

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

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

This text has shadow with #DE4B0C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DE4B0C on black background.


Color preview on white background

This text has color #DE4B0C on white background.



Black color preview on #DE4B0C background

This text has black color on #DE4B0C background.


White color preview on #DE4B0C background

This text has white color on #DE4B0C background.