COLOR #E63106

HEX: #E63106
RGB: (230,49,6)

Color info

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

RGB color model

#E63106 color RGB value is (230,49,6).

  • red value is 230;
  • green value is 49;
  • blue value is 6.
RGB:
(230,49,6)
(90%,19%,2%)

RGB channels and saturation

R 230 of 255 = 90%
G 49 of 255 = 19%
B 6 of 255 = 2%

230
49
6

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

Portions of RGB colors in percentages

R + G + B =
230 + 49 + 6 = 285 (100%)
R 230 of 285 ~ 80.7%
G 49 of 285 ~ 17.19%
B 6 of 285 ~ 2.11%

%80.7
%17.19

CMYK color model

#E63106 color CMYK value is (0,79,97,10).

  • cyan value is 0.00%
  • magenta value is 78.70%
  • yellow value is 97.39%
  • key color value is 9.80%
CMYK:
(0,79,97,10)
C0M79Y97K10 
(0%,79%,97%,10%)
(0.00/0.79/0.97/0.10)	

CMYK percentages

%0
%78.7
%97.39
%9.8

Codes

Color #E63106 in popluar color models

E63106
RGB230496
HSL12°94.92%46.27%
HSB/HSV12°97.39%90.20%
CMYK0.00%78.70%97.39%
9.80%

Color #E63106 in popluar number systems.

HEXE63106
Decimal230496
Binary11100110110001110
Octal346616

Shades and tints

Shades of #E63106

#E63106
(230,49,6)
#D22D06
(210,45,6)
#BE2906
(190,41,6)
#AA2506
(170,37,6)
#962106
(150,33,6)
#821D06
(130,29,6)
#6E1906
(110,25,6)
#5A1506
(90,21,6)
#461106
(70,17,6)
#320D06
(50,13,6)
#1E0906
(30,9,6)
#000000
(0,0,0)

Tints of #E63106

#E63106
(230,49,6)
#E8431C
(232,67,28)
#EA5532
(234,85,50)
#EC6748
(236,103,72)
#EE795E
(238,121,94)
#F08B74
(240,139,116)
#F29D8A
(242,157,138)
#F4AFA0
(244,175,160)
#F6C1B6
(246,193,182)
#F8D3CC
(248,211,204)
#FAE5E2
(250,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E63106 color. Also use rgb(230,49,6) instead hex code.

Text Font Color

.myTextColor { color: #E63106; }

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

This text font color is #E63106.


Background Color

.myBgColor { background-color: #E63106; }

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

This div background color is #E63106.


Border color

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

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

This div border color is #E63106.


Opacity

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

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

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

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

This text has shadow with #E63106 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E63106 on black background.


Color preview on white background

This text has color #E63106 on white background.



Black color preview on #E63106 background

This text has black color on #E63106 background.


White color preview on #E63106 background

This text has white color on #E63106 background.