COLOR #E14505

HEX: #E14505
RGB: (225,69,5)

Color info

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

RGB color model

#E14505 color RGB value is (225,69,5).

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

RGB channels and saturation

R 225 of 255 = 88%
G 69 of 255 = 27%
B 5 of 255 = 2%

225
69
5

R + G + B ~ 39%. #E14505 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
225 + 69 + 5 = 299 (100%)
R 225 of 299 ~ 75.25%
G 69 of 299 ~ 23.08%
B 5 of 299 ~ 1.67%

%75.25
%23.08

CMYK color model

#E14505 color CMYK value is (0,69,98,12).

  • cyan value is 0.00%
  • magenta value is 69.33%
  • yellow value is 97.78%
  • key color value is 11.76%
CMYK:
(0,69,98,12)
C0M69Y98K12 
(0%,69%,98%,12%)
(0.00/0.69/0.98/0.12)	

CMYK percentages

%0
%69.33
%97.78
%11.76

Codes

Color #E14505 in popluar color models

E14505
RGB225695
HSL17°95.65%45.10%
HSB/HSV17°97.78%88.24%
CMYK0.00%69.33%97.78%
11.76%

Color #E14505 in popluar number systems.

HEXE14505
Decimal225695
Binary111000011000101101
Octal3411055

Shades and tints

Shades of #E14505

#E14505
(225,69,5)
#CD3F05
(205,63,5)
#B93905
(185,57,5)
#A53305
(165,51,5)
#912D05
(145,45,5)
#7D2705
(125,39,5)
#692105
(105,33,5)
#551B05
(85,27,5)
#411505
(65,21,5)
#2D0F05
(45,15,5)
#190905
(25,9,5)
#000000
(0,0,0)

Tints of #E14505

#E14505
(225,69,5)
#E3551B
(227,85,27)
#E56531
(229,101,49)
#E77547
(231,117,71)
#E9855D
(233,133,93)
#EB9573
(235,149,115)
#EDA589
(237,165,137)
#EFB59F
(239,181,159)
#F1C5B5
(241,197,181)
#F3D5CB
(243,213,203)
#F5E5E1
(245,229,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E14505; }

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

This text font color is #E14505.


Background Color

.myBgColor { background-color: #E14505; }

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

This div background color is #E14505.


Border color

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

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

This div border color is #E14505.


Opacity

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

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

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

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

This text has shadow with #E14505 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E14505 on black background.


Color preview on white background

This text has color #E14505 on white background.



Black color preview on #E14505 background

This text has black color on #E14505 background.


White color preview on #E14505 background

This text has white color on #E14505 background.