COLOR #E51D37

HEX: #E51D37
RGB: (229,29,55)

Color info

#E51D37 contains mainly red color. Web safe color of #E51D37 is #CC3333 (or #C33).

RGB color model

#E51D37 color RGB value is (229,29,55).

  • red value is 229;
  • green value is 29;
  • blue value is 55.
RGB:
(229,29,55)
(90%,11%,22%)

RGB channels and saturation

R 229 of 255 = 90%
G 29 of 255 = 11%
B 55 of 255 = 22%

229
29
55

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

Portions of RGB colors in percentages

R + G + B =
229 + 29 + 55 = 313 (100%)
R 229 of 313 ~ 73.16%
G 29 of 313 ~ 9.27%
B 55 of 313 ~ 17.57%

%73.16
%17.57

CMYK color model

#E51D37 color CMYK value is (0,87,76,10).

  • cyan value is 0.00%
  • magenta value is 87.34%
  • yellow value is 75.98%
  • key color value is 10.20%
CMYK:
(0,87,76,10)
C0M87Y76K10 
(0%,87%,76%,10%)
(0.00/0.87/0.76/0.10)	

CMYK percentages

%0
%87.34
%75.98
%10.2

Codes

Color #E51D37 in popluar color models

E51D37
RGB2292955
HSL352°79.37%50.59%
HSB/HSV352°87.34%89.80%
CMYK0.00%87.34%75.98%
10.20%

Color #E51D37 in popluar number systems.

HEXE51D37
Decimal2292955
Binary1110010111101110111
Octal3453567

Shades and tints

Shades of #E51D37

#E51D37
(229,29,55)
#D11B32
(209,27,50)
#BD192D
(189,25,45)
#A91728
(169,23,40)
#951523
(149,21,35)
#81131E
(129,19,30)
#6D1119
(109,17,25)
#590F14
(89,15,20)
#450D0F
(69,13,15)
#310B0A
(49,11,10)
#1D0905
(29,9,5)
#000000
(0,0,0)

Tints of #E51D37

#E51D37
(229,29,55)
#E73149
(231,49,73)
#E9455B
(233,69,91)
#EB596D
(235,89,109)
#ED6D7F
(237,109,127)
#EF8191
(239,129,145)
#F195A3
(241,149,163)
#F3A9B5
(243,169,181)
#F5BDC7
(245,189,199)
#F7D1D9
(247,209,217)
#F9E5EB
(249,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E51D37 color. Also use rgb(229,29,55) instead hex code.

Text Font Color

.myTextColor { color: #E51D37; }

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

This text font color is #E51D37.


Background Color

.myBgColor { background-color: #E51D37; }

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

This div background color is #E51D37.


Border color

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

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

This div border color is #E51D37.


Opacity

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

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

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

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

This text has shadow with #E51D37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E51D37 on black background.


Color preview on white background

This text has color #E51D37 on white background.



Black color preview on #E51D37 background

This text has black color on #E51D37 background.


White color preview on #E51D37 background

This text has white color on #E51D37 background.