COLOR #D24D0C

HEX: #D24D0C
RGB: (210,77,12)

Color info

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

RGB color model

#D24D0C color RGB value is (210,77,12).

  • red value is 210;
  • green value is 77;
  • blue value is 12.
RGB:
(210,77,12)
(82%,30%,5%)

RGB channels and saturation

R 210 of 255 = 82%
G 77 of 255 = 30%
B 12 of 255 = 5%

210
77
12

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

Portions of RGB colors in percentages

R + G + B =
210 + 77 + 12 = 299 (100%)
R 210 of 299 ~ 70.23%
G 77 of 299 ~ 25.75%
B 12 of 299 ~ 4.01%

%70.23
%25.75

CMYK color model

#D24D0C color CMYK value is (0,63,94,18).

  • cyan value is 0.00%
  • magenta value is 63.33%
  • yellow value is 94.29%
  • key color value is 17.65%
CMYK:
(0,63,94,18)
C0M63Y94K18 
(0%,63%,94%,18%)
(0.00/0.63/0.94/0.18)	

CMYK percentages

%0
%63.33
%94.29
%17.65

Codes

Color #D24D0C in popluar color models

D24D0C
RGB2107712
HSL20°89.19%43.53%
HSB/HSV20°94.29%82.35%
CMYK0.00%63.33%94.29%
17.65%

Color #D24D0C in popluar number systems.

HEXD24D0C
Decimal2107712
Binary1101001010011011100
Octal32211514

Shades and tints

Shades of #D24D0C

#D24D0C
(210,77,12)
#BF460B
(191,70,11)
#AC3F0A
(172,63,10)
#993809
(153,56,9)
#863108
(134,49,8)
#732A07
(115,42,7)
#602306
(96,35,6)
#4D1C05
(77,28,5)
#3A1504
(58,21,4)
#270E03
(39,14,3)
#140702
(20,7,2)
#000000
(0,0,0)

Tints of #D24D0C

#D24D0C
(210,77,12)
#D65D22
(214,93,34)
#DA6D38
(218,109,56)
#DE7D4E
(222,125,78)
#E28D64
(226,141,100)
#E69D7A
(230,157,122)
#EAAD90
(234,173,144)
#EEBDA6
(238,189,166)
#F2CDBC
(242,205,188)
#F6DDD2
(246,221,210)
#FAEDE8
(250,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D24D0C color. Also use rgb(210,77,12) instead hex code.

Text Font Color

.myTextColor { color: #D24D0C; }

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

This text font color is #D24D0C.


Background Color

.myBgColor { background-color: #D24D0C; }

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

This div background color is #D24D0C.


Border color

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

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

This div border color is #D24D0C.


Opacity

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

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

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

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

This text has shadow with #D24D0C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D24D0C on black background.


Color preview on white background

This text has color #D24D0C on white background.



Black color preview on #D24D0C background

This text has black color on #D24D0C background.


White color preview on #D24D0C background

This text has white color on #D24D0C background.