COLOR #E7473E

HEX: #E7473E
RGB: (231,71,62)

Color info

#E7473E contains mainly red color. Web safe color of #E7473E is #FF3333 (or #F33).

RGB color model

#E7473E color RGB value is (231,71,62).

  • red value is 231;
  • green value is 71;
  • blue value is 62.
RGB:
(231,71,62)
(91%,28%,24%)

RGB channels and saturation

R 231 of 255 = 91%
G 71 of 255 = 28%
B 62 of 255 = 24%

231
71
62

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

Portions of RGB colors in percentages

R + G + B =
231 + 71 + 62 = 364 (100%)
R 231 of 364 ~ 63.46%
G 71 of 364 ~ 19.51%
B 62 of 364 ~ 17.03%

%63.46
%19.51
%17.03

CMYK color model

#E7473E color CMYK value is (0,69,73,9).

  • cyan value is 0.00%
  • magenta value is 69.26%
  • yellow value is 73.16%
  • key color value is 9.41%
CMYK:
(0,69,73,9)
C0M69Y73K9 
(0%,69%,73%,9%)
(0.00/0.69/0.73/0.09)	

CMYK percentages

%0
%69.26
%73.16
%9.41

Codes

Color #E7473E in popluar color models

E7473E
RGB2317162
HSL77.88%57.45%
HSB/HSV73.16%90.59%
CMYK0.00%69.26%73.16%
9.41%

Color #E7473E in popluar number systems.

HEXE7473E
Decimal2317162
Binary111001111000111111110
Octal34710776

Shades and tints

Shades of #E7473E

#E7473E
(231,71,62)
#D24139
(210,65,57)
#BD3B34
(189,59,52)
#A8352F
(168,53,47)
#932F2A
(147,47,42)
#7E2925
(126,41,37)
#692320
(105,35,32)
#541D1B
(84,29,27)
#3F1716
(63,23,22)
#2A1111
(42,17,17)
#150B0C
(21,11,12)
#000000
(0,0,0)

Tints of #E7473E

#E7473E
(231,71,62)
#E9574F
(233,87,79)
#EB6760
(235,103,96)
#ED7771
(237,119,113)
#EF8782
(239,135,130)
#F19793
(241,151,147)
#F3A7A4
(243,167,164)
#F5B7B5
(245,183,181)
#F7C7C6
(247,199,198)
#F9D7D7
(249,215,215)
#FBE7E8
(251,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7473E color. Also use rgb(231,71,62) instead hex code.

Text Font Color

.myTextColor { color: #E7473E; }

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

This text font color is #E7473E.


Background Color

.myBgColor { background-color: #E7473E; }

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

This div background color is #E7473E.


Border color

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

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

This div border color is #E7473E.


Opacity

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

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

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

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

This text has shadow with #E7473E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7473E on black background.


Color preview on white background

This text has color #E7473E on white background.



Black color preview on #E7473E background

This text has black color on #E7473E background.


White color preview on #E7473E background

This text has white color on #E7473E background.