COLOR #D10000

HEX: #D10000
RGB: (209,0,0)

Color info

#D10000 contains only red color. Web safe color of #D10000 is #CC0000 (or #C00).

RGB color model

#D10000 color RGB value is (209,0,0).

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

RGB channels and saturation

R 209 of 255 = 82%
G 0 of 255 = 0%
B 0 of 255 = 0%

209
0
0

R + G + B ~ 27%. #D10000 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
209 + 0 + 0 = 209 (100%)
R 209 of 209 ~ 100%
G 0 of 209 ~ 0%
B 0 of 209 ~ 0%

%100

CMYK color model

#D10000 color CMYK value is (0,100,100,18).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 100.00%
  • key color value is 18.04%
CMYK:
(0,100,100,18)
C0M100Y100K18 
(0%,100%,100%,18%)
(0.00/1.00/1.00/0.18)	

CMYK percentages

%0
%100
%100
%18.04

Codes

Color #D10000 in popluar color models

D10000
RGB20900
HSL100.00%40.98%
HSB/HSV100.00%81.96%
CMYK0.00%100.00%100.00%
18.04%

Color #D10000 in popluar number systems.

HEXD10000
Decimal20900
Binary1101000100
Octal32100

Shades and tints

Shades of #D10000

#D10000
(209,0,0)
#BE0000
(190,0,0)
#AB0000
(171,0,0)
#980000
(152,0,0)
#850000
(133,0,0)
#720000
(114,0,0)
#5F0000
(95,0,0)
#4C0000
(76,0,0)
#390000
(57,0,0)
#260000
(38,0,0)
#130000
(19,0,0)
#000000
(0,0,0)

Tints of #D10000

#D10000
(209,0,0)
#D51717
(213,23,23)
#D92E2E
(217,46,46)
#DD4545
(221,69,69)
#E15C5C
(225,92,92)
#E57373
(229,115,115)
#E98A8A
(233,138,138)
#EDA1A1
(237,161,161)
#F1B8B8
(241,184,184)
#F5CFCF
(245,207,207)
#F9E6E6
(249,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D10000; }

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

This text font color is #D10000.


Background Color

.myBgColor { background-color: #D10000; }

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

This div background color is #D10000.


Border color

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

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

This div border color is #D10000.


Opacity

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

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

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

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

This text has shadow with #D10000 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D10000 on black background.


Color preview on white background

This text has color #D10000 on white background.



Black color preview on #D10000 background

This text has black color on #D10000 background.


White color preview on #D10000 background

This text has white color on #D10000 background.