COLOR #D41727

HEX: #D41727
RGB: (212,23,39)

Color info

#D41727 contains mainly red color. Web safe color of #D41727 is #CC0033 (or #C03).

RGB color model

#D41727 color RGB value is (212,23,39).

  • red value is 212;
  • green value is 23;
  • blue value is 39.
RGB:
(212,23,39)
(83%,9%,15%)

RGB channels and saturation

R 212 of 255 = 83%
G 23 of 255 = 9%
B 39 of 255 = 15%

212
23
39

R + G + B ~ 36%. #D41727 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
212 + 23 + 39 = 274 (100%)
R 212 of 274 ~ 77.37%
G 23 of 274 ~ 8.39%
B 39 of 274 ~ 14.23%

%77.37
%14.23

CMYK color model

#D41727 color CMYK value is (0,89,82,17).

  • cyan value is 0.00%
  • magenta value is 89.15%
  • yellow value is 81.60%
  • key color value is 16.86%
CMYK:
(0,89,82,17)
C0M89Y82K17 
(0%,89%,82%,17%)
(0.00/0.89/0.82/0.17)	

CMYK percentages

%0
%89.15
%81.6
%16.86

Codes

Color #D41727 in popluar color models

D41727
RGB2122339
HSL355°80.43%46.08%
HSB/HSV355°89.15%83.14%
CMYK0.00%89.15%81.60%
16.86%

Color #D41727 in popluar number systems.

HEXD41727
Decimal2122339
Binary1101010010111100111
Octal3242747

Shades and tints

Shades of #D41727

#D41727
(212,23,39)
#C11524
(193,21,36)
#AE1321
(174,19,33)
#9B111E
(155,17,30)
#880F1B
(136,15,27)
#750D18
(117,13,24)
#620B15
(98,11,21)
#4F0912
(79,9,18)
#3C070F
(60,7,15)
#29050C
(41,5,12)
#160309
(22,3,9)
#000000
(0,0,0)

Tints of #D41727

#D41727
(212,23,39)
#D72C3A
(215,44,58)
#DA414D
(218,65,77)
#DD5660
(221,86,96)
#E06B73
(224,107,115)
#E38086
(227,128,134)
#E69599
(230,149,153)
#E9AAAC
(233,170,172)
#ECBFBF
(236,191,191)
#EFD4D2
(239,212,210)
#F2E9E5
(242,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D41727 color. Also use rgb(212,23,39) instead hex code.

Text Font Color

.myTextColor { color: #D41727; }

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

This text font color is #D41727.


Background Color

.myBgColor { background-color: #D41727; }

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

This div background color is #D41727.


Border color

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

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

This div border color is #D41727.


Opacity

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

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

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

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

This text has shadow with #D41727 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D41727 on black background.


Color preview on white background

This text has color #D41727 on white background.



Black color preview on #D41727 background

This text has black color on #D41727 background.


White color preview on #D41727 background

This text has white color on #D41727 background.