COLOR #D72801

HEX: #D72801
RGB: (215,40,1)

Color info

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

RGB color model

#D72801 color RGB value is (215,40,1).

  • red value is 215;
  • green value is 40;
  • blue value is 1.
RGB:
(215,40,1)
(84%,16%,0%)

RGB channels and saturation

R 215 of 255 = 84%
G 40 of 255 = 16%
B 1 of 255 = 0%

215
40
1

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

Portions of RGB colors in percentages

R + G + B =
215 + 40 + 1 = 256 (100%)
R 215 of 256 ~ 83.98%
G 40 of 256 ~ 15.63%
B 1 of 256 ~ 0.39%

%83.98
%15.63

CMYK color model

#D72801 color CMYK value is (0,81,100,16).

  • cyan value is 0.00%
  • magenta value is 81.40%
  • yellow value is 99.53%
  • key color value is 15.69%
CMYK:
(0,81,100,16)
C0M81Y100K16 
(0%,81%,100%,16%)
(0.00/0.81/1.00/0.16)	

CMYK percentages

%0
%81.4
%99.53
%15.69

Codes

Color #D72801 in popluar color models

D72801
RGB215401
HSL11°99.07%42.35%
HSB/HSV11°99.53%84.31%
CMYK0.00%81.40%99.53%
15.69%

Color #D72801 in popluar number systems.

HEXD72801
Decimal215401
Binary110101111010001
Octal327501

Shades and tints

Shades of #D72801

#D72801
(215,40,1)
#C42501
(196,37,1)
#B12201
(177,34,1)
#9E1F01
(158,31,1)
#8B1C01
(139,28,1)
#781901
(120,25,1)
#651601
(101,22,1)
#521301
(82,19,1)
#3F1001
(63,16,1)
#2C0D01
(44,13,1)
#190A01
(25,10,1)
#000000
(0,0,0)

Tints of #D72801

#D72801
(215,40,1)
#DA3B18
(218,59,24)
#DD4E2F
(221,78,47)
#E06146
(224,97,70)
#E3745D
(227,116,93)
#E68774
(230,135,116)
#E99A8B
(233,154,139)
#ECADA2
(236,173,162)
#EFC0B9
(239,192,185)
#F2D3D0
(242,211,208)
#F5E6E7
(245,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D72801 color. Also use rgb(215,40,1) instead hex code.

Text Font Color

.myTextColor { color: #D72801; }

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

This text font color is #D72801.


Background Color

.myBgColor { background-color: #D72801; }

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

This div background color is #D72801.


Border color

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

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

This div border color is #D72801.


Opacity

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

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

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

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

This text has shadow with #D72801 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D72801 on black background.


Color preview on white background

This text has color #D72801 on white background.



Black color preview on #D72801 background

This text has black color on #D72801 background.


White color preview on #D72801 background

This text has white color on #D72801 background.