COLOR #D70F16

HEX: #D70F16
RGB: (215,15,22)

Color info

#D70F16 contains mainly red color. Web safe color of #D70F16 is #CC0000 (or #C00).

RGB color model

#D70F16 color RGB value is (215,15,22).

  • red value is 215;
  • green value is 15;
  • blue value is 22.
RGB:
(215,15,22)
(84%,6%,9%)

RGB channels and saturation

R 215 of 255 = 84%
G 15 of 255 = 6%
B 22 of 255 = 9%

215
15
22

R + G + B ~ 33%. #D70F16 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
215 + 15 + 22 = 252 (100%)
R 215 of 252 ~ 85.32%
G 15 of 252 ~ 5.95%
B 22 of 252 ~ 8.73%

%85.32

CMYK color model

#D70F16 color CMYK value is (0,93,90,16).

  • cyan value is 0.00%
  • magenta value is 93.02%
  • yellow value is 89.77%
  • key color value is 15.69%
CMYK:
(0,93,90,16)
C0M93Y90K16 
(0%,93%,90%,16%)
(0.00/0.93/0.90/0.16)	

CMYK percentages

%0
%93.02
%89.77
%15.69

Codes

Color #D70F16 in popluar color models

D70F16
RGB2151522
HSL358°86.96%45.10%
HSB/HSV358°93.02%84.31%
CMYK0.00%93.02%89.77%
15.69%

Color #D70F16 in popluar number systems.

HEXD70F16
Decimal2151522
Binary11010111111110110
Octal3271726

Shades and tints

Shades of #D70F16

#D70F16
(215,15,22)
#C40E14
(196,14,20)
#B10D12
(177,13,18)
#9E0C10
(158,12,16)
#8B0B0E
(139,11,14)
#780A0C
(120,10,12)
#65090A
(101,9,10)
#520808
(82,8,8)
#3F0706
(63,7,6)
#2C0604
(44,6,4)
#190502
(25,5,2)
#000000
(0,0,0)

Tints of #D70F16

#D70F16
(215,15,22)
#DA242B
(218,36,43)
#DD3940
(221,57,64)
#E04E55
(224,78,85)
#E3636A
(227,99,106)
#E6787F
(230,120,127)
#E98D94
(233,141,148)
#ECA2A9
(236,162,169)
#EFB7BE
(239,183,190)
#F2CCD3
(242,204,211)
#F5E1E8
(245,225,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D70F16 color. Also use rgb(215,15,22) instead hex code.

Text Font Color

.myTextColor { color: #D70F16; }

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

This text font color is #D70F16.


Background Color

.myBgColor { background-color: #D70F16; }

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

This div background color is #D70F16.


Border color

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

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

This div border color is #D70F16.


Opacity

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

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

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

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

This text has shadow with #D70F16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D70F16 on black background.


Color preview on white background

This text has color #D70F16 on white background.



Black color preview on #D70F16 background

This text has black color on #D70F16 background.


White color preview on #D70F16 background

This text has white color on #D70F16 background.