COLOR #E14A0A

HEX: #E14A0A
RGB: (225,74,10)

Color info

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

RGB color model

#E14A0A color RGB value is (225,74,10).

  • red value is 225;
  • green value is 74;
  • blue value is 10.
RGB:
(225,74,10)
(88%,29%,4%)

RGB channels and saturation

R 225 of 255 = 88%
G 74 of 255 = 29%
B 10 of 255 = 4%

225
74
10

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

Portions of RGB colors in percentages

R + G + B =
225 + 74 + 10 = 309 (100%)
R 225 of 309 ~ 72.82%
G 74 of 309 ~ 23.95%
B 10 of 309 ~ 3.24%

%72.82
%23.95

CMYK color model

#E14A0A color CMYK value is (0,67,96,12).

  • cyan value is 0.00%
  • magenta value is 67.11%
  • yellow value is 95.56%
  • key color value is 11.76%
CMYK:
(0,67,96,12)
C0M67Y96K12 
(0%,67%,96%,12%)
(0.00/0.67/0.96/0.12)	

CMYK percentages

%0
%67.11
%95.56
%11.76

Codes

Color #E14A0A in popluar color models

E14A0A
RGB2257410
HSL18°91.49%46.08%
HSB/HSV18°95.56%88.24%
CMYK0.00%67.11%95.56%
11.76%

Color #E14A0A in popluar number systems.

HEXE14A0A
Decimal2257410
Binary1110000110010101010
Octal34111212

Shades and tints

Shades of #E14A0A

#E14A0A
(225,74,10)
#CD440A
(205,68,10)
#B93E0A
(185,62,10)
#A5380A
(165,56,10)
#91320A
(145,50,10)
#7D2C0A
(125,44,10)
#69260A
(105,38,10)
#55200A
(85,32,10)
#411A0A
(65,26,10)
#2D140A
(45,20,10)
#190E0A
(25,14,10)
#000000
(0,0,0)

Tints of #E14A0A

#E14A0A
(225,74,10)
#E35A20
(227,90,32)
#E56A36
(229,106,54)
#E77A4C
(231,122,76)
#E98A62
(233,138,98)
#EB9A78
(235,154,120)
#EDAA8E
(237,170,142)
#EFBAA4
(239,186,164)
#F1CABA
(241,202,186)
#F3DAD0
(243,218,208)
#F5EAE6
(245,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E14A0A color. Also use rgb(225,74,10) instead hex code.

Text Font Color

.myTextColor { color: #E14A0A; }

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

This text font color is #E14A0A.


Background Color

.myBgColor { background-color: #E14A0A; }

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

This div background color is #E14A0A.


Border color

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

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

This div border color is #E14A0A.


Opacity

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

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

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

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

This text has shadow with #E14A0A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E14A0A on black background.


Color preview on white background

This text has color #E14A0A on white background.



Black color preview on #E14A0A background

This text has black color on #E14A0A background.


White color preview on #E14A0A background

This text has white color on #E14A0A background.