COLOR #E35111

HEX: #E35111
RGB: (227,81,17)

Color info

#E35111 contains mainly red color. Web safe color of #E35111 is #CC6600 (or #C60).

RGB color model

#E35111 color RGB value is (227,81,17).

  • red value is 227;
  • green value is 81;
  • blue value is 17.
RGB:
(227,81,17)
(89%,32%,7%)

RGB channels and saturation

R 227 of 255 = 89%
G 81 of 255 = 32%
B 17 of 255 = 7%

227
81
17

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

Portions of RGB colors in percentages

R + G + B =
227 + 81 + 17 = 325 (100%)
R 227 of 325 ~ 69.85%
G 81 of 325 ~ 24.92%
B 17 of 325 ~ 5.23%

%69.85
%24.92

CMYK color model

#E35111 color CMYK value is (0,64,93,11).

  • cyan value is 0.00%
  • magenta value is 64.32%
  • yellow value is 92.51%
  • key color value is 10.98%
CMYK:
(0,64,93,11)
C0M64Y93K11 
(0%,64%,93%,11%)
(0.00/0.64/0.93/0.11)	

CMYK percentages

%0
%64.32
%92.51
%10.98

Codes

Color #E35111 in popluar color models

E35111
RGB2278117
HSL18°86.07%47.84%
HSB/HSV18°92.51%89.02%
CMYK0.00%64.32%92.51%
10.98%

Color #E35111 in popluar number systems.

HEXE35111
Decimal2278117
Binary11100011101000110001
Octal34312121

Shades and tints

Shades of #E35111

#E35111
(227,81,17)
#CF4A10
(207,74,16)
#BB430F
(187,67,15)
#A73C0E
(167,60,14)
#93350D
(147,53,13)
#7F2E0C
(127,46,12)
#6B270B
(107,39,11)
#57200A
(87,32,10)
#431909
(67,25,9)
#2F1208
(47,18,8)
#1B0B07
(27,11,7)
#000000
(0,0,0)

Tints of #E35111

#E35111
(227,81,17)
#E56026
(229,96,38)
#E76F3B
(231,111,59)
#E97E50
(233,126,80)
#EB8D65
(235,141,101)
#ED9C7A
(237,156,122)
#EFAB8F
(239,171,143)
#F1BAA4
(241,186,164)
#F3C9B9
(243,201,185)
#F5D8CE
(245,216,206)
#F7E7E3
(247,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E35111 color. Also use rgb(227,81,17) instead hex code.

Text Font Color

.myTextColor { color: #E35111; }

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

This text font color is #E35111.


Background Color

.myBgColor { background-color: #E35111; }

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

This div background color is #E35111.


Border color

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

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

This div border color is #E35111.


Opacity

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

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

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

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

This text has shadow with #E35111 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E35111 on black background.


Color preview on white background

This text has color #E35111 on white background.



Black color preview on #E35111 background

This text has black color on #E35111 background.


White color preview on #E35111 background

This text has white color on #E35111 background.