COLOR #E72F0D

HEX: #E72F0D
RGB: (231,47,13)

Color info

#E72F0D contains mainly red color. Web safe color of #E72F0D is #FF3300 (or #F30).

RGB color model

#E72F0D color RGB value is (231,47,13).

  • red value is 231;
  • green value is 47;
  • blue value is 13.
RGB:
(231,47,13)
(91%,18%,5%)

RGB channels and saturation

R 231 of 255 = 91%
G 47 of 255 = 18%
B 13 of 255 = 5%

231
47
13

R + G + B ~ 38%. #E72F0D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
231 + 47 + 13 = 291 (100%)
R 231 of 291 ~ 79.38%
G 47 of 291 ~ 16.15%
B 13 of 291 ~ 4.47%

%79.38
%16.15

CMYK color model

#E72F0D color CMYK value is (0,80,94,9).

  • cyan value is 0.00%
  • magenta value is 79.65%
  • yellow value is 94.37%
  • key color value is 9.41%
CMYK:
(0,80,94,9)
C0M80Y94K9 
(0%,80%,94%,9%)
(0.00/0.80/0.94/0.09)	

CMYK percentages

%0
%79.65
%94.37
%9.41

Codes

Color #E72F0D in popluar color models

E72F0D
RGB2314713
HSL89.34%47.84%
HSB/HSV94.37%90.59%
CMYK0.00%79.65%94.37%
9.41%

Color #E72F0D in popluar number systems.

HEXE72F0D
Decimal2314713
Binary111001111011111101
Octal3475715

Shades and tints

Shades of #E72F0D

#E72F0D
(231,47,13)
#D22B0C
(210,43,12)
#BD270B
(189,39,11)
#A8230A
(168,35,10)
#931F09
(147,31,9)
#7E1B08
(126,27,8)
#691707
(105,23,7)
#541306
(84,19,6)
#3F0F05
(63,15,5)
#2A0B04
(42,11,4)
#150703
(21,7,3)
#000000
(0,0,0)

Tints of #E72F0D

#E72F0D
(231,47,13)
#E94123
(233,65,35)
#EB5339
(235,83,57)
#ED654F
(237,101,79)
#EF7765
(239,119,101)
#F1897B
(241,137,123)
#F39B91
(243,155,145)
#F5ADA7
(245,173,167)
#F7BFBD
(247,191,189)
#F9D1D3
(249,209,211)
#FBE3E9
(251,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E72F0D color. Also use rgb(231,47,13) instead hex code.

Text Font Color

.myTextColor { color: #E72F0D; }

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

This text font color is #E72F0D.


Background Color

.myBgColor { background-color: #E72F0D; }

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

This div background color is #E72F0D.


Border color

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

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

This div border color is #E72F0D.


Opacity

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

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

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

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

This text has shadow with #E72F0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E72F0D on black background.


Color preview on white background

This text has color #E72F0D on white background.



Black color preview on #E72F0D background

This text has black color on #E72F0D background.


White color preview on #E72F0D background

This text has white color on #E72F0D background.