COLOR #D41944

HEX: #D41944
RGB: (212,25,68)

Color info

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

RGB color model

#D41944 color RGB value is (212,25,68).

  • red value is 212;
  • green value is 25;
  • blue value is 68.
RGB:
(212,25,68)
(83%,10%,27%)

RGB channels and saturation

R 212 of 255 = 83%
G 25 of 255 = 10%
B 68 of 255 = 27%

212
25
68

R + G + B ~ 40%. #D41944 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
212 + 25 + 68 = 305 (100%)
R 212 of 305 ~ 69.51%
G 25 of 305 ~ 8.2%
B 68 of 305 ~ 22.3%

%69.51
%22.3

CMYK color model

#D41944 color CMYK value is (0,88,68,17).

  • cyan value is 0.00%
  • magenta value is 88.21%
  • yellow value is 67.92%
  • key color value is 16.86%
CMYK:
(0,88,68,17)
C0M88Y68K17 
(0%,88%,68%,17%)
(0.00/0.88/0.68/0.17)	

CMYK percentages

%0
%88.21
%67.92
%16.86

Codes

Color #D41944 in popluar color models

D41944
RGB2122568
HSL346°78.90%46.47%
HSB/HSV346°88.21%83.14%
CMYK0.00%88.21%67.92%
16.86%

Color #D41944 in popluar number systems.

HEXD41944
Decimal2122568
Binary11010100110011000100
Octal32431104

Shades and tints

Shades of #D41944

#D41944
(212,25,68)
#C1173E
(193,23,62)
#AE1538
(174,21,56)
#9B1332
(155,19,50)
#88112C
(136,17,44)
#750F26
(117,15,38)
#620D20
(98,13,32)
#4F0B1A
(79,11,26)
#3C0914
(60,9,20)
#29070E
(41,7,14)
#160508
(22,5,8)
#000000
(0,0,0)

Tints of #D41944

#D41944
(212,25,68)
#D72D55
(215,45,85)
#DA4166
(218,65,102)
#DD5577
(221,85,119)
#E06988
(224,105,136)
#E37D99
(227,125,153)
#E691AA
(230,145,170)
#E9A5BB
(233,165,187)
#ECB9CC
(236,185,204)
#EFCDDD
(239,205,221)
#F2E1EE
(242,225,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D41944 color. Also use rgb(212,25,68) instead hex code.

Text Font Color

.myTextColor { color: #D41944; }

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

This text font color is #D41944.


Background Color

.myBgColor { background-color: #D41944; }

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

This div background color is #D41944.


Border color

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

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

This div border color is #D41944.


Opacity

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

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

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

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

This text has shadow with #D41944 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D41944 on black background.


Color preview on white background

This text has color #D41944 on white background.



Black color preview on #D41944 background

This text has black color on #D41944 background.


White color preview on #D41944 background

This text has white color on #D41944 background.