COLOR #E04202

HEX: #E04202
RGB: (224,66,2)

Color info

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

RGB color model

#E04202 color RGB value is (224,66,2).

  • red value is 224;
  • green value is 66;
  • blue value is 2.
RGB:
(224,66,2)
(88%,26%,1%)

RGB channels and saturation

R 224 of 255 = 88%
G 66 of 255 = 26%
B 2 of 255 = 1%

224
66
2

R + G + B ~ 38%. #E04202 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
224 + 66 + 2 = 292 (100%)
R 224 of 292 ~ 76.71%
G 66 of 292 ~ 22.6%
B 2 of 292 ~ 0.68%

%76.71
%22.6

CMYK color model

#E04202 color CMYK value is (0,71,99,12).

  • cyan value is 0.00%
  • magenta value is 70.54%
  • yellow value is 99.11%
  • key color value is 12.16%
CMYK:
(0,71,99,12)
C0M71Y99K12 
(0%,71%,99%,12%)
(0.00/0.71/0.99/0.12)	

CMYK percentages

%0
%70.54
%99.11
%12.16

Codes

Color #E04202 in popluar color models

E04202
RGB224662
HSL17°98.23%44.31%
HSB/HSV17°99.11%87.84%
CMYK0.00%70.54%99.11%
12.16%

Color #E04202 in popluar number systems.

HEXE04202
Decimal224662
Binary11100000100001010
Octal3401022

Shades and tints

Shades of #E04202

#E04202
(224,66,2)
#CC3C02
(204,60,2)
#B83602
(184,54,2)
#A43002
(164,48,2)
#902A02
(144,42,2)
#7C2402
(124,36,2)
#681E02
(104,30,2)
#541802
(84,24,2)
#401202
(64,18,2)
#2C0C02
(44,12,2)
#180602
(24,6,2)
#000000
(0,0,0)

Tints of #E04202

#E04202
(224,66,2)
#E25319
(226,83,25)
#E46430
(228,100,48)
#E67547
(230,117,71)
#E8865E
(232,134,94)
#EA9775
(234,151,117)
#ECA88C
(236,168,140)
#EEB9A3
(238,185,163)
#F0CABA
(240,202,186)
#F2DBD1
(242,219,209)
#F4ECE8
(244,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E04202 color. Also use rgb(224,66,2) instead hex code.

Text Font Color

.myTextColor { color: #E04202; }

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

This text font color is #E04202.


Background Color

.myBgColor { background-color: #E04202; }

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

This div background color is #E04202.


Border color

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

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

This div border color is #E04202.


Opacity

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

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

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

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

This text has shadow with #E04202 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E04202 on black background.


Color preview on white background

This text has color #E04202 on white background.



Black color preview on #E04202 background

This text has black color on #E04202 background.


White color preview on #E04202 background

This text has white color on #E04202 background.