COLOR #D12D22

HEX: #D12D22
RGB: (209,45,34)

Color info

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

RGB color model

#D12D22 color RGB value is (209,45,34).

  • red value is 209;
  • green value is 45;
  • blue value is 34.
RGB:
(209,45,34)
(82%,18%,13%)

RGB channels and saturation

R 209 of 255 = 82%
G 45 of 255 = 18%
B 34 of 255 = 13%

209
45
34

R + G + B ~ 38%. #D12D22 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
209 + 45 + 34 = 288 (100%)
R 209 of 288 ~ 72.57%
G 45 of 288 ~ 15.63%
B 34 of 288 ~ 11.81%

%72.57
%15.63
%11.81

CMYK color model

#D12D22 color CMYK value is (0,78,84,18).

  • cyan value is 0.00%
  • magenta value is 78.47%
  • yellow value is 83.73%
  • key color value is 18.04%
CMYK:
(0,78,84,18)
C0M78Y84K18 
(0%,78%,84%,18%)
(0.00/0.78/0.84/0.18)	

CMYK percentages

%0
%78.47
%83.73
%18.04

Codes

Color #D12D22 in popluar color models

D12D22
RGB2094534
HSL72.02%47.65%
HSB/HSV83.73%81.96%
CMYK0.00%78.47%83.73%
18.04%

Color #D12D22 in popluar number systems.

HEXD12D22
Decimal2094534
Binary11010001101101100010
Octal3215542

Shades and tints

Shades of #D12D22

#D12D22
(209,45,34)
#BE291F
(190,41,31)
#AB251C
(171,37,28)
#982119
(152,33,25)
#851D16
(133,29,22)
#721913
(114,25,19)
#5F1510
(95,21,16)
#4C110D
(76,17,13)
#390D0A
(57,13,10)
#260907
(38,9,7)
#130504
(19,5,4)
#000000
(0,0,0)

Tints of #D12D22

#D12D22
(209,45,34)
#D54036
(213,64,54)
#D9534A
(217,83,74)
#DD665E
(221,102,94)
#E17972
(225,121,114)
#E58C86
(229,140,134)
#E99F9A
(233,159,154)
#EDB2AE
(237,178,174)
#F1C5C2
(241,197,194)
#F5D8D6
(245,216,214)
#F9EBEA
(249,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D12D22 color. Also use rgb(209,45,34) instead hex code.

Text Font Color

.myTextColor { color: #D12D22; }

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

This text font color is #D12D22.


Background Color

.myBgColor { background-color: #D12D22; }

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

This div background color is #D12D22.


Border color

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

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

This div border color is #D12D22.


Opacity

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

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

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

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

This text has shadow with #D12D22 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D12D22 on black background.


Color preview on white background

This text has color #D12D22 on white background.



Black color preview on #D12D22 background

This text has black color on #D12D22 background.


White color preview on #D12D22 background

This text has white color on #D12D22 background.