COLOR #E5150F

HEX: #E5150F
RGB: (229,21,15)

Color info

#E5150F contains mainly red color. Web safe color of #E5150F is #CC0000 (or #C00).

RGB color model

#E5150F color RGB value is (229,21,15).

  • red value is 229;
  • green value is 21;
  • blue value is 15.
RGB:
(229,21,15)
(90%,8%,6%)

RGB channels and saturation

R 229 of 255 = 90%
G 21 of 255 = 8%
B 15 of 255 = 6%

229
21
15

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

Portions of RGB colors in percentages

R + G + B =
229 + 21 + 15 = 265 (100%)
R 229 of 265 ~ 86.42%
G 21 of 265 ~ 7.92%
B 15 of 265 ~ 5.66%

%86.42

CMYK color model

#E5150F color CMYK value is (0,91,93,10).

  • cyan value is 0.00%
  • magenta value is 90.83%
  • yellow value is 93.45%
  • key color value is 10.20%
CMYK:
(0,91,93,10)
C0M91Y93K10 
(0%,91%,93%,10%)
(0.00/0.91/0.93/0.10)	

CMYK percentages

%0
%90.83
%93.45
%10.2

Codes

Color #E5150F in popluar color models

E5150F
RGB2292115
HSL87.70%47.84%
HSB/HSV93.45%89.80%
CMYK0.00%90.83%93.45%
10.20%

Color #E5150F in popluar number systems.

HEXE5150F
Decimal2292115
Binary11100101101011111
Octal3452517

Shades and tints

Shades of #E5150F

#E5150F
(229,21,15)
#D1140E
(209,20,14)
#BD130D
(189,19,13)
#A9120C
(169,18,12)
#95110B
(149,17,11)
#81100A
(129,16,10)
#6D0F09
(109,15,9)
#590E08
(89,14,8)
#450D07
(69,13,7)
#310C06
(49,12,6)
#1D0B05
(29,11,5)
#000000
(0,0,0)

Tints of #E5150F

#E5150F
(229,21,15)
#E72A24
(231,42,36)
#E93F39
(233,63,57)
#EB544E
(235,84,78)
#ED6963
(237,105,99)
#EF7E78
(239,126,120)
#F1938D
(241,147,141)
#F3A8A2
(243,168,162)
#F5BDB7
(245,189,183)
#F7D2CC
(247,210,204)
#F9E7E1
(249,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5150F color. Also use rgb(229,21,15) instead hex code.

Text Font Color

.myTextColor { color: #E5150F; }

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

This text font color is #E5150F.


Background Color

.myBgColor { background-color: #E5150F; }

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

This div background color is #E5150F.


Border color

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

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

This div border color is #E5150F.


Opacity

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

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

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

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

This text has shadow with #E5150F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5150F on black background.


Color preview on white background

This text has color #E5150F on white background.



Black color preview on #E5150F background

This text has black color on #E5150F background.


White color preview on #E5150F background

This text has white color on #E5150F background.