COLOR #E11E34

HEX: #E11E34
RGB: (225,30,52)

Color info

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

RGB color model

#E11E34 color RGB value is (225,30,52).

  • red value is 225;
  • green value is 30;
  • blue value is 52.
RGB:
(225,30,52)
(88%,12%,20%)

RGB channels and saturation

R 225 of 255 = 88%
G 30 of 255 = 12%
B 52 of 255 = 20%

225
30
52

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

Portions of RGB colors in percentages

R + G + B =
225 + 30 + 52 = 307 (100%)
R 225 of 307 ~ 73.29%
G 30 of 307 ~ 9.77%
B 52 of 307 ~ 16.94%

%73.29
%9.77
%16.94

CMYK color model

#E11E34 color CMYK value is (0,87,77,12).

  • cyan value is 0.00%
  • magenta value is 86.67%
  • yellow value is 76.89%
  • key color value is 11.76%
CMYK:
(0,87,77,12)
C0M87Y77K12 
(0%,87%,77%,12%)
(0.00/0.87/0.77/0.12)	

CMYK percentages

%0
%86.67
%76.89
%11.76

Codes

Color #E11E34 in popluar color models

E11E34
RGB2253052
HSL353°76.47%50.00%
HSB/HSV353°86.67%88.24%
CMYK0.00%86.67%76.89%
11.76%

Color #E11E34 in popluar number systems.

HEXE11E34
Decimal2253052
Binary1110000111110110100
Octal3413664

Shades and tints

Shades of #E11E34

#E11E34
(225,30,52)
#CD1C30
(205,28,48)
#B91A2C
(185,26,44)
#A51828
(165,24,40)
#911624
(145,22,36)
#7D1420
(125,20,32)
#69121C
(105,18,28)
#551018
(85,16,24)
#410E14
(65,14,20)
#2D0C10
(45,12,16)
#190A0C
(25,10,12)
#000000
(0,0,0)

Tints of #E11E34

#E11E34
(225,30,52)
#E33246
(227,50,70)
#E54658
(229,70,88)
#E75A6A
(231,90,106)
#E96E7C
(233,110,124)
#EB828E
(235,130,142)
#ED96A0
(237,150,160)
#EFAAB2
(239,170,178)
#F1BEC4
(241,190,196)
#F3D2D6
(243,210,214)
#F5E6E8
(245,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E11E34 color. Also use rgb(225,30,52) instead hex code.

Text Font Color

.myTextColor { color: #E11E34; }

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

This text font color is #E11E34.


Background Color

.myBgColor { background-color: #E11E34; }

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

This div background color is #E11E34.


Border color

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

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

This div border color is #E11E34.


Opacity

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

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

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

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

This text has shadow with #E11E34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E11E34 on black background.


Color preview on white background

This text has color #E11E34 on white background.



Black color preview on #E11E34 background

This text has black color on #E11E34 background.


White color preview on #E11E34 background

This text has white color on #E11E34 background.