COLOR #E83000

HEX: #E83000
RGB: (232,48,0)

Color info

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

RGB color model

#E83000 color RGB value is (232,48,0).

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

RGB channels and saturation

R 232 of 255 = 91%
G 48 of 255 = 19%
B 0 of 255 = 0%

232
48
0

R + G + B ~ 37%. #E83000 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
232 + 48 + 0 = 280 (100%)
R 232 of 280 ~ 82.86%
G 48 of 280 ~ 17.14%
B 0 of 280 ~ 0%

%82.86
%17.14

CMYK color model

#E83000 color CMYK value is (0,79,100,9).

  • cyan value is 0.00%
  • magenta value is 79.31%
  • yellow value is 100.00%
  • key color value is 9.02%
CMYK:
(0,79,100,9)
C0M79Y100K9 
(0%,79%,100%,9%)
(0.00/0.79/1.00/0.09)	

CMYK percentages

%0
%79.31
%100
%9.02

Codes

Color #E83000 in popluar color models

E83000
RGB232480
HSL12°100.00%45.49%
HSB/HSV12°100.00%90.98%
CMYK0.00%79.31%100.00%
9.02%

Color #E83000 in popluar number systems.

HEXE83000
Decimal232480
Binary111010001100000
Octal350600

Shades and tints

Shades of #E83000

#E83000
(232,48,0)
#D32C00
(211,44,0)
#BE2800
(190,40,0)
#A92400
(169,36,0)
#942000
(148,32,0)
#7F1C00
(127,28,0)
#6A1800
(106,24,0)
#551400
(85,20,0)
#401000
(64,16,0)
#2B0C00
(43,12,0)
#160800
(22,8,0)
#000000
(0,0,0)

Tints of #E83000

#E83000
(232,48,0)
#EA4217
(234,66,23)
#EC542E
(236,84,46)
#EE6645
(238,102,69)
#F0785C
(240,120,92)
#F28A73
(242,138,115)
#F49C8A
(244,156,138)
#F6AEA1
(246,174,161)
#F8C0B8
(248,192,184)
#FAD2CF
(250,210,207)
#FCE4E6
(252,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E83000; }

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

This text font color is #E83000.


Background Color

.myBgColor { background-color: #E83000; }

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

This div background color is #E83000.


Border color

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

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

This div border color is #E83000.


Opacity

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

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

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

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

This text has shadow with #E83000 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E83000 on black background.


Color preview on white background

This text has color #E83000 on white background.



Black color preview on #E83000 background

This text has black color on #E83000 background.


White color preview on #E83000 background

This text has white color on #E83000 background.