COLOR #E62702

HEX: #E62702
RGB: (230,39,2)

Color info

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

RGB color model

#E62702 color RGB value is (230,39,2).

  • red value is 230;
  • green value is 39;
  • blue value is 2.
RGB:
(230,39,2)
(90%,15%,1%)

RGB channels and saturation

R 230 of 255 = 90%
G 39 of 255 = 15%
B 2 of 255 = 1%

230
39
2

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

Portions of RGB colors in percentages

R + G + B =
230 + 39 + 2 = 271 (100%)
R 230 of 271 ~ 84.87%
G 39 of 271 ~ 14.39%
B 2 of 271 ~ 0.74%

%84.87
%14.39

CMYK color model

#E62702 color CMYK value is (0,83,99,10).

  • cyan value is 0.00%
  • magenta value is 83.04%
  • yellow value is 99.13%
  • key color value is 9.80%
CMYK:
(0,83,99,10)
C0M83Y99K10 
(0%,83%,99%,10%)
(0.00/0.83/0.99/0.10)	

CMYK percentages

%0
%83.04
%99.13
%9.8

Codes

Color #E62702 in popluar color models

E62702
RGB230392
HSL10°98.28%45.49%
HSB/HSV10°99.13%90.20%
CMYK0.00%83.04%99.13%
9.80%

Color #E62702 in popluar number systems.

HEXE62702
Decimal230392
Binary1110011010011110
Octal346472

Shades and tints

Shades of #E62702

#E62702
(230,39,2)
#D22402
(210,36,2)
#BE2102
(190,33,2)
#AA1E02
(170,30,2)
#961B02
(150,27,2)
#821802
(130,24,2)
#6E1502
(110,21,2)
#5A1202
(90,18,2)
#460F02
(70,15,2)
#320C02
(50,12,2)
#1E0902
(30,9,2)
#000000
(0,0,0)

Tints of #E62702

#E62702
(230,39,2)
#E83A19
(232,58,25)
#EA4D30
(234,77,48)
#EC6047
(236,96,71)
#EE735E
(238,115,94)
#F08675
(240,134,117)
#F2998C
(242,153,140)
#F4ACA3
(244,172,163)
#F6BFBA
(246,191,186)
#F8D2D1
(248,210,209)
#FAE5E8
(250,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E62702 color. Also use rgb(230,39,2) instead hex code.

Text Font Color

.myTextColor { color: #E62702; }

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

This text font color is #E62702.


Background Color

.myBgColor { background-color: #E62702; }

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

This div background color is #E62702.


Border color

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

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

This div border color is #E62702.


Opacity

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

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

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

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

This text has shadow with #E62702 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E62702 on black background.


Color preview on white background

This text has color #E62702 on white background.



Black color preview on #E62702 background

This text has black color on #E62702 background.


White color preview on #E62702 background

This text has white color on #E62702 background.