COLOR #E74912

HEX: #E74912
RGB: (231,73,18)

Color info

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

RGB color model

#E74912 color RGB value is (231,73,18).

  • red value is 231;
  • green value is 73;
  • blue value is 18.
RGB:
(231,73,18)
(91%,29%,7%)

RGB channels and saturation

R 231 of 255 = 91%
G 73 of 255 = 29%
B 18 of 255 = 7%

231
73
18

R + G + B ~ 42%. #E74912 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
231 + 73 + 18 = 322 (100%)
R 231 of 322 ~ 71.74%
G 73 of 322 ~ 22.67%
B 18 of 322 ~ 5.59%

%71.74
%22.67

CMYK color model

#E74912 color CMYK value is (0,68,92,9).

  • cyan value is 0.00%
  • magenta value is 68.40%
  • yellow value is 92.21%
  • key color value is 9.41%
CMYK:
(0,68,92,9)
C0M68Y92K9 
(0%,68%,92%,9%)
(0.00/0.68/0.92/0.09)	

CMYK percentages

%0
%68.4
%92.21
%9.41

Codes

Color #E74912 in popluar color models

E74912
RGB2317318
HSL15°85.54%48.82%
HSB/HSV15°92.21%90.59%
CMYK0.00%68.40%92.21%
9.41%

Color #E74912 in popluar number systems.

HEXE74912
Decimal2317318
Binary11100111100100110010
Octal34711122

Shades and tints

Shades of #E74912

#E74912
(231,73,18)
#D24311
(210,67,17)
#BD3D10
(189,61,16)
#A8370F
(168,55,15)
#93310E
(147,49,14)
#7E2B0D
(126,43,13)
#69250C
(105,37,12)
#541F0B
(84,31,11)
#3F190A
(63,25,10)
#2A1309
(42,19,9)
#150D08
(21,13,8)
#000000
(0,0,0)

Tints of #E74912

#E74912
(231,73,18)
#E95927
(233,89,39)
#EB693C
(235,105,60)
#ED7951
(237,121,81)
#EF8966
(239,137,102)
#F1997B
(241,153,123)
#F3A990
(243,169,144)
#F5B9A5
(245,185,165)
#F7C9BA
(247,201,186)
#F9D9CF
(249,217,207)
#FBE9E4
(251,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E74912 color. Also use rgb(231,73,18) instead hex code.

Text Font Color

.myTextColor { color: #E74912; }

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

This text font color is #E74912.


Background Color

.myBgColor { background-color: #E74912; }

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

This div background color is #E74912.


Border color

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

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

This div border color is #E74912.


Opacity

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

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

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

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

This text has shadow with #E74912 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E74912 on black background.


Color preview on white background

This text has color #E74912 on white background.



Black color preview on #E74912 background

This text has black color on #E74912 background.


White color preview on #E74912 background

This text has white color on #E74912 background.