COLOR #D12B00

HEX: #D12B00
RGB: (209,43,0)

Color info

#D12B00 contains mainly red color. Web safe color of #D12B00 is #CC3300 (or #C30).

RGB color model

#D12B00 color RGB value is (209,43,0).

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

RGB channels and saturation

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

209
43
0

R + G + B ~ 33%. #D12B00 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
209 + 43 + 0 = 252 (100%)
R 209 of 252 ~ 82.94%
G 43 of 252 ~ 17.06%
B 0 of 252 ~ 0%

%82.94
%17.06

CMYK color model

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

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

CMYK percentages

%0
%79.43
%100
%18.04

Codes

Color #D12B00 in popluar color models

D12B00
RGB209430
HSL12°100.00%40.98%
HSB/HSV12°100.00%81.96%
CMYK0.00%79.43%100.00%
18.04%

Color #D12B00 in popluar number systems.

HEXD12B00
Decimal209430
Binary110100011010110
Octal321530

Shades and tints

Shades of #D12B00

#D12B00
(209,43,0)
#BE2800
(190,40,0)
#AB2500
(171,37,0)
#982200
(152,34,0)
#851F00
(133,31,0)
#721C00
(114,28,0)
#5F1900
(95,25,0)
#4C1600
(76,22,0)
#391300
(57,19,0)
#261000
(38,16,0)
#130D00
(19,13,0)
#000000
(0,0,0)

Tints of #D12B00

#D12B00
(209,43,0)
#D53E17
(213,62,23)
#D9512E
(217,81,46)
#DD6445
(221,100,69)
#E1775C
(225,119,92)
#E58A73
(229,138,115)
#E99D8A
(233,157,138)
#EDB0A1
(237,176,161)
#F1C3B8
(241,195,184)
#F5D6CF
(245,214,207)
#F9E9E6
(249,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D12B00; }

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

This text font color is #D12B00.


Background Color

.myBgColor { background-color: #D12B00; }

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

This div background color is #D12B00.


Border color

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

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

This div border color is #D12B00.


Opacity

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

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

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

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

This text has shadow with #D12B00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D12B00 on black background.


Color preview on white background

This text has color #D12B00 on white background.



Black color preview on #D12B00 background

This text has black color on #D12B00 background.


White color preview on #D12B00 background

This text has white color on #D12B00 background.