COLOR #D23C0E

HEX: #D23C0E
RGB: (210,60,14)

Color info

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

RGB color model

#D23C0E color RGB value is (210,60,14).

  • red value is 210;
  • green value is 60;
  • blue value is 14.
RGB:
(210,60,14)
(82%,24%,5%)

RGB channels and saturation

R 210 of 255 = 82%
G 60 of 255 = 24%
B 14 of 255 = 5%

210
60
14

R + G + B ~ 37%. #D23C0E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
210 + 60 + 14 = 284 (100%)
R 210 of 284 ~ 73.94%
G 60 of 284 ~ 21.13%
B 14 of 284 ~ 4.93%

%73.94
%21.13

CMYK color model

#D23C0E color CMYK value is (0,71,93,18).

  • cyan value is 0.00%
  • magenta value is 71.43%
  • yellow value is 93.33%
  • key color value is 17.65%
CMYK:
(0,71,93,18)
C0M71Y93K18 
(0%,71%,93%,18%)
(0.00/0.71/0.93/0.18)	

CMYK percentages

%0
%71.43
%93.33
%17.65

Codes

Color #D23C0E in popluar color models

D23C0E
RGB2106014
HSL14°87.50%43.92%
HSB/HSV14°93.33%82.35%
CMYK0.00%71.43%93.33%
17.65%

Color #D23C0E in popluar number systems.

HEXD23C0E
Decimal2106014
Binary110100101111001110
Octal3227416

Shades and tints

Shades of #D23C0E

#D23C0E
(210,60,14)
#BF370D
(191,55,13)
#AC320C
(172,50,12)
#992D0B
(153,45,11)
#86280A
(134,40,10)
#732309
(115,35,9)
#601E08
(96,30,8)
#4D1907
(77,25,7)
#3A1406
(58,20,6)
#270F05
(39,15,5)
#140A04
(20,10,4)
#000000
(0,0,0)

Tints of #D23C0E

#D23C0E
(210,60,14)
#D64D23
(214,77,35)
#DA5E38
(218,94,56)
#DE6F4D
(222,111,77)
#E28062
(226,128,98)
#E69177
(230,145,119)
#EAA28C
(234,162,140)
#EEB3A1
(238,179,161)
#F2C4B6
(242,196,182)
#F6D5CB
(246,213,203)
#FAE6E0
(250,230,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D23C0E color. Also use rgb(210,60,14) instead hex code.

Text Font Color

.myTextColor { color: #D23C0E; }

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

This text font color is #D23C0E.


Background Color

.myBgColor { background-color: #D23C0E; }

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

This div background color is #D23C0E.


Border color

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

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

This div border color is #D23C0E.


Opacity

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

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

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

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

This text has shadow with #D23C0E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D23C0E on black background.


Color preview on white background

This text has color #D23C0E on white background.



Black color preview on #D23C0E background

This text has black color on #D23C0E background.


White color preview on #D23C0E background

This text has white color on #D23C0E background.