COLOR #D12E23

HEX: #D12E23
RGB: (209,46,35)

Color info

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

RGB color model

#D12E23 color RGB value is (209,46,35).

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

RGB channels and saturation

R 209 of 255 = 82%
G 46 of 255 = 18%
B 35 of 255 = 14%

209
46
35

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

Portions of RGB colors in percentages

R + G + B =
209 + 46 + 35 = 290 (100%)
R 209 of 290 ~ 72.07%
G 46 of 290 ~ 15.86%
B 35 of 290 ~ 12.07%

%72.07
%15.86
%12.07

CMYK color model

#D12E23 color CMYK value is (0,78,83,18).

  • cyan value is 0.00%
  • magenta value is 77.99%
  • yellow value is 83.25%
  • key color value is 18.04%
CMYK:
(0,78,83,18)
C0M78Y83K18 
(0%,78%,83%,18%)
(0.00/0.78/0.83/0.18)	

CMYK percentages

%0
%77.99
%83.25
%18.04

Codes

Color #D12E23 in popluar color models

D12E23
RGB2094635
HSL71.31%47.84%
HSB/HSV83.25%81.96%
CMYK0.00%77.99%83.25%
18.04%

Color #D12E23 in popluar number systems.

HEXD12E23
Decimal2094635
Binary11010001101110100011
Octal3215643

Shades and tints

Shades of #D12E23

#D12E23
(209,46,35)
#BE2A20
(190,42,32)
#AB261D
(171,38,29)
#98221A
(152,34,26)
#851E17
(133,30,23)
#721A14
(114,26,20)
#5F1611
(95,22,17)
#4C120E
(76,18,14)
#390E0B
(57,14,11)
#260A08
(38,10,8)
#130605
(19,6,5)
#000000
(0,0,0)

Tints of #D12E23

#D12E23
(209,46,35)
#D54137
(213,65,55)
#D9544B
(217,84,75)
#DD675F
(221,103,95)
#E17A73
(225,122,115)
#E58D87
(229,141,135)
#E9A09B
(233,160,155)
#EDB3AF
(237,179,175)
#F1C6C3
(241,198,195)
#F5D9D7
(245,217,215)
#F9ECEB
(249,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D12E23; }

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

This text font color is #D12E23.


Background Color

.myBgColor { background-color: #D12E23; }

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

This div background color is #D12E23.


Border color

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

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

This div border color is #D12E23.


Opacity

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

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

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

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

This text has shadow with #D12E23 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D12E23 on black background.


Color preview on white background

This text has color #D12E23 on white background.



Black color preview on #D12E23 background

This text has black color on #D12E23 background.


White color preview on #D12E23 background

This text has white color on #D12E23 background.