COLOR #D10D0D

HEX: #D10D0D
RGB: (209,13,13)

Color info

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

RGB color model

#D10D0D color RGB value is (209,13,13).

  • red value is 209;
  • green value is 13;
  • blue value is 13.
RGB:
(209,13,13)
(82%,5%,5%)

RGB channels and saturation

R 209 of 255 = 82%
G 13 of 255 = 5%
B 13 of 255 = 5%

209
13
13

R + G + B ~ 31%. #D10D0D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
209 + 13 + 13 = 235 (100%)
R 209 of 235 ~ 88.94%
G 13 of 235 ~ 5.53%
B 13 of 235 ~ 5.53%

%88.94

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 93.78%
  • yellow value is 93.78%
  • key color value is 18.04%
CMYK:
(0,94,94,18)
C0M94Y94K18 
(0%,94%,94%,18%)
(0.00/0.94/0.94/0.18)	

CMYK percentages

%0
%93.78
%93.78
%18.04

Codes

Color #D10D0D in popluar color models

D10D0D
RGB2091313
HSL88.29%43.53%
HSB/HSV93.78%81.96%
CMYK0.00%93.78%93.78%
18.04%

Color #D10D0D in popluar number systems.

HEXD10D0D
Decimal2091313
Binary1101000111011101
Octal3211515

Shades and tints

Shades of #D10D0D

#D10D0D
(209,13,13)
#BE0C0C
(190,12,12)
#AB0B0B
(171,11,11)
#980A0A
(152,10,10)
#850909
(133,9,9)
#720808
(114,8,8)
#5F0707
(95,7,7)
#4C0606
(76,6,6)
#390505
(57,5,5)
#260404
(38,4,4)
#130303
(19,3,3)
#000000
(0,0,0)

Tints of #D10D0D

#D10D0D
(209,13,13)
#D52323
(213,35,35)
#D93939
(217,57,57)
#DD4F4F
(221,79,79)
#E16565
(225,101,101)
#E57B7B
(229,123,123)
#E99191
(233,145,145)
#EDA7A7
(237,167,167)
#F1BDBD
(241,189,189)
#F5D3D3
(245,211,211)
#F9E9E9
(249,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D10D0D; }

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

This text font color is #D10D0D.


Background Color

.myBgColor { background-color: #D10D0D; }

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

This div background color is #D10D0D.


Border color

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

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

This div border color is #D10D0D.


Opacity

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

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

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

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

This text has shadow with #D10D0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D10D0D on black background.


Color preview on white background

This text has color #D10D0D on white background.



Black color preview on #D10D0D background

This text has black color on #D10D0D background.


White color preview on #D10D0D background

This text has white color on #D10D0D background.