COLOR #D40013

HEX: #D40013
RGB: (212,0,19)

Color info

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

RGB color model

#D40013 color RGB value is (212,0,19).

  • red value is 212;
  • green value is 0;
  • blue value is 19.
RGB:
(212,0,19)
(83%,0%,7%)

RGB channels and saturation

R 212 of 255 = 83%
G 0 of 255 = 0%
B 19 of 255 = 7%

212
0
19

R + G + B ~ 30%. #D40013 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
212 + 0 + 19 = 231 (100%)
R 212 of 231 ~ 91.77%
G 0 of 231 ~ 0%
B 19 of 231 ~ 8.23%

%91.77

CMYK color model

#D40013 color CMYK value is (0,100,91,17).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 91.04%
  • key color value is 16.86%
CMYK:
(0,100,91,17)
C0M100Y91K17 
(0%,100%,91%,17%)
(0.00/1.00/0.91/0.17)	

CMYK percentages

%0
%100
%91.04
%16.86

Codes

Color #D40013 in popluar color models

D40013
RGB212019
HSL355°100.00%41.57%
HSB/HSV355°100.00%83.14%
CMYK0.00%100.00%91.04%
16.86%

Color #D40013 in popluar number systems.

HEXD40013
Decimal212019
Binary11010100010011
Octal324023

Shades and tints

Shades of #D40013

#D40013
(212,0,19)
#C10012
(193,0,18)
#AE0011
(174,0,17)
#9B0010
(155,0,16)
#88000F
(136,0,15)
#75000E
(117,0,14)
#62000D
(98,0,13)
#4F000C
(79,0,12)
#3C000B
(60,0,11)
#29000A
(41,0,10)
#160009
(22,0,9)
#000000
(0,0,0)

Tints of #D40013

#D40013
(212,0,19)
#D71728
(215,23,40)
#DA2E3D
(218,46,61)
#DD4552
(221,69,82)
#E05C67
(224,92,103)
#E3737C
(227,115,124)
#E68A91
(230,138,145)
#E9A1A6
(233,161,166)
#ECB8BB
(236,184,187)
#EFCFD0
(239,207,208)
#F2E6E5
(242,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D40013; }

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

This text font color is #D40013.


Background Color

.myBgColor { background-color: #D40013; }

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

This div background color is #D40013.


Border color

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

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

This div border color is #D40013.


Opacity

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

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

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

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

This text has shadow with #D40013 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D40013 on black background.


Color preview on white background

This text has color #D40013 on white background.



Black color preview on #D40013 background

This text has black color on #D40013 background.


White color preview on #D40013 background

This text has white color on #D40013 background.