COLOR #E51129

HEX: #E51129
RGB: (229,17,41)

Color info

#E51129 contains mainly red color. Web safe color of #E51129 is #CC0033 (or #C03).

RGB color model

#E51129 color RGB value is (229,17,41).

  • red value is 229;
  • green value is 17;
  • blue value is 41.
RGB:
(229,17,41)
(90%,7%,16%)

RGB channels and saturation

R 229 of 255 = 90%
G 17 of 255 = 7%
B 41 of 255 = 16%

229
17
41

R + G + B ~ 38%. #E51129 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
229 + 17 + 41 = 287 (100%)
R 229 of 287 ~ 79.79%
G 17 of 287 ~ 5.92%
B 41 of 287 ~ 14.29%

%79.79
%14.29

CMYK color model

#E51129 color CMYK value is (0,93,82,10).

  • cyan value is 0.00%
  • magenta value is 92.58%
  • yellow value is 82.10%
  • key color value is 10.20%
CMYK:
(0,93,82,10)
C0M93Y82K10 
(0%,93%,82%,10%)
(0.00/0.93/0.82/0.10)	

CMYK percentages

%0
%92.58
%82.1
%10.2

Codes

Color #E51129 in popluar color models

E51129
RGB2291741
HSL353°86.18%48.24%
HSB/HSV353°92.58%89.80%
CMYK0.00%92.58%82.10%
10.20%

Color #E51129 in popluar number systems.

HEXE51129
Decimal2291741
Binary1110010110001101001
Octal3452151

Shades and tints

Shades of #E51129

#E51129
(229,17,41)
#D11026
(209,16,38)
#BD0F23
(189,15,35)
#A90E20
(169,14,32)
#950D1D
(149,13,29)
#810C1A
(129,12,26)
#6D0B17
(109,11,23)
#590A14
(89,10,20)
#450911
(69,9,17)
#31080E
(49,8,14)
#1D070B
(29,7,11)
#000000
(0,0,0)

Tints of #E51129

#E51129
(229,17,41)
#E7263C
(231,38,60)
#E93B4F
(233,59,79)
#EB5062
(235,80,98)
#ED6575
(237,101,117)
#EF7A88
(239,122,136)
#F18F9B
(241,143,155)
#F3A4AE
(243,164,174)
#F5B9C1
(245,185,193)
#F7CED4
(247,206,212)
#F9E3E7
(249,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E51129 color. Also use rgb(229,17,41) instead hex code.

Text Font Color

.myTextColor { color: #E51129; }

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

This text font color is #E51129.


Background Color

.myBgColor { background-color: #E51129; }

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

This div background color is #E51129.


Border color

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

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

This div border color is #E51129.


Opacity

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

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

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

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

This text has shadow with #E51129 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E51129 on black background.


Color preview on white background

This text has color #E51129 on white background.



Black color preview on #E51129 background

This text has black color on #E51129 background.


White color preview on #E51129 background

This text has white color on #E51129 background.