COLOR #E35332

HEX: #E35332
RGB: (227,83,50)

Color info

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

RGB color model

#E35332 color RGB value is (227,83,50).

  • red value is 227;
  • green value is 83;
  • blue value is 50.
RGB:
(227,83,50)
(89%,33%,20%)

RGB channels and saturation

R 227 of 255 = 89%
G 83 of 255 = 33%
B 50 of 255 = 20%

227
83
50

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

Portions of RGB colors in percentages

R + G + B =
227 + 83 + 50 = 360 (100%)
R 227 of 360 ~ 63.06%
G 83 of 360 ~ 23.06%
B 50 of 360 ~ 13.89%

%63.06
%23.06
%13.89

CMYK color model

#E35332 color CMYK value is (0,63,78,11).

  • cyan value is 0.00%
  • magenta value is 63.44%
  • yellow value is 77.97%
  • key color value is 10.98%
CMYK:
(0,63,78,11)
C0M63Y78K11 
(0%,63%,78%,11%)
(0.00/0.63/0.78/0.11)	

CMYK percentages

%0
%63.44
%77.97
%10.98

Codes

Color #E35332 in popluar color models

E35332
RGB2278350
HSL11°75.97%54.31%
HSB/HSV11°77.97%89.02%
CMYK0.00%63.44%77.97%
10.98%

Color #E35332 in popluar number systems.

HEXE35332
Decimal2278350
Binary111000111010011110010
Octal34312362

Shades and tints

Shades of #E35332

#E35332
(227,83,50)
#CF4C2E
(207,76,46)
#BB452A
(187,69,42)
#A73E26
(167,62,38)
#933722
(147,55,34)
#7F301E
(127,48,30)
#6B291A
(107,41,26)
#572216
(87,34,22)
#431B12
(67,27,18)
#2F140E
(47,20,14)
#1B0D0A
(27,13,10)
#000000
(0,0,0)

Tints of #E35332

#E35332
(227,83,50)
#E56244
(229,98,68)
#E77156
(231,113,86)
#E98068
(233,128,104)
#EB8F7A
(235,143,122)
#ED9E8C
(237,158,140)
#EFAD9E
(239,173,158)
#F1BCB0
(241,188,176)
#F3CBC2
(243,203,194)
#F5DAD4
(245,218,212)
#F7E9E6
(247,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E35332 color. Also use rgb(227,83,50) instead hex code.

Text Font Color

.myTextColor { color: #E35332; }

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

This text font color is #E35332.


Background Color

.myBgColor { background-color: #E35332; }

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

This div background color is #E35332.


Border color

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

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

This div border color is #E35332.


Opacity

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

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

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

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

This text has shadow with #E35332 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E35332 on black background.


Color preview on white background

This text has color #E35332 on white background.



Black color preview on #E35332 background

This text has black color on #E35332 background.


White color preview on #E35332 background

This text has white color on #E35332 background.