COLOR #D12E2C

HEX: #D12E2C
RGB: (209,46,44)

Color info

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

RGB color model

#D12E2C color RGB value is (209,46,44).

  • red value is 209;
  • green value is 46;
  • blue value is 44.
RGB:
(209,46,44)
(82%,18%,17%)

RGB channels and saturation

R 209 of 255 = 82%
G 46 of 255 = 18%
B 44 of 255 = 17%

209
46
44

R + G + B ~ 39%. #D12E2C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
209 + 46 + 44 = 299 (100%)
R 209 of 299 ~ 69.9%
G 46 of 299 ~ 15.38%
B 44 of 299 ~ 14.72%

%69.9
%15.38
%14.72

CMYK color model

#D12E2C color CMYK value is (0,78,79,18).

  • cyan value is 0.00%
  • magenta value is 77.99%
  • yellow value is 78.95%
  • key color value is 18.04%
CMYK:
(0,78,79,18)
C0M78Y79K18 
(0%,78%,79%,18%)
(0.00/0.78/0.79/0.18)	

CMYK percentages

%0
%77.99
%78.95
%18.04

Codes

Color #D12E2C in popluar color models

D12E2C
RGB2094644
HSL65.22%49.61%
HSB/HSV78.95%81.96%
CMYK0.00%77.99%78.95%
18.04%

Color #D12E2C in popluar number systems.

HEXD12E2C
Decimal2094644
Binary11010001101110101100
Octal3215654

Shades and tints

Shades of #D12E2C

#D12E2C
(209,46,44)
#BE2A28
(190,42,40)
#AB2624
(171,38,36)
#982220
(152,34,32)
#851E1C
(133,30,28)
#721A18
(114,26,24)
#5F1614
(95,22,20)
#4C1210
(76,18,16)
#390E0C
(57,14,12)
#260A08
(38,10,8)
#130604
(19,6,4)
#000000
(0,0,0)

Tints of #D12E2C

#D12E2C
(209,46,44)
#D5413F
(213,65,63)
#D95452
(217,84,82)
#DD6765
(221,103,101)
#E17A78
(225,122,120)
#E58D8B
(229,141,139)
#E9A09E
(233,160,158)
#EDB3B1
(237,179,177)
#F1C6C4
(241,198,196)
#F5D9D7
(245,217,215)
#F9ECEA
(249,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D12E2C color. Also use rgb(209,46,44) instead hex code.

Text Font Color

.myTextColor { color: #D12E2C; }

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

This text font color is #D12E2C.


Background Color

.myBgColor { background-color: #D12E2C; }

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

This div background color is #D12E2C.


Border color

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

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

This div border color is #D12E2C.


Opacity

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

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

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

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

This text has shadow with #D12E2C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D12E2C on black background.


Color preview on white background

This text has color #D12E2C on white background.



Black color preview on #D12E2C background

This text has black color on #D12E2C background.


White color preview on #D12E2C background

This text has white color on #D12E2C background.