COLOR #E32A03

HEX: #E32A03
RGB: (227,42,3)

Color info

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

RGB color model

#E32A03 color RGB value is (227,42,3).

  • red value is 227;
  • green value is 42;
  • blue value is 3.
RGB:
(227,42,3)
(89%,16%,1%)

RGB channels and saturation

R 227 of 255 = 89%
G 42 of 255 = 16%
B 3 of 255 = 1%

227
42
3

R + G + B ~ 35%. #E32A03 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
227 + 42 + 3 = 272 (100%)
R 227 of 272 ~ 83.46%
G 42 of 272 ~ 15.44%
B 3 of 272 ~ 1.1%

%83.46
%15.44

CMYK color model

#E32A03 color CMYK value is (0,81,99,11).

  • cyan value is 0.00%
  • magenta value is 81.50%
  • yellow value is 98.68%
  • key color value is 10.98%
CMYK:
(0,81,99,11)
C0M81Y99K11 
(0%,81%,99%,11%)
(0.00/0.81/0.99/0.11)	

CMYK percentages

%0
%81.5
%98.68
%10.98

Codes

Color #E32A03 in popluar color models

E32A03
RGB227423
HSL10°97.39%45.10%
HSB/HSV10°98.68%89.02%
CMYK0.00%81.50%98.68%
10.98%

Color #E32A03 in popluar number systems.

HEXE32A03
Decimal227423
Binary1110001110101011
Octal343523

Shades and tints

Shades of #E32A03

#E32A03
(227,42,3)
#CF2703
(207,39,3)
#BB2403
(187,36,3)
#A72103
(167,33,3)
#931E03
(147,30,3)
#7F1B03
(127,27,3)
#6B1803
(107,24,3)
#571503
(87,21,3)
#431203
(67,18,3)
#2F0F03
(47,15,3)
#1B0C03
(27,12,3)
#000000
(0,0,0)

Tints of #E32A03

#E32A03
(227,42,3)
#E53D19
(229,61,25)
#E7502F
(231,80,47)
#E96345
(233,99,69)
#EB765B
(235,118,91)
#ED8971
(237,137,113)
#EF9C87
(239,156,135)
#F1AF9D
(241,175,157)
#F3C2B3
(243,194,179)
#F5D5C9
(245,213,201)
#F7E8DF
(247,232,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E32A03 color. Also use rgb(227,42,3) instead hex code.

Text Font Color

.myTextColor { color: #E32A03; }

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

This text font color is #E32A03.


Background Color

.myBgColor { background-color: #E32A03; }

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

This div background color is #E32A03.


Border color

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

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

This div border color is #E32A03.


Opacity

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

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

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

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

This text has shadow with #E32A03 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E32A03 on black background.


Color preview on white background

This text has color #E32A03 on white background.



Black color preview on #E32A03 background

This text has black color on #E32A03 background.


White color preview on #E32A03 background

This text has white color on #E32A03 background.