COLOR #D41D1F

HEX: #D41D1F
RGB: (212,29,31)

Color info

#D41D1F contains mainly red color. Web safe color of #D41D1F is #CC3333 (or #C33).

RGB color model

#D41D1F color RGB value is (212,29,31).

  • red value is 212;
  • green value is 29;
  • blue value is 31.
RGB:
(212,29,31)
(83%,11%,12%)

RGB channels and saturation

R 212 of 255 = 83%
G 29 of 255 = 11%
B 31 of 255 = 12%

212
29
31

R + G + B ~ 35%. #D41D1F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
212 + 29 + 31 = 272 (100%)
R 212 of 272 ~ 77.94%
G 29 of 272 ~ 10.66%
B 31 of 272 ~ 11.4%

%77.94
%10.66
%11.4

CMYK color model

#D41D1F color CMYK value is (0,86,85,17).

  • cyan value is 0.00%
  • magenta value is 86.32%
  • yellow value is 85.38%
  • key color value is 16.86%
CMYK:
(0,86,85,17)
C0M86Y85K17 
(0%,86%,85%,17%)
(0.00/0.86/0.85/0.17)	

CMYK percentages

%0
%86.32
%85.38
%16.86

Codes

Color #D41D1F in popluar color models

D41D1F
RGB2122931
HSL359°75.93%47.25%
HSB/HSV359°86.32%83.14%
CMYK0.00%86.32%85.38%
16.86%

Color #D41D1F in popluar number systems.

HEXD41D1F
Decimal2122931
Binary110101001110111111
Octal3243537

Shades and tints

Shades of #D41D1F

#D41D1F
(212,29,31)
#C11B1D
(193,27,29)
#AE191B
(174,25,27)
#9B1719
(155,23,25)
#881517
(136,21,23)
#751315
(117,19,21)
#621113
(98,17,19)
#4F0F11
(79,15,17)
#3C0D0F
(60,13,15)
#290B0D
(41,11,13)
#16090B
(22,9,11)
#000000
(0,0,0)

Tints of #D41D1F

#D41D1F
(212,29,31)
#D73133
(215,49,51)
#DA4547
(218,69,71)
#DD595B
(221,89,91)
#E06D6F
(224,109,111)
#E38183
(227,129,131)
#E69597
(230,149,151)
#E9A9AB
(233,169,171)
#ECBDBF
(236,189,191)
#EFD1D3
(239,209,211)
#F2E5E7
(242,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D41D1F color. Also use rgb(212,29,31) instead hex code.

Text Font Color

.myTextColor { color: #D41D1F; }

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

This text font color is #D41D1F.


Background Color

.myBgColor { background-color: #D41D1F; }

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

This div background color is #D41D1F.


Border color

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

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

This div border color is #D41D1F.


Opacity

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

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

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

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

This text has shadow with #D41D1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D41D1F on black background.


Color preview on white background

This text has color #D41D1F on white background.



Black color preview on #D41D1F background

This text has black color on #D41D1F background.


White color preview on #D41D1F background

This text has white color on #D41D1F background.