COLOR #E32E0D

HEX: #E32E0D
RGB: (227,46,13)

Color info

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

RGB color model

#E32E0D color RGB value is (227,46,13).

  • red value is 227;
  • green value is 46;
  • blue value is 13.
RGB:
(227,46,13)
(89%,18%,5%)

RGB channels and saturation

R 227 of 255 = 89%
G 46 of 255 = 18%
B 13 of 255 = 5%

227
46
13

R + G + B ~ 37%. #E32E0D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
227 + 46 + 13 = 286 (100%)
R 227 of 286 ~ 79.37%
G 46 of 286 ~ 16.08%
B 13 of 286 ~ 4.55%

%79.37
%16.08

CMYK color model

#E32E0D color CMYK value is (0,80,94,11).

  • cyan value is 0.00%
  • magenta value is 79.74%
  • yellow value is 94.27%
  • key color value is 10.98%
CMYK:
(0,80,94,11)
C0M80Y94K11 
(0%,80%,94%,11%)
(0.00/0.80/0.94/0.11)	

CMYK percentages

%0
%79.74
%94.27
%10.98

Codes

Color #E32E0D in popluar color models

E32E0D
RGB2274613
HSL89.17%47.06%
HSB/HSV94.27%89.02%
CMYK0.00%79.74%94.27%
10.98%

Color #E32E0D in popluar number systems.

HEXE32E0D
Decimal2274613
Binary111000111011101101
Octal3435615

Shades and tints

Shades of #E32E0D

#E32E0D
(227,46,13)
#CF2A0C
(207,42,12)
#BB260B
(187,38,11)
#A7220A
(167,34,10)
#931E09
(147,30,9)
#7F1A08
(127,26,8)
#6B1607
(107,22,7)
#571206
(87,18,6)
#430E05
(67,14,5)
#2F0A04
(47,10,4)
#1B0603
(27,6,3)
#000000
(0,0,0)

Tints of #E32E0D

#E32E0D
(227,46,13)
#E54123
(229,65,35)
#E75439
(231,84,57)
#E9674F
(233,103,79)
#EB7A65
(235,122,101)
#ED8D7B
(237,141,123)
#EFA091
(239,160,145)
#F1B3A7
(241,179,167)
#F3C6BD
(243,198,189)
#F5D9D3
(245,217,211)
#F7ECE9
(247,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E32E0D color. Also use rgb(227,46,13) instead hex code.

Text Font Color

.myTextColor { color: #E32E0D; }

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

This text font color is #E32E0D.


Background Color

.myBgColor { background-color: #E32E0D; }

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

This div background color is #E32E0D.


Border color

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

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

This div border color is #E32E0D.


Opacity

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

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

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

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

This text has shadow with #E32E0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E32E0D on black background.


Color preview on white background

This text has color #E32E0D on white background.



Black color preview on #E32E0D background

This text has black color on #E32E0D background.


White color preview on #E32E0D background

This text has white color on #E32E0D background.