COLOR #D12B2B

HEX: #D12B2B
RGB: (209,43,43)

Color info

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

RGB color model

#D12B2B color RGB value is (209,43,43).

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

RGB channels and saturation

R 209 of 255 = 82%
G 43 of 255 = 17%
B 43 of 255 = 17%

209
43
43

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

Portions of RGB colors in percentages

R + G + B =
209 + 43 + 43 = 295 (100%)
R 209 of 295 ~ 70.85%
G 43 of 295 ~ 14.58%
B 43 of 295 ~ 14.58%

%70.85
%14.58
%14.58

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 79.43%
  • yellow value is 79.43%
  • key color value is 18.04%
CMYK:
(0,79,79,18)
C0M79Y79K18 
(0%,79%,79%,18%)
(0.00/0.79/0.79/0.18)	

CMYK percentages

%0
%79.43
%79.43
%18.04

Codes

Color #D12B2B in popluar color models

D12B2B
RGB2094343
HSL65.87%49.41%
HSB/HSV79.43%81.96%
CMYK0.00%79.43%79.43%
18.04%

Color #D12B2B in popluar number systems.

HEXD12B2B
Decimal2094343
Binary11010001101011101011
Octal3215353

Shades and tints

Shades of #D12B2B

#D12B2B
(209,43,43)
#BE2828
(190,40,40)
#AB2525
(171,37,37)
#982222
(152,34,34)
#851F1F
(133,31,31)
#721C1C
(114,28,28)
#5F1919
(95,25,25)
#4C1616
(76,22,22)
#391313
(57,19,19)
#261010
(38,16,16)
#130D0D
(19,13,13)
#000000
(0,0,0)

Tints of #D12B2B

#D12B2B
(209,43,43)
#D53E3E
(213,62,62)
#D95151
(217,81,81)
#DD6464
(221,100,100)
#E17777
(225,119,119)
#E58A8A
(229,138,138)
#E99D9D
(233,157,157)
#EDB0B0
(237,176,176)
#F1C3C3
(241,195,195)
#F5D6D6
(245,214,214)
#F9E9E9
(249,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D12B2B; }

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

This text font color is #D12B2B.


Background Color

.myBgColor { background-color: #D12B2B; }

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

This div background color is #D12B2B.


Border color

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

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

This div border color is #D12B2B.


Opacity

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

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

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

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

This text has shadow with #D12B2B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D12B2B on black background.


Color preview on white background

This text has color #D12B2B on white background.



Black color preview on #D12B2B background

This text has black color on #D12B2B background.


White color preview on #D12B2B background

This text has white color on #D12B2B background.