COLOR #E12805

HEX: #E12805
RGB: (225,40,5)

Color info

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

RGB color model

#E12805 color RGB value is (225,40,5).

  • red value is 225;
  • green value is 40;
  • blue value is 5.
RGB:
(225,40,5)
(88%,16%,2%)

RGB channels and saturation

R 225 of 255 = 88%
G 40 of 255 = 16%
B 5 of 255 = 2%

225
40
5

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

Portions of RGB colors in percentages

R + G + B =
225 + 40 + 5 = 270 (100%)
R 225 of 270 ~ 83.33%
G 40 of 270 ~ 14.81%
B 5 of 270 ~ 1.85%

%83.33
%14.81

CMYK color model

#E12805 color CMYK value is (0,82,98,12).

  • cyan value is 0.00%
  • magenta value is 82.22%
  • yellow value is 97.78%
  • key color value is 11.76%
CMYK:
(0,82,98,12)
C0M82Y98K12 
(0%,82%,98%,12%)
(0.00/0.82/0.98/0.12)	

CMYK percentages

%0
%82.22
%97.78
%11.76

Codes

Color #E12805 in popluar color models

E12805
RGB225405
HSL10°95.65%45.10%
HSB/HSV10°97.78%88.24%
CMYK0.00%82.22%97.78%
11.76%

Color #E12805 in popluar number systems.

HEXE12805
Decimal225405
Binary11100001101000101
Octal341505

Shades and tints

Shades of #E12805

#E12805
(225,40,5)
#CD2505
(205,37,5)
#B92205
(185,34,5)
#A51F05
(165,31,5)
#911C05
(145,28,5)
#7D1905
(125,25,5)
#691605
(105,22,5)
#551305
(85,19,5)
#411005
(65,16,5)
#2D0D05
(45,13,5)
#190A05
(25,10,5)
#000000
(0,0,0)

Tints of #E12805

#E12805
(225,40,5)
#E33B1B
(227,59,27)
#E54E31
(229,78,49)
#E76147
(231,97,71)
#E9745D
(233,116,93)
#EB8773
(235,135,115)
#ED9A89
(237,154,137)
#EFAD9F
(239,173,159)
#F1C0B5
(241,192,181)
#F3D3CB
(243,211,203)
#F5E6E1
(245,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E12805 color. Also use rgb(225,40,5) instead hex code.

Text Font Color

.myTextColor { color: #E12805; }

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

This text font color is #E12805.


Background Color

.myBgColor { background-color: #E12805; }

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

This div background color is #E12805.


Border color

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

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

This div border color is #E12805.


Opacity

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

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

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

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

This text has shadow with #E12805 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E12805 on black background.


Color preview on white background

This text has color #E12805 on white background.



Black color preview on #E12805 background

This text has black color on #E12805 background.


White color preview on #E12805 background

This text has white color on #E12805 background.