COLOR #E14E25

HEX: #E14E25
RGB: (225,78,37)

Color info

#E14E25 contains mainly red color. Web safe color of #E14E25 is #CC6633 (or #C63).

RGB color model

#E14E25 color RGB value is (225,78,37).

  • red value is 225;
  • green value is 78;
  • blue value is 37.
RGB:
(225,78,37)
(88%,31%,15%)

RGB channels and saturation

R 225 of 255 = 88%
G 78 of 255 = 31%
B 37 of 255 = 15%

225
78
37

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

Portions of RGB colors in percentages

R + G + B =
225 + 78 + 37 = 340 (100%)
R 225 of 340 ~ 66.18%
G 78 of 340 ~ 22.94%
B 37 of 340 ~ 10.88%

%66.18
%22.94
%10.88

CMYK color model

#E14E25 color CMYK value is (0,65,84,12).

  • cyan value is 0.00%
  • magenta value is 65.33%
  • yellow value is 83.56%
  • key color value is 11.76%
CMYK:
(0,65,84,12)
C0M65Y84K12 
(0%,65%,84%,12%)
(0.00/0.65/0.84/0.12)	

CMYK percentages

%0
%65.33
%83.56
%11.76

Codes

Color #E14E25 in popluar color models

E14E25
RGB2257837
HSL13°75.81%51.37%
HSB/HSV13°83.56%88.24%
CMYK0.00%65.33%83.56%
11.76%

Color #E14E25 in popluar number systems.

HEXE14E25
Decimal2257837
Binary111000011001110100101
Octal34111645

Shades and tints

Shades of #E14E25

#E14E25
(225,78,37)
#CD4722
(205,71,34)
#B9401F
(185,64,31)
#A5391C
(165,57,28)
#913219
(145,50,25)
#7D2B16
(125,43,22)
#692413
(105,36,19)
#551D10
(85,29,16)
#41160D
(65,22,13)
#2D0F0A
(45,15,10)
#190807
(25,8,7)
#000000
(0,0,0)

Tints of #E14E25

#E14E25
(225,78,37)
#E35E38
(227,94,56)
#E56E4B
(229,110,75)
#E77E5E
(231,126,94)
#E98E71
(233,142,113)
#EB9E84
(235,158,132)
#EDAE97
(237,174,151)
#EFBEAA
(239,190,170)
#F1CEBD
(241,206,189)
#F3DED0
(243,222,208)
#F5EEE3
(245,238,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E14E25 color. Also use rgb(225,78,37) instead hex code.

Text Font Color

.myTextColor { color: #E14E25; }

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

This text font color is #E14E25.


Background Color

.myBgColor { background-color: #E14E25; }

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

This div background color is #E14E25.


Border color

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

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

This div border color is #E14E25.


Opacity

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

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

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

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

This text has shadow with #E14E25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E14E25 on black background.


Color preview on white background

This text has color #E14E25 on white background.



Black color preview on #E14E25 background

This text has black color on #E14E25 background.


White color preview on #E14E25 background

This text has white color on #E14E25 background.