COLOR #D01F2B

HEX: #D01F2B
RGB: (208,31,43)

Color info

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

RGB color model

#D01F2B color RGB value is (208,31,43).

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

RGB channels and saturation

R 208 of 255 = 82%
G 31 of 255 = 12%
B 43 of 255 = 17%

208
31
43

R + G + B ~ 37%. #D01F2B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
208 + 31 + 43 = 282 (100%)
R 208 of 282 ~ 73.76%
G 31 of 282 ~ 10.99%
B 43 of 282 ~ 15.25%

%73.76
%10.99
%15.25

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 85.10%
  • yellow value is 79.33%
  • key color value is 18.43%
CMYK:
(0,85,79,18)
C0M85Y79K18 
(0%,85%,79%,18%)
(0.00/0.85/0.79/0.18)	

CMYK percentages

%0
%85.1
%79.33
%18.43

Codes

Color #D01F2B in popluar color models

D01F2B
RGB2083143
HSL356°74.06%46.86%
HSB/HSV356°85.10%81.57%
CMYK0.00%85.10%79.33%
18.43%

Color #D01F2B in popluar number systems.

HEXD01F2B
Decimal2083143
Binary1101000011111101011
Octal3203753

Shades and tints

Shades of #D01F2B

#D01F2B
(208,31,43)
#BE1D28
(190,29,40)
#AC1B25
(172,27,37)
#9A1922
(154,25,34)
#88171F
(136,23,31)
#76151C
(118,21,28)
#641319
(100,19,25)
#521116
(82,17,22)
#400F13
(64,15,19)
#2E0D10
(46,13,16)
#1C0B0D
(28,11,13)
#000000
(0,0,0)

Tints of #D01F2B

#D01F2B
(208,31,43)
#D4333E
(212,51,62)
#D84751
(216,71,81)
#DC5B64
(220,91,100)
#E06F77
(224,111,119)
#E4838A
(228,131,138)
#E8979D
(232,151,157)
#ECABB0
(236,171,176)
#F0BFC3
(240,191,195)
#F4D3D6
(244,211,214)
#F8E7E9
(248,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D01F2B; }

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

This text font color is #D01F2B.


Background Color

.myBgColor { background-color: #D01F2B; }

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

This div background color is #D01F2B.


Border color

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

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

This div border color is #D01F2B.


Opacity

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

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

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

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

This text has shadow with #D01F2B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D01F2B on black background.


Color preview on white background

This text has color #D01F2B on white background.



Black color preview on #D01F2B background

This text has black color on #D01F2B background.


White color preview on #D01F2B background

This text has white color on #D01F2B background.