COLOR #E11332

HEX: #E11332
RGB: (225,19,50)

Color info

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

RGB color model

#E11332 color RGB value is (225,19,50).

  • red value is 225;
  • green value is 19;
  • blue value is 50.
RGB:
(225,19,50)
(88%,7%,20%)

RGB channels and saturation

R 225 of 255 = 88%
G 19 of 255 = 7%
B 50 of 255 = 20%

225
19
50

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

Portions of RGB colors in percentages

R + G + B =
225 + 19 + 50 = 294 (100%)
R 225 of 294 ~ 76.53%
G 19 of 294 ~ 6.46%
B 50 of 294 ~ 17.01%

%76.53
%17.01

CMYK color model

#E11332 color CMYK value is (0,92,78,12).

  • cyan value is 0.00%
  • magenta value is 91.56%
  • yellow value is 77.78%
  • key color value is 11.76%
CMYK:
(0,92,78,12)
C0M92Y78K12 
(0%,92%,78%,12%)
(0.00/0.92/0.78/0.12)	

CMYK percentages

%0
%91.56
%77.78
%11.76

Codes

Color #E11332 in popluar color models

E11332
RGB2251950
HSL351°84.43%47.84%
HSB/HSV351°91.56%88.24%
CMYK0.00%91.56%77.78%
11.76%

Color #E11332 in popluar number systems.

HEXE11332
Decimal2251950
Binary1110000110011110010
Octal3412362

Shades and tints

Shades of #E11332

#E11332
(225,19,50)
#CD122E
(205,18,46)
#B9112A
(185,17,42)
#A51026
(165,16,38)
#910F22
(145,15,34)
#7D0E1E
(125,14,30)
#690D1A
(105,13,26)
#550C16
(85,12,22)
#410B12
(65,11,18)
#2D0A0E
(45,10,14)
#19090A
(25,9,10)
#000000
(0,0,0)

Tints of #E11332

#E11332
(225,19,50)
#E32844
(227,40,68)
#E53D56
(229,61,86)
#E75268
(231,82,104)
#E9677A
(233,103,122)
#EB7C8C
(235,124,140)
#ED919E
(237,145,158)
#EFA6B0
(239,166,176)
#F1BBC2
(241,187,194)
#F3D0D4
(243,208,212)
#F5E5E6
(245,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E11332 color. Also use rgb(225,19,50) instead hex code.

Text Font Color

.myTextColor { color: #E11332; }

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

This text font color is #E11332.


Background Color

.myBgColor { background-color: #E11332; }

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

This div background color is #E11332.


Border color

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

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

This div border color is #E11332.


Opacity

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

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

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

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

This text has shadow with #E11332 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E11332 on black background.


Color preview on white background

This text has color #E11332 on white background.



Black color preview on #E11332 background

This text has black color on #E11332 background.


White color preview on #E11332 background

This text has white color on #E11332 background.