COLOR #E63800

HEX: #E63800
RGB: (230,56,0)

Color info

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

RGB color model

#E63800 color RGB value is (230,56,0).

  • red value is 230;
  • green value is 56;
  • blue value is 0.
RGB:
(230,56,0)
(90%,22%,0%)

RGB channels and saturation

R 230 of 255 = 90%
G 56 of 255 = 22%
B 0 of 255 = 0%

230
56
0

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

Portions of RGB colors in percentages

R + G + B =
230 + 56 + 0 = 286 (100%)
R 230 of 286 ~ 80.42%
G 56 of 286 ~ 19.58%
B 0 of 286 ~ 0%

%80.42
%19.58

CMYK color model

#E63800 color CMYK value is (0,76,100,10).

  • cyan value is 0.00%
  • magenta value is 75.65%
  • yellow value is 100.00%
  • key color value is 9.80%
CMYK:
(0,76,100,10)
C0M76Y100K10 
(0%,76%,100%,10%)
(0.00/0.76/1.00/0.10)	

CMYK percentages

%0
%75.65
%100
%9.8

Codes

Color #E63800 in popluar color models

E63800
RGB230560
HSL15°100.00%45.10%
HSB/HSV15°100.00%90.20%
CMYK0.00%75.65%100.00%
9.80%

Color #E63800 in popluar number systems.

HEXE63800
Decimal230560
Binary111001101110000
Octal346700

Shades and tints

Shades of #E63800

#E63800
(230,56,0)
#D23300
(210,51,0)
#BE2E00
(190,46,0)
#AA2900
(170,41,0)
#962400
(150,36,0)
#821F00
(130,31,0)
#6E1A00
(110,26,0)
#5A1500
(90,21,0)
#461000
(70,16,0)
#320B00
(50,11,0)
#1E0600
(30,6,0)
#000000
(0,0,0)

Tints of #E63800

#E63800
(230,56,0)
#E84A17
(232,74,23)
#EA5C2E
(234,92,46)
#EC6E45
(236,110,69)
#EE805C
(238,128,92)
#F09273
(240,146,115)
#F2A48A
(242,164,138)
#F4B6A1
(244,182,161)
#F6C8B8
(246,200,184)
#F8DACF
(248,218,207)
#FAECE6
(250,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E63800 color. Also use rgb(230,56,0) instead hex code.

Text Font Color

.myTextColor { color: #E63800; }

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

This text font color is #E63800.


Background Color

.myBgColor { background-color: #E63800; }

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

This div background color is #E63800.


Border color

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

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

This div border color is #E63800.


Opacity

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

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

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

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

This text has shadow with #E63800 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E63800 on black background.


Color preview on white background

This text has color #E63800 on white background.



Black color preview on #E63800 background

This text has black color on #E63800 background.


White color preview on #E63800 background

This text has white color on #E63800 background.