COLOR #D72E16

HEX: #D72E16
RGB: (215,46,22)

Color info

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

RGB color model

#D72E16 color RGB value is (215,46,22).

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

RGB channels and saturation

R 215 of 255 = 84%
G 46 of 255 = 18%
B 22 of 255 = 9%

215
46
22

R + G + B ~ 37%. #D72E16 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
215 + 46 + 22 = 283 (100%)
R 215 of 283 ~ 75.97%
G 46 of 283 ~ 16.25%
B 22 of 283 ~ 7.77%

%75.97
%16.25

CMYK color model

#D72E16 color CMYK value is (0,79,90,16).

  • cyan value is 0.00%
  • magenta value is 78.60%
  • yellow value is 89.77%
  • key color value is 15.69%
CMYK:
(0,79,90,16)
C0M79Y90K16 
(0%,79%,90%,16%)
(0.00/0.79/0.90/0.16)	

CMYK percentages

%0
%78.6
%89.77
%15.69

Codes

Color #D72E16 in popluar color models

D72E16
RGB2154622
HSL81.43%46.47%
HSB/HSV89.77%84.31%
CMYK0.00%78.60%89.77%
15.69%

Color #D72E16 in popluar number systems.

HEXD72E16
Decimal2154622
Binary1101011110111010110
Octal3275626

Shades and tints

Shades of #D72E16

#D72E16
(215,46,22)
#C42A14
(196,42,20)
#B12612
(177,38,18)
#9E2210
(158,34,16)
#8B1E0E
(139,30,14)
#781A0C
(120,26,12)
#65160A
(101,22,10)
#521208
(82,18,8)
#3F0E06
(63,14,6)
#2C0A04
(44,10,4)
#190602
(25,6,2)
#000000
(0,0,0)

Tints of #D72E16

#D72E16
(215,46,22)
#DA412B
(218,65,43)
#DD5440
(221,84,64)
#E06755
(224,103,85)
#E37A6A
(227,122,106)
#E68D7F
(230,141,127)
#E9A094
(233,160,148)
#ECB3A9
(236,179,169)
#EFC6BE
(239,198,190)
#F2D9D3
(242,217,211)
#F5ECE8
(245,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D72E16; }

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

This text font color is #D72E16.


Background Color

.myBgColor { background-color: #D72E16; }

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

This div background color is #D72E16.


Border color

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

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

This div border color is #D72E16.


Opacity

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

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

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

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

This text has shadow with #D72E16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D72E16 on black background.


Color preview on white background

This text has color #D72E16 on white background.



Black color preview on #D72E16 background

This text has black color on #D72E16 background.


White color preview on #D72E16 background

This text has white color on #D72E16 background.