COLOR #E35A36

HEX: #E35A36
RGB: (227,90,54)

Color info

#E35A36 contains mainly red color. Web safe color of #E35A36 is #CC6633 (or #C63).

RGB color model

#E35A36 color RGB value is (227,90,54).

  • red value is 227;
  • green value is 90;
  • blue value is 54.
RGB:
(227,90,54)
(89%,35%,21%)

RGB channels and saturation

R 227 of 255 = 89%
G 90 of 255 = 35%
B 54 of 255 = 21%

227
90
54

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

Portions of RGB colors in percentages

R + G + B =
227 + 90 + 54 = 371 (100%)
R 227 of 371 ~ 61.19%
G 90 of 371 ~ 24.26%
B 54 of 371 ~ 14.56%

%61.19
%24.26
%14.56

CMYK color model

#E35A36 color CMYK value is (0,60,76,11).

  • cyan value is 0.00%
  • magenta value is 60.35%
  • yellow value is 76.21%
  • key color value is 10.98%
CMYK:
(0,60,76,11)
C0M60Y76K11 
(0%,60%,76%,11%)
(0.00/0.60/0.76/0.11)	

CMYK percentages

%0
%60.35
%76.21
%10.98

Codes

Color #E35A36 in popluar color models

E35A36
RGB2279054
HSL12°75.55%55.10%
HSB/HSV12°76.21%89.02%
CMYK0.00%60.35%76.21%
10.98%

Color #E35A36 in popluar number systems.

HEXE35A36
Decimal2279054
Binary111000111011010110110
Octal34313266

Shades and tints

Shades of #E35A36

#E35A36
(227,90,54)
#CF5232
(207,82,50)
#BB4A2E
(187,74,46)
#A7422A
(167,66,42)
#933A26
(147,58,38)
#7F3222
(127,50,34)
#6B2A1E
(107,42,30)
#57221A
(87,34,26)
#431A16
(67,26,22)
#2F1212
(47,18,18)
#1B0A0E
(27,10,14)
#000000
(0,0,0)

Tints of #E35A36

#E35A36
(227,90,54)
#E56948
(229,105,72)
#E7785A
(231,120,90)
#E9876C
(233,135,108)
#EB967E
(235,150,126)
#EDA590
(237,165,144)
#EFB4A2
(239,180,162)
#F1C3B4
(241,195,180)
#F3D2C6
(243,210,198)
#F5E1D8
(245,225,216)
#F7F0EA
(247,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E35A36 color. Also use rgb(227,90,54) instead hex code.

Text Font Color

.myTextColor { color: #E35A36; }

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

This text font color is #E35A36.


Background Color

.myBgColor { background-color: #E35A36; }

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

This div background color is #E35A36.


Border color

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

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

This div border color is #E35A36.


Opacity

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

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

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

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

This text has shadow with #E35A36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E35A36 on black background.


Color preview on white background

This text has color #E35A36 on white background.



Black color preview on #E35A36 background

This text has black color on #E35A36 background.


White color preview on #E35A36 background

This text has white color on #E35A36 background.