COLOR #D40002

HEX: #D40002 RGB: (212,0,2)

Color info

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

RGB color model

#D40002 color RGB value is (212,0,2).

RGB: (212,0,2) (83%, 0%, 1%)

RGB channels and saturation

R 212 of 255 = 83%
G 0 of 255 = 0%
B 2 of 255 = 1%

212
0
2

R + G + B ~ 28%. #D40002 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 212 + 0 + 2 = 214 (100%)
R 212 of 214 ~ 99.07%
G 0 of 214 ~ 0%
B 2 of 214 ~ 0.93'%

%99.07

CMYK color model

#D40002 color CMYK value is (0,100,99,17).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 99.06%
  • key color value is 16.86%

CMYK: (0,100,99,17)
C0M100Y99K17 (0%, 100%, 99%, 17%)
(0.00 / 1.00 / 0.99 / 0.17)

CMYK percentages

%0
%100
%99.06
%16.86

Codes

Color #D40002 in popluar color models

D4 00 02
RGB 212 0 2
HSL 359° 100.00% 41.57%
HSB/HSV 359° 100.00% 83.14%
CMYK 0.00% 100.00% 99.06%
16.86%

Color #D40002 in popluar number systems.

HEX D4 00 02
Decimal 212 0 2
Binary 11010100 0 10
Octal 324 0 2

Shades and tints

Shades of #D40002

#D40002
(212,0,2)
#C10002
(193,0,2)
#AE0002
(174,0,2)
#9B0002
(155,0,2)
#880002
(136,0,2)
#750002
(117,0,2)
#620002
(98,0,2)
#4F0002
(79,0,2)
#3C0002
(60,0,2)
#290002
(41,0,2)
#160002
(22,0,2)
#000000
(0,0,0)

Tints of #D40002

#D40002
(212,0,2)
#D71719
(215,23,25)
#DA2E30
(218,46,48)
#DD4547
(221,69,71)
#E05C5E
(224,92,94)
#E37375
(227,115,117)
#E68A8C
(230,138,140)
#E9A1A3
(233,161,163)
#ECB8BA
(236,184,186)
#EFCFD1
(239,207,209)
#F2E6E8
(242,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D40002; }

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

This text font color is #D40002.

Background Color

.myBgColor { background-color: #D40002; }

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

This div background color is #D40002.

Border color

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

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

This div border color is #D40002.

Opacity

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

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

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

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

This text has shadow with #D40002 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D40002.

Preview

Color preview on black background

This text has color #D40002 on black background.


Color preview on white background

This text has color #D40002 on white background.


Black color preview on #D40002 background

This text has black color on #D40002 background.


White color preview on #D40002 background

This text has white color on #D40002 background.


Related colors

Complementary color

Complementary color for #D40002 is #2BFFFD.


I love getcolorcode.com

Triadic colors

1 #02D400 and #0002D4 with #D40002 are triadic colors.

2 #0200D4 and #00D402 with #D40002 are triadic colors.