COLOR #E82F00

HEX: #E82F00
RGB: (232,47,0)

Color info

#E82F00 contains mainly red color. Web safe color of #E82F00 is #FF3300 (or #F30).

RGB color model

#E82F00 color RGB value is (232,47,0).

  • red value is 232;
  • green value is 47;
  • blue value is 0.
RGB:
(232,47,0)
(91%,18%,0%)

RGB channels and saturation

R 232 of 255 = 91%
G 47 of 255 = 18%
B 0 of 255 = 0%

232
47
0

R + G + B ~ 36%. #E82F00 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
232 + 47 + 0 = 279 (100%)
R 232 of 279 ~ 83.15%
G 47 of 279 ~ 16.85%
B 0 of 279 ~ 0%

%83.15
%16.85

CMYK color model

#E82F00 color CMYK value is (0,80,100,9).

  • cyan value is 0.00%
  • magenta value is 79.74%
  • yellow value is 100.00%
  • key color value is 9.02%
CMYK:
(0,80,100,9)
C0M80Y100K9 
(0%,80%,100%,9%)
(0.00/0.80/1.00/0.09)	

CMYK percentages

%0
%79.74
%100
%9.02

Codes

Color #E82F00 in popluar color models

E82F00
RGB232470
HSL12°100.00%45.49%
HSB/HSV12°100.00%90.98%
CMYK0.00%79.74%100.00%
9.02%

Color #E82F00 in popluar number systems.

HEXE82F00
Decimal232470
Binary111010001011110
Octal350570

Shades and tints

Shades of #E82F00

#E82F00
(232,47,0)
#D32B00
(211,43,0)
#BE2700
(190,39,0)
#A92300
(169,35,0)
#941F00
(148,31,0)
#7F1B00
(127,27,0)
#6A1700
(106,23,0)
#551300
(85,19,0)
#400F00
(64,15,0)
#2B0B00
(43,11,0)
#160700
(22,7,0)
#000000
(0,0,0)

Tints of #E82F00

#E82F00
(232,47,0)
#EA4117
(234,65,23)
#EC532E
(236,83,46)
#EE6545
(238,101,69)
#F0775C
(240,119,92)
#F28973
(242,137,115)
#F49B8A
(244,155,138)
#F6ADA1
(246,173,161)
#F8BFB8
(248,191,184)
#FAD1CF
(250,209,207)
#FCE3E6
(252,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E82F00 color. Also use rgb(232,47,0) instead hex code.

Text Font Color

.myTextColor { color: #E82F00; }

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

This text font color is #E82F00.


Background Color

.myBgColor { background-color: #E82F00; }

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

This div background color is #E82F00.


Border color

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

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

This div border color is #E82F00.


Opacity

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

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

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

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

This text has shadow with #E82F00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E82F00 on black background.


Color preview on white background

This text has color #E82F00 on white background.



Black color preview on #E82F00 background

This text has black color on #E82F00 background.


White color preview on #E82F00 background

This text has white color on #E82F00 background.