COLOR #E55002

HEX: #E55002
RGB: (229,80,2)

Color info

#E55002 contains mainly red color. Web safe color of #E55002 is #CC6600 (or #C60).

RGB color model

#E55002 color RGB value is (229,80,2).

  • red value is 229;
  • green value is 80;
  • blue value is 2.
RGB:
(229,80,2)
(90%,31%,1%)

RGB channels and saturation

R 229 of 255 = 90%
G 80 of 255 = 31%
B 2 of 255 = 1%

229
80
2

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

Portions of RGB colors in percentages

R + G + B =
229 + 80 + 2 = 311 (100%)
R 229 of 311 ~ 73.63%
G 80 of 311 ~ 25.72%
B 2 of 311 ~ 0.64%

%73.63
%25.72

CMYK color model

#E55002 color CMYK value is (0,65,99,10).

  • cyan value is 0.00%
  • magenta value is 65.07%
  • yellow value is 99.13%
  • key color value is 10.20%
CMYK:
(0,65,99,10)
C0M65Y99K10 
(0%,65%,99%,10%)
(0.00/0.65/0.99/0.10)	

CMYK percentages

%0
%65.07
%99.13
%10.2

Codes

Color #E55002 in popluar color models

E55002
RGB229802
HSL21°98.27%45.29%
HSB/HSV21°99.13%89.80%
CMYK0.00%65.07%99.13%
10.20%

Color #E55002 in popluar number systems.

HEXE55002
Decimal229802
Binary11100101101000010
Octal3451202

Shades and tints

Shades of #E55002

#E55002
(229,80,2)
#D14902
(209,73,2)
#BD4202
(189,66,2)
#A93B02
(169,59,2)
#953402
(149,52,2)
#812D02
(129,45,2)
#6D2602
(109,38,2)
#591F02
(89,31,2)
#451802
(69,24,2)
#311102
(49,17,2)
#1D0A02
(29,10,2)
#000000
(0,0,0)

Tints of #E55002

#E55002
(229,80,2)
#E75F19
(231,95,25)
#E96E30
(233,110,48)
#EB7D47
(235,125,71)
#ED8C5E
(237,140,94)
#EF9B75
(239,155,117)
#F1AA8C
(241,170,140)
#F3B9A3
(243,185,163)
#F5C8BA
(245,200,186)
#F7D7D1
(247,215,209)
#F9E6E8
(249,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E55002 color. Also use rgb(229,80,2) instead hex code.

Text Font Color

.myTextColor { color: #E55002; }

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

This text font color is #E55002.


Background Color

.myBgColor { background-color: #E55002; }

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

This div background color is #E55002.


Border color

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

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

This div border color is #E55002.


Opacity

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

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

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

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

This text has shadow with #E55002 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E55002 on black background.


Color preview on white background

This text has color #E55002 on white background.



Black color preview on #E55002 background

This text has black color on #E55002 background.


White color preview on #E55002 background

This text has white color on #E55002 background.