COLOR #E83C1E

HEX: #E83C1E
RGB: (232,60,30)

Color info

#E83C1E contains mainly red color. Web safe color of #E83C1E is #FF3333 (or #F33).

RGB color model

#E83C1E color RGB value is (232,60,30).

  • red value is 232;
  • green value is 60;
  • blue value is 30.
RGB:
(232,60,30)
(91%,24%,12%)

RGB channels and saturation

R 232 of 255 = 91%
G 60 of 255 = 24%
B 30 of 255 = 12%

232
60
30

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

Portions of RGB colors in percentages

R + G + B =
232 + 60 + 30 = 322 (100%)
R 232 of 322 ~ 72.05%
G 60 of 322 ~ 18.63%
B 30 of 322 ~ 9.32%

%72.05
%18.63

CMYK color model

#E83C1E color CMYK value is (0,74,87,9).

  • cyan value is 0.00%
  • magenta value is 74.14%
  • yellow value is 87.07%
  • key color value is 9.02%
CMYK:
(0,74,87,9)
C0M74Y87K9 
(0%,74%,87%,9%)
(0.00/0.74/0.87/0.09)	

CMYK percentages

%0
%74.14
%87.07
%9.02

Codes

Color #E83C1E in popluar color models

E83C1E
RGB2326030
HSL81.45%51.37%
HSB/HSV87.07%90.98%
CMYK0.00%74.14%87.07%
9.02%

Color #E83C1E in popluar number systems.

HEXE83C1E
Decimal2326030
Binary1110100011110011110
Octal3507436

Shades and tints

Shades of #E83C1E

#E83C1E
(232,60,30)
#D3371C
(211,55,28)
#BE321A
(190,50,26)
#A92D18
(169,45,24)
#942816
(148,40,22)
#7F2314
(127,35,20)
#6A1E12
(106,30,18)
#551910
(85,25,16)
#40140E
(64,20,14)
#2B0F0C
(43,15,12)
#160A0A
(22,10,10)
#000000
(0,0,0)

Tints of #E83C1E

#E83C1E
(232,60,30)
#EA4D32
(234,77,50)
#EC5E46
(236,94,70)
#EE6F5A
(238,111,90)
#F0806E
(240,128,110)
#F29182
(242,145,130)
#F4A296
(244,162,150)
#F6B3AA
(246,179,170)
#F8C4BE
(248,196,190)
#FAD5D2
(250,213,210)
#FCE6E6
(252,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E83C1E color. Also use rgb(232,60,30) instead hex code.

Text Font Color

.myTextColor { color: #E83C1E; }

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

This text font color is #E83C1E.


Background Color

.myBgColor { background-color: #E83C1E; }

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

This div background color is #E83C1E.


Border color

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

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

This div border color is #E83C1E.


Opacity

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

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

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

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

This text has shadow with #E83C1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E83C1E on black background.


Color preview on white background

This text has color #E83C1E on white background.



Black color preview on #E83C1E background

This text has black color on #E83C1E background.


White color preview on #E83C1E background

This text has white color on #E83C1E background.