COLOR #E50817

HEX: #E50817
RGB: (229,8,23)

Color info

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

RGB color model

#E50817 color RGB value is (229,8,23).

  • red value is 229;
  • green value is 8;
  • blue value is 23.
RGB:
(229,8,23)
(90%,3%,9%)

RGB channels and saturation

R 229 of 255 = 90%
G 8 of 255 = 3%
B 23 of 255 = 9%

229
8
23

R + G + B ~ 34%. #E50817 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
229 + 8 + 23 = 260 (100%)
R 229 of 260 ~ 88.08%
G 8 of 260 ~ 3.08%
B 23 of 260 ~ 8.85%

%88.08

CMYK color model

#E50817 color CMYK value is (0,97,90,10).

  • cyan value is 0.00%
  • magenta value is 96.51%
  • yellow value is 89.96%
  • key color value is 10.20%
CMYK:
(0,97,90,10)
C0M97Y90K10 
(0%,97%,90%,10%)
(0.00/0.97/0.90/0.10)	

CMYK percentages

%0
%96.51
%89.96
%10.2

Codes

Color #E50817 in popluar color models

E50817
RGB229823
HSL356°93.25%46.47%
HSB/HSV356°96.51%89.80%
CMYK0.00%96.51%89.96%
10.20%

Color #E50817 in popluar number systems.

HEXE50817
Decimal229823
Binary11100101100010111
Octal3451027

Shades and tints

Shades of #E50817

#E50817
(229,8,23)
#D10815
(209,8,21)
#BD0813
(189,8,19)
#A90811
(169,8,17)
#95080F
(149,8,15)
#81080D
(129,8,13)
#6D080B
(109,8,11)
#590809
(89,8,9)
#450807
(69,8,7)
#310805
(49,8,5)
#1D0803
(29,8,3)
#000000
(0,0,0)

Tints of #E50817

#E50817
(229,8,23)
#E71E2C
(231,30,44)
#E93441
(233,52,65)
#EB4A56
(235,74,86)
#ED606B
(237,96,107)
#EF7680
(239,118,128)
#F18C95
(241,140,149)
#F3A2AA
(243,162,170)
#F5B8BF
(245,184,191)
#F7CED4
(247,206,212)
#F9E4E9
(249,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E50817 color. Also use rgb(229,8,23) instead hex code.

Text Font Color

.myTextColor { color: #E50817; }

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

This text font color is #E50817.


Background Color

.myBgColor { background-color: #E50817; }

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

This div background color is #E50817.


Border color

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

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

This div border color is #E50817.


Opacity

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

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

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

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

This text has shadow with #E50817 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E50817 on black background.


Color preview on white background

This text has color #E50817 on white background.



Black color preview on #E50817 background

This text has black color on #E50817 background.


White color preview on #E50817 background

This text has white color on #E50817 background.