COLOR #E1473E

HEX: #E1473E
RGB: (225,71,62)

Color info

#E1473E contains mainly red color. Web safe color of #E1473E is #CC3333 (or #C33).

RGB color model

#E1473E color RGB value is (225,71,62).

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

RGB channels and saturation

R 225 of 255 = 88%
G 71 of 255 = 28%
B 62 of 255 = 24%

225
71
62

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

Portions of RGB colors in percentages

R + G + B =
225 + 71 + 62 = 358 (100%)
R 225 of 358 ~ 62.85%
G 71 of 358 ~ 19.83%
B 62 of 358 ~ 17.32%

%62.85
%19.83
%17.32

CMYK color model

#E1473E color CMYK value is (0,68,72,12).

  • cyan value is 0.00%
  • magenta value is 68.44%
  • yellow value is 72.44%
  • key color value is 11.76%
CMYK:
(0,68,72,12)
C0M68Y72K12 
(0%,68%,72%,12%)
(0.00/0.68/0.72/0.12)	

CMYK percentages

%0
%68.44
%72.44
%11.76

Codes

Color #E1473E in popluar color models

E1473E
RGB2257162
HSL73.09%56.27%
HSB/HSV72.44%88.24%
CMYK0.00%68.44%72.44%
11.76%

Color #E1473E in popluar number systems.

HEXE1473E
Decimal2257162
Binary111000011000111111110
Octal34110776

Shades and tints

Shades of #E1473E

#E1473E
(225,71,62)
#CD4139
(205,65,57)
#B93B34
(185,59,52)
#A5352F
(165,53,47)
#912F2A
(145,47,42)
#7D2925
(125,41,37)
#692320
(105,35,32)
#551D1B
(85,29,27)
#411716
(65,23,22)
#2D1111
(45,17,17)
#190B0C
(25,11,12)
#000000
(0,0,0)

Tints of #E1473E

#E1473E
(225,71,62)
#E3574F
(227,87,79)
#E56760
(229,103,96)
#E77771
(231,119,113)
#E98782
(233,135,130)
#EB9793
(235,151,147)
#EDA7A4
(237,167,164)
#EFB7B5
(239,183,181)
#F1C7C6
(241,199,198)
#F3D7D7
(243,215,215)
#F5E7E8
(245,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1473E; }

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

This text font color is #E1473E.


Background Color

.myBgColor { background-color: #E1473E; }

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

This div background color is #E1473E.


Border color

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

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

This div border color is #E1473E.


Opacity

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

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

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

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

This text has shadow with #E1473E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1473E on black background.


Color preview on white background

This text has color #E1473E on white background.



Black color preview on #E1473E background

This text has black color on #E1473E background.


White color preview on #E1473E background

This text has white color on #E1473E background.