COLOR #D60A00

HEX: #D60A00
RGB: (214,10,0)

Color info

#D60A00 contains mainly red color. Web safe color of #D60A00 is #CC0000 (or #C00).

RGB color model

#D60A00 color RGB value is (214,10,0).

  • red value is 214;
  • green value is 10;
  • blue value is 0.
RGB:
(214,10,0)
(84%,4%,0%)

RGB channels and saturation

R 214 of 255 = 84%
G 10 of 255 = 4%
B 0 of 255 = 0%

214
10
0

R + G + B ~ 29%. #D60A00 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
214 + 10 + 0 = 224 (100%)
R 214 of 224 ~ 95.54%
G 10 of 224 ~ 4.46%
B 0 of 224 ~ 0%

%95.54

CMYK color model

#D60A00 color CMYK value is (0,95,100,16).

  • cyan value is 0.00%
  • magenta value is 95.33%
  • yellow value is 100.00%
  • key color value is 16.08%
CMYK:
(0,95,100,16)
C0M95Y100K16 
(0%,95%,100%,16%)
(0.00/0.95/1.00/0.16)	

CMYK percentages

%0
%95.33
%100
%16.08

Codes

Color #D60A00 in popluar color models

D60A00
RGB214100
HSL100.00%41.96%
HSB/HSV100.00%83.92%
CMYK0.00%95.33%100.00%
16.08%

Color #D60A00 in popluar number systems.

HEXD60A00
Decimal214100
Binary1101011010100
Octal326120

Shades and tints

Shades of #D60A00

#D60A00
(214,10,0)
#C30A00
(195,10,0)
#B00A00
(176,10,0)
#9D0A00
(157,10,0)
#8A0A00
(138,10,0)
#770A00
(119,10,0)
#640A00
(100,10,0)
#510A00
(81,10,0)
#3E0A00
(62,10,0)
#2B0A00
(43,10,0)
#180A00
(24,10,0)
#000000
(0,0,0)

Tints of #D60A00

#D60A00
(214,10,0)
#D92017
(217,32,23)
#DC362E
(220,54,46)
#DF4C45
(223,76,69)
#E2625C
(226,98,92)
#E57873
(229,120,115)
#E88E8A
(232,142,138)
#EBA4A1
(235,164,161)
#EEBAB8
(238,186,184)
#F1D0CF
(241,208,207)
#F4E6E6
(244,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D60A00 color. Also use rgb(214,10,0) instead hex code.

Text Font Color

.myTextColor { color: #D60A00; }

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

This text font color is #D60A00.


Background Color

.myBgColor { background-color: #D60A00; }

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

This div background color is #D60A00.


Border color

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

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

This div border color is #D60A00.


Opacity

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

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

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

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

This text has shadow with #D60A00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D60A00 on black background.


Color preview on white background

This text has color #D60A00 on white background.



Black color preview on #D60A00 background

This text has black color on #D60A00 background.


White color preview on #D60A00 background

This text has white color on #D60A00 background.