COLOR #D3212F

HEX: #D3212F
RGB: (211,33,47)

Color info

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

RGB color model

#D3212F color RGB value is (211,33,47).

  • red value is 211;
  • green value is 33;
  • blue value is 47.
RGB:
(211,33,47)
(83%,13%,18%)

RGB channels and saturation

R 211 of 255 = 83%
G 33 of 255 = 13%
B 47 of 255 = 18%

211
33
47

R + G + B ~ 38%. #D3212F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
211 + 33 + 47 = 291 (100%)
R 211 of 291 ~ 72.51%
G 33 of 291 ~ 11.34%
B 47 of 291 ~ 16.15%

%72.51
%11.34
%16.15

CMYK color model

#D3212F color CMYK value is (0,84,78,17).

  • cyan value is 0.00%
  • magenta value is 84.36%
  • yellow value is 77.73%
  • key color value is 17.25%
CMYK:
(0,84,78,17)
C0M84Y78K17 
(0%,84%,78%,17%)
(0.00/0.84/0.78/0.17)	

CMYK percentages

%0
%84.36
%77.73
%17.25

Codes

Color #D3212F in popluar color models

D3212F
RGB2113347
HSL355°72.95%47.84%
HSB/HSV355°84.36%82.75%
CMYK0.00%84.36%77.73%
17.25%

Color #D3212F in popluar number systems.

HEXD3212F
Decimal2113347
Binary11010011100001101111
Octal3234157

Shades and tints

Shades of #D3212F

#D3212F
(211,33,47)
#C01E2B
(192,30,43)
#AD1B27
(173,27,39)
#9A1823
(154,24,35)
#87151F
(135,21,31)
#74121B
(116,18,27)
#610F17
(97,15,23)
#4E0C13
(78,12,19)
#3B090F
(59,9,15)
#28060B
(40,6,11)
#150307
(21,3,7)
#000000
(0,0,0)

Tints of #D3212F

#D3212F
(211,33,47)
#D73541
(215,53,65)
#DB4953
(219,73,83)
#DF5D65
(223,93,101)
#E37177
(227,113,119)
#E78589
(231,133,137)
#EB999B
(235,153,155)
#EFADAD
(239,173,173)
#F3C1BF
(243,193,191)
#F7D5D1
(247,213,209)
#FBE9E3
(251,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3212F color. Also use rgb(211,33,47) instead hex code.

Text Font Color

.myTextColor { color: #D3212F; }

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

This text font color is #D3212F.


Background Color

.myBgColor { background-color: #D3212F; }

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

This div background color is #D3212F.


Border color

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

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

This div border color is #D3212F.


Opacity

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

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

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

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

This text has shadow with #D3212F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3212F on black background.


Color preview on white background

This text has color #D3212F on white background.



Black color preview on #D3212F background

This text has black color on #D3212F background.


White color preview on #D3212F background

This text has white color on #D3212F background.