COLOR #E34718

HEX: #E34718
RGB: (227,71,24)

Color info

#E34718 contains mainly red color. Web safe color of #E34718 is #CC3300 (or #C30).

RGB color model

#E34718 color RGB value is (227,71,24).

  • red value is 227;
  • green value is 71;
  • blue value is 24.
RGB:
(227,71,24)
(89%,28%,9%)

RGB channels and saturation

R 227 of 255 = 89%
G 71 of 255 = 28%
B 24 of 255 = 9%

227
71
24

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

Portions of RGB colors in percentages

R + G + B =
227 + 71 + 24 = 322 (100%)
R 227 of 322 ~ 70.5%
G 71 of 322 ~ 22.05%
B 24 of 322 ~ 7.45%

%70.5
%22.05

CMYK color model

#E34718 color CMYK value is (0,69,89,11).

  • cyan value is 0.00%
  • magenta value is 68.72%
  • yellow value is 89.43%
  • key color value is 10.98%
CMYK:
(0,69,89,11)
C0M69Y89K11 
(0%,69%,89%,11%)
(0.00/0.69/0.89/0.11)	

CMYK percentages

%0
%68.72
%89.43
%10.98

Codes

Color #E34718 in popluar color models

E34718
RGB2277124
HSL14°80.88%49.22%
HSB/HSV14°89.43%89.02%
CMYK0.00%68.72%89.43%
10.98%

Color #E34718 in popluar number systems.

HEXE34718
Decimal2277124
Binary11100011100011111000
Octal34310730

Shades and tints

Shades of #E34718

#E34718
(227,71,24)
#CF4116
(207,65,22)
#BB3B14
(187,59,20)
#A73512
(167,53,18)
#932F10
(147,47,16)
#7F290E
(127,41,14)
#6B230C
(107,35,12)
#571D0A
(87,29,10)
#431708
(67,23,8)
#2F1106
(47,17,6)
#1B0B04
(27,11,4)
#000000
(0,0,0)

Tints of #E34718

#E34718
(227,71,24)
#E5572D
(229,87,45)
#E76742
(231,103,66)
#E97757
(233,119,87)
#EB876C
(235,135,108)
#ED9781
(237,151,129)
#EFA796
(239,167,150)
#F1B7AB
(241,183,171)
#F3C7C0
(243,199,192)
#F5D7D5
(245,215,213)
#F7E7EA
(247,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E34718 color. Also use rgb(227,71,24) instead hex code.

Text Font Color

.myTextColor { color: #E34718; }

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

This text font color is #E34718.


Background Color

.myBgColor { background-color: #E34718; }

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

This div background color is #E34718.


Border color

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

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

This div border color is #E34718.


Opacity

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

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

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

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

This text has shadow with #E34718 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E34718 on black background.


Color preview on white background

This text has color #E34718 on white background.



Black color preview on #E34718 background

This text has black color on #E34718 background.


White color preview on #E34718 background

This text has white color on #E34718 background.