COLOR #D60D1C

HEX: #D60D1C
RGB: (214,13,28)

Color info

#D60D1C contains mainly red color. Web safe color of #D60D1C is #CC0033 (or #C03).

RGB color model

#D60D1C color RGB value is (214,13,28).

  • red value is 214;
  • green value is 13;
  • blue value is 28.
RGB:
(214,13,28)
(84%,5%,11%)

RGB channels and saturation

R 214 of 255 = 84%
G 13 of 255 = 5%
B 28 of 255 = 11%

214
13
28

R + G + B ~ 33%. #D60D1C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
214 + 13 + 28 = 255 (100%)
R 214 of 255 ~ 83.92%
G 13 of 255 ~ 5.1%
B 28 of 255 ~ 10.98%

%83.92
%10.98

CMYK color model

#D60D1C color CMYK value is (0,94,87,16).

  • cyan value is 0.00%
  • magenta value is 93.93%
  • yellow value is 86.92%
  • key color value is 16.08%
CMYK:
(0,94,87,16)
C0M94Y87K16 
(0%,94%,87%,16%)
(0.00/0.94/0.87/0.16)	

CMYK percentages

%0
%93.93
%86.92
%16.08

Codes

Color #D60D1C in popluar color models

D60D1C
RGB2141328
HSL356°88.55%44.51%
HSB/HSV356°93.93%83.92%
CMYK0.00%93.93%86.92%
16.08%

Color #D60D1C in popluar number systems.

HEXD60D1C
Decimal2141328
Binary11010110110111100
Octal3261534

Shades and tints

Shades of #D60D1C

#D60D1C
(214,13,28)
#C30C1A
(195,12,26)
#B00B18
(176,11,24)
#9D0A16
(157,10,22)
#8A0914
(138,9,20)
#770812
(119,8,18)
#640710
(100,7,16)
#51060E
(81,6,14)
#3E050C
(62,5,12)
#2B040A
(43,4,10)
#180308
(24,3,8)
#000000
(0,0,0)

Tints of #D60D1C

#D60D1C
(214,13,28)
#D92330
(217,35,48)
#DC3944
(220,57,68)
#DF4F58
(223,79,88)
#E2656C
(226,101,108)
#E57B80
(229,123,128)
#E89194
(232,145,148)
#EBA7A8
(235,167,168)
#EEBDBC
(238,189,188)
#F1D3D0
(241,211,208)
#F4E9E4
(244,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D60D1C color. Also use rgb(214,13,28) instead hex code.

Text Font Color

.myTextColor { color: #D60D1C; }

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

This text font color is #D60D1C.


Background Color

.myBgColor { background-color: #D60D1C; }

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

This div background color is #D60D1C.


Border color

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

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

This div border color is #D60D1C.


Opacity

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

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

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

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

This text has shadow with #D60D1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D60D1C on black background.


Color preview on white background

This text has color #D60D1C on white background.



Black color preview on #D60D1C background

This text has black color on #D60D1C background.


White color preview on #D60D1C background

This text has white color on #D60D1C background.