COLOR #D72D11

HEX: #D72D11
RGB: (215,45,17)

Color info

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

RGB color model

#D72D11 color RGB value is (215,45,17).

  • red value is 215;
  • green value is 45;
  • blue value is 17.
RGB:
(215,45,17)
(84%,18%,7%)

RGB channels and saturation

R 215 of 255 = 84%
G 45 of 255 = 18%
B 17 of 255 = 7%

215
45
17

R + G + B ~ 36%. #D72D11 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
215 + 45 + 17 = 277 (100%)
R 215 of 277 ~ 77.62%
G 45 of 277 ~ 16.25%
B 17 of 277 ~ 6.14%

%77.62
%16.25

CMYK color model

#D72D11 color CMYK value is (0,79,92,16).

  • cyan value is 0.00%
  • magenta value is 79.07%
  • yellow value is 92.09%
  • key color value is 15.69%
CMYK:
(0,79,92,16)
C0M79Y92K16 
(0%,79%,92%,16%)
(0.00/0.79/0.92/0.16)	

CMYK percentages

%0
%79.07
%92.09
%15.69

Codes

Color #D72D11 in popluar color models

D72D11
RGB2154517
HSL85.34%45.49%
HSB/HSV92.09%84.31%
CMYK0.00%79.07%92.09%
15.69%

Color #D72D11 in popluar number systems.

HEXD72D11
Decimal2154517
Binary1101011110110110001
Octal3275521

Shades and tints

Shades of #D72D11

#D72D11
(215,45,17)
#C42910
(196,41,16)
#B1250F
(177,37,15)
#9E210E
(158,33,14)
#8B1D0D
(139,29,13)
#78190C
(120,25,12)
#65150B
(101,21,11)
#52110A
(82,17,10)
#3F0D09
(63,13,9)
#2C0908
(44,9,8)
#190507
(25,5,7)
#000000
(0,0,0)

Tints of #D72D11

#D72D11
(215,45,17)
#DA4026
(218,64,38)
#DD533B
(221,83,59)
#E06650
(224,102,80)
#E37965
(227,121,101)
#E68C7A
(230,140,122)
#E99F8F
(233,159,143)
#ECB2A4
(236,178,164)
#EFC5B9
(239,197,185)
#F2D8CE
(242,216,206)
#F5EBE3
(245,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D72D11 color. Also use rgb(215,45,17) instead hex code.

Text Font Color

.myTextColor { color: #D72D11; }

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

This text font color is #D72D11.


Background Color

.myBgColor { background-color: #D72D11; }

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

This div background color is #D72D11.


Border color

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

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

This div border color is #D72D11.


Opacity

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

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

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

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

This text has shadow with #D72D11 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D72D11 on black background.


Color preview on white background

This text has color #D72D11 on white background.



Black color preview on #D72D11 background

This text has black color on #D72D11 background.


White color preview on #D72D11 background

This text has white color on #D72D11 background.