COLOR #D0221D

HEX: #D0221D
RGB: (208,34,29)

Color info

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

RGB color model

#D0221D color RGB value is (208,34,29).

  • red value is 208;
  • green value is 34;
  • blue value is 29.
RGB:
(208,34,29)
(82%,13%,11%)

RGB channels and saturation

R 208 of 255 = 82%
G 34 of 255 = 13%
B 29 of 255 = 11%

208
34
29

R + G + B ~ 35%. #D0221D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
208 + 34 + 29 = 271 (100%)
R 208 of 271 ~ 76.75%
G 34 of 271 ~ 12.55%
B 29 of 271 ~ 10.7%

%76.75
%12.55
%10.7

CMYK color model

#D0221D color CMYK value is (0,84,86,18).

  • cyan value is 0.00%
  • magenta value is 83.65%
  • yellow value is 86.06%
  • key color value is 18.43%
CMYK:
(0,84,86,18)
C0M84Y86K18 
(0%,84%,86%,18%)
(0.00/0.84/0.86/0.18)	

CMYK percentages

%0
%83.65
%86.06
%18.43

Codes

Color #D0221D in popluar color models

D0221D
RGB2083429
HSL75.53%46.47%
HSB/HSV86.06%81.57%
CMYK0.00%83.65%86.06%
18.43%

Color #D0221D in popluar number systems.

HEXD0221D
Decimal2083429
Binary1101000010001011101
Octal3204235

Shades and tints

Shades of #D0221D

#D0221D
(208,34,29)
#BE1F1B
(190,31,27)
#AC1C19
(172,28,25)
#9A1917
(154,25,23)
#881615
(136,22,21)
#761313
(118,19,19)
#641011
(100,16,17)
#520D0F
(82,13,15)
#400A0D
(64,10,13)
#2E070B
(46,7,11)
#1C0409
(28,4,9)
#000000
(0,0,0)

Tints of #D0221D

#D0221D
(208,34,29)
#D43631
(212,54,49)
#D84A45
(216,74,69)
#DC5E59
(220,94,89)
#E0726D
(224,114,109)
#E48681
(228,134,129)
#E89A95
(232,154,149)
#ECAEA9
(236,174,169)
#F0C2BD
(240,194,189)
#F4D6D1
(244,214,209)
#F8EAE5
(248,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0221D color. Also use rgb(208,34,29) instead hex code.

Text Font Color

.myTextColor { color: #D0221D; }

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

This text font color is #D0221D.


Background Color

.myBgColor { background-color: #D0221D; }

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

This div background color is #D0221D.


Border color

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

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

This div border color is #D0221D.


Opacity

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

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

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

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

This text has shadow with #D0221D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0221D on black background.


Color preview on white background

This text has color #D0221D on white background.



Black color preview on #D0221D background

This text has black color on #D0221D background.


White color preview on #D0221D background

This text has white color on #D0221D background.