COLOR #D4210F

HEX: #D4210F
RGB: (212,33,15)

Color info

#D4210F contains mainly red color. Web safe color of #D4210F is #CC3300 (or #C30).

RGB color model

#D4210F color RGB value is (212,33,15).

  • red value is 212;
  • green value is 33;
  • blue value is 15.
RGB:
(212,33,15)
(83%,13%,6%)

RGB channels and saturation

R 212 of 255 = 83%
G 33 of 255 = 13%
B 15 of 255 = 6%

212
33
15

R + G + B ~ 34%. #D4210F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
212 + 33 + 15 = 260 (100%)
R 212 of 260 ~ 81.54%
G 33 of 260 ~ 12.69%
B 15 of 260 ~ 5.77%

%81.54
%12.69

CMYK color model

#D4210F color CMYK value is (0,84,93,17).

  • cyan value is 0.00%
  • magenta value is 84.43%
  • yellow value is 92.92%
  • key color value is 16.86%
CMYK:
(0,84,93,17)
C0M84Y93K17 
(0%,84%,93%,17%)
(0.00/0.84/0.93/0.17)	

CMYK percentages

%0
%84.43
%92.92
%16.86

Codes

Color #D4210F in popluar color models

D4210F
RGB2123315
HSL86.78%44.51%
HSB/HSV92.92%83.14%
CMYK0.00%84.43%92.92%
16.86%

Color #D4210F in popluar number systems.

HEXD4210F
Decimal2123315
Binary110101001000011111
Octal3244117

Shades and tints

Shades of #D4210F

#D4210F
(212,33,15)
#C11E0E
(193,30,14)
#AE1B0D
(174,27,13)
#9B180C
(155,24,12)
#88150B
(136,21,11)
#75120A
(117,18,10)
#620F09
(98,15,9)
#4F0C08
(79,12,8)
#3C0907
(60,9,7)
#290606
(41,6,6)
#160305
(22,3,5)
#000000
(0,0,0)

Tints of #D4210F

#D4210F
(212,33,15)
#D73524
(215,53,36)
#DA4939
(218,73,57)
#DD5D4E
(221,93,78)
#E07163
(224,113,99)
#E38578
(227,133,120)
#E6998D
(230,153,141)
#E9ADA2
(233,173,162)
#ECC1B7
(236,193,183)
#EFD5CC
(239,213,204)
#F2E9E1
(242,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4210F color. Also use rgb(212,33,15) instead hex code.

Text Font Color

.myTextColor { color: #D4210F; }

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

This text font color is #D4210F.


Background Color

.myBgColor { background-color: #D4210F; }

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

This div background color is #D4210F.


Border color

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

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

This div border color is #D4210F.


Opacity

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

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

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

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

This text has shadow with #D4210F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4210F on black background.


Color preview on white background

This text has color #D4210F on white background.



Black color preview on #D4210F background

This text has black color on #D4210F background.


White color preview on #D4210F background

This text has white color on #D4210F background.