COLOR #E82500

HEX: #E82500
RGB: (232,37,0)

Color info

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

RGB color model

#E82500 color RGB value is (232,37,0).

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

RGB channels and saturation

R 232 of 255 = 91%
G 37 of 255 = 15%
B 0 of 255 = 0%

232
37
0

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

Portions of RGB colors in percentages

R + G + B =
232 + 37 + 0 = 269 (100%)
R 232 of 269 ~ 86.25%
G 37 of 269 ~ 13.75%
B 0 of 269 ~ 0%

%86.25
%13.75

CMYK color model

#E82500 color CMYK value is (0,84,100,9).

  • cyan value is 0.00%
  • magenta value is 84.05%
  • yellow value is 100.00%
  • key color value is 9.02%
CMYK:
(0,84,100,9)
C0M84Y100K9 
(0%,84%,100%,9%)
(0.00/0.84/1.00/0.09)	

CMYK percentages

%0
%84.05
%100
%9.02

Codes

Color #E82500 in popluar color models

E82500
RGB232370
HSL10°100.00%45.49%
HSB/HSV10°100.00%90.98%
CMYK0.00%84.05%100.00%
9.02%

Color #E82500 in popluar number systems.

HEXE82500
Decimal232370
Binary111010001001010
Octal350450

Shades and tints

Shades of #E82500

#E82500
(232,37,0)
#D32200
(211,34,0)
#BE1F00
(190,31,0)
#A91C00
(169,28,0)
#941900
(148,25,0)
#7F1600
(127,22,0)
#6A1300
(106,19,0)
#551000
(85,16,0)
#400D00
(64,13,0)
#2B0A00
(43,10,0)
#160700
(22,7,0)
#000000
(0,0,0)

Tints of #E82500

#E82500
(232,37,0)
#EA3817
(234,56,23)
#EC4B2E
(236,75,46)
#EE5E45
(238,94,69)
#F0715C
(240,113,92)
#F28473
(242,132,115)
#F4978A
(244,151,138)
#F6AAA1
(246,170,161)
#F8BDB8
(248,189,184)
#FAD0CF
(250,208,207)
#FCE3E6
(252,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E82500; }

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

This text font color is #E82500.


Background Color

.myBgColor { background-color: #E82500; }

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

This div background color is #E82500.


Border color

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

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

This div border color is #E82500.


Opacity

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

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

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

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

This text has shadow with #E82500 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E82500 on black background.


Color preview on white background

This text has color #E82500 on white background.



Black color preview on #E82500 background

This text has black color on #E82500 background.


White color preview on #E82500 background

This text has white color on #E82500 background.