COLOR #E73F13

HEX: #E73F13
RGB: (231,63,19)

Color info

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

RGB color model

#E73F13 color RGB value is (231,63,19).

  • red value is 231;
  • green value is 63;
  • blue value is 19.
RGB:
(231,63,19)
(91%,25%,7%)

RGB channels and saturation

R 231 of 255 = 91%
G 63 of 255 = 25%
B 19 of 255 = 7%

231
63
19

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

Portions of RGB colors in percentages

R + G + B =
231 + 63 + 19 = 313 (100%)
R 231 of 313 ~ 73.8%
G 63 of 313 ~ 20.13%
B 19 of 313 ~ 6.07%

%73.8
%20.13

CMYK color model

#E73F13 color CMYK value is (0,73,92,9).

  • cyan value is 0.00%
  • magenta value is 72.73%
  • yellow value is 91.77%
  • key color value is 9.41%
CMYK:
(0,73,92,9)
C0M73Y92K9 
(0%,73%,92%,9%)
(0.00/0.73/0.92/0.09)	

CMYK percentages

%0
%72.73
%91.77
%9.41

Codes

Color #E73F13 in popluar color models

E73F13
RGB2316319
HSL12°84.80%49.02%
HSB/HSV12°91.77%90.59%
CMYK0.00%72.73%91.77%
9.41%

Color #E73F13 in popluar number systems.

HEXE73F13
Decimal2316319
Binary1110011111111110011
Octal3477723

Shades and tints

Shades of #E73F13

#E73F13
(231,63,19)
#D23A12
(210,58,18)
#BD3511
(189,53,17)
#A83010
(168,48,16)
#932B0F
(147,43,15)
#7E260E
(126,38,14)
#69210D
(105,33,13)
#541C0C
(84,28,12)
#3F170B
(63,23,11)
#2A120A
(42,18,10)
#150D09
(21,13,9)
#000000
(0,0,0)

Tints of #E73F13

#E73F13
(231,63,19)
#E95028
(233,80,40)
#EB613D
(235,97,61)
#ED7252
(237,114,82)
#EF8367
(239,131,103)
#F1947C
(241,148,124)
#F3A591
(243,165,145)
#F5B6A6
(245,182,166)
#F7C7BB
(247,199,187)
#F9D8D0
(249,216,208)
#FBE9E5
(251,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E73F13 color. Also use rgb(231,63,19) instead hex code.

Text Font Color

.myTextColor { color: #E73F13; }

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

This text font color is #E73F13.


Background Color

.myBgColor { background-color: #E73F13; }

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

This div background color is #E73F13.


Border color

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

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

This div border color is #E73F13.


Opacity

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

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

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

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

This text has shadow with #E73F13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E73F13 on black background.


Color preview on white background

This text has color #E73F13 on white background.



Black color preview on #E73F13 background

This text has black color on #E73F13 background.


White color preview on #E73F13 background

This text has white color on #E73F13 background.