COLOR #D2221E

HEX: #D2221E
RGB: (210,34,30)

Color info

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

RGB color model

#D2221E color RGB value is (210,34,30).

  • red value is 210;
  • green value is 34;
  • blue value is 30.
RGB:
(210,34,30)
(82%,13%,12%)

RGB channels and saturation

R 210 of 255 = 82%
G 34 of 255 = 13%
B 30 of 255 = 12%

210
34
30

R + G + B ~ 36%. #D2221E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
210 + 34 + 30 = 274 (100%)
R 210 of 274 ~ 76.64%
G 34 of 274 ~ 12.41%
B 30 of 274 ~ 10.95%

%76.64
%12.41
%10.95

CMYK color model

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

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

CMYK percentages

%0
%83.81
%85.71
%17.65

Codes

Color #D2221E in popluar color models

D2221E
RGB2103430
HSL75.00%47.06%
HSB/HSV85.71%82.35%
CMYK0.00%83.81%85.71%
17.65%

Color #D2221E in popluar number systems.

HEXD2221E
Decimal2103430
Binary1101001010001011110
Octal3224236

Shades and tints

Shades of #D2221E

#D2221E
(210,34,30)
#BF1F1C
(191,31,28)
#AC1C1A
(172,28,26)
#991918
(153,25,24)
#861616
(134,22,22)
#731314
(115,19,20)
#601012
(96,16,18)
#4D0D10
(77,13,16)
#3A0A0E
(58,10,14)
#27070C
(39,7,12)
#14040A
(20,4,10)
#000000
(0,0,0)

Tints of #D2221E

#D2221E
(210,34,30)
#D63632
(214,54,50)
#DA4A46
(218,74,70)
#DE5E5A
(222,94,90)
#E2726E
(226,114,110)
#E68682
(230,134,130)
#EA9A96
(234,154,150)
#EEAEAA
(238,174,170)
#F2C2BE
(242,194,190)
#F6D6D2
(246,214,210)
#FAEAE6
(250,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2221E color. Also use rgb(210,34,30) instead hex code.

Text Font Color

.myTextColor { color: #D2221E; }

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

This text font color is #D2221E.


Background Color

.myBgColor { background-color: #D2221E; }

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

This div background color is #D2221E.


Border color

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

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

This div border color is #D2221E.


Opacity

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

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

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

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

This text has shadow with #D2221E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2221E on black background.


Color preview on white background

This text has color #D2221E on white background.



Black color preview on #D2221E background

This text has black color on #D2221E background.


White color preview on #D2221E background

This text has white color on #D2221E background.