COLOR #E51A31

HEX: #E51A31
RGB: (229,26,49)

Color info

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

RGB color model

#E51A31 color RGB value is (229,26,49).

  • red value is 229;
  • green value is 26;
  • blue value is 49.
RGB:
(229,26,49)
(90%,10%,19%)

RGB channels and saturation

R 229 of 255 = 90%
G 26 of 255 = 10%
B 49 of 255 = 19%

229
26
49

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

Portions of RGB colors in percentages

R + G + B =
229 + 26 + 49 = 304 (100%)
R 229 of 304 ~ 75.33%
G 26 of 304 ~ 8.55%
B 49 of 304 ~ 16.12%

%75.33
%16.12

CMYK color model

#E51A31 color CMYK value is (0,89,79,10).

  • cyan value is 0.00%
  • magenta value is 88.65%
  • yellow value is 78.60%
  • key color value is 10.20%
CMYK:
(0,89,79,10)
C0M89Y79K10 
(0%,89%,79%,10%)
(0.00/0.89/0.79/0.10)	

CMYK percentages

%0
%88.65
%78.6
%10.2

Codes

Color #E51A31 in popluar color models

E51A31
RGB2292649
HSL353°79.61%50.00%
HSB/HSV353°88.65%89.80%
CMYK0.00%88.65%78.60%
10.20%

Color #E51A31 in popluar number systems.

HEXE51A31
Decimal2292649
Binary1110010111010110001
Octal3453261

Shades and tints

Shades of #E51A31

#E51A31
(229,26,49)
#D1182D
(209,24,45)
#BD1629
(189,22,41)
#A91425
(169,20,37)
#951221
(149,18,33)
#81101D
(129,16,29)
#6D0E19
(109,14,25)
#590C15
(89,12,21)
#450A11
(69,10,17)
#31080D
(49,8,13)
#1D0609
(29,6,9)
#000000
(0,0,0)

Tints of #E51A31

#E51A31
(229,26,49)
#E72E43
(231,46,67)
#E94255
(233,66,85)
#EB5667
(235,86,103)
#ED6A79
(237,106,121)
#EF7E8B
(239,126,139)
#F1929D
(241,146,157)
#F3A6AF
(243,166,175)
#F5BAC1
(245,186,193)
#F7CED3
(247,206,211)
#F9E2E5
(249,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E51A31 color. Also use rgb(229,26,49) instead hex code.

Text Font Color

.myTextColor { color: #E51A31; }

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

This text font color is #E51A31.


Background Color

.myBgColor { background-color: #E51A31; }

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

This div background color is #E51A31.


Border color

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

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

This div border color is #E51A31.


Opacity

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

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

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

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

This text has shadow with #E51A31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E51A31 on black background.


Color preview on white background

This text has color #E51A31 on white background.



Black color preview on #E51A31 background

This text has black color on #E51A31 background.


White color preview on #E51A31 background

This text has white color on #E51A31 background.