COLOR #D3212D

HEX: #D3212D
RGB: (211,33,45)

Color info

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

RGB color model

#D3212D color RGB value is (211,33,45).

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

RGB channels and saturation

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

211
33
45

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

Portions of RGB colors in percentages

R + G + B =
211 + 33 + 45 = 289 (100%)
R 211 of 289 ~ 73.01%
G 33 of 289 ~ 11.42%
B 45 of 289 ~ 15.57%

%73.01
%11.42
%15.57

CMYK color model

#D3212D color CMYK value is (0,84,79,17).

  • cyan value is 0.00%
  • magenta value is 84.36%
  • yellow value is 78.67%
  • key color value is 17.25%
CMYK:
(0,84,79,17)
C0M84Y79K17 
(0%,84%,79%,17%)
(0.00/0.84/0.79/0.17)	

CMYK percentages

%0
%84.36
%78.67
%17.25

Codes

Color #D3212D in popluar color models

D3212D
RGB2113345
HSL356°72.95%47.84%
HSB/HSV356°84.36%82.75%
CMYK0.00%84.36%78.67%
17.25%

Color #D3212D in popluar number systems.

HEXD3212D
Decimal2113345
Binary11010011100001101101
Octal3234155

Shades and tints

Shades of #D3212D

#D3212D
(211,33,45)
#C01E29
(192,30,41)
#AD1B25
(173,27,37)
#9A1821
(154,24,33)
#87151D
(135,21,29)
#741219
(116,18,25)
#610F15
(97,15,21)
#4E0C11
(78,12,17)
#3B090D
(59,9,13)
#280609
(40,6,9)
#150305
(21,3,5)
#000000
(0,0,0)

Tints of #D3212D

#D3212D
(211,33,45)
#D73540
(215,53,64)
#DB4953
(219,73,83)
#DF5D66
(223,93,102)
#E37179
(227,113,121)
#E7858C
(231,133,140)
#EB999F
(235,153,159)
#EFADB2
(239,173,178)
#F3C1C5
(243,193,197)
#F7D5D8
(247,213,216)
#FBE9EB
(251,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3212D; }

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

This text font color is #D3212D.


Background Color

.myBgColor { background-color: #D3212D; }

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

This div background color is #D3212D.


Border color

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

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

This div border color is #D3212D.


Opacity

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

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

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

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

This text has shadow with #D3212D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3212D on black background.


Color preview on white background

This text has color #D3212D on white background.



Black color preview on #D3212D background

This text has black color on #D3212D background.


White color preview on #D3212D background

This text has white color on #D3212D background.