COLOR #E11740

HEX: #E11740
RGB: (225,23,64)

Color info

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

RGB color model

#E11740 color RGB value is (225,23,64).

  • red value is 225;
  • green value is 23;
  • blue value is 64.
RGB:
(225,23,64)
(88%,9%,25%)

RGB channels and saturation

R 225 of 255 = 88%
G 23 of 255 = 9%
B 64 of 255 = 25%

225
23
64

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

Portions of RGB colors in percentages

R + G + B =
225 + 23 + 64 = 312 (100%)
R 225 of 312 ~ 72.12%
G 23 of 312 ~ 7.37%
B 64 of 312 ~ 20.51%

%72.12
%20.51

CMYK color model

#E11740 color CMYK value is (0,90,72,12).

  • cyan value is 0.00%
  • magenta value is 89.78%
  • yellow value is 71.56%
  • key color value is 11.76%
CMYK:
(0,90,72,12)
C0M90Y72K12 
(0%,90%,72%,12%)
(0.00/0.90/0.72/0.12)	

CMYK percentages

%0
%89.78
%71.56
%11.76

Codes

Color #E11740 in popluar color models

E11740
RGB2252364
HSL348°81.45%48.63%
HSB/HSV348°89.78%88.24%
CMYK0.00%89.78%71.56%
11.76%

Color #E11740 in popluar number systems.

HEXE11740
Decimal2252364
Binary11100001101111000000
Octal34127100

Shades and tints

Shades of #E11740

#E11740
(225,23,64)
#CD153B
(205,21,59)
#B91336
(185,19,54)
#A51131
(165,17,49)
#910F2C
(145,15,44)
#7D0D27
(125,13,39)
#690B22
(105,11,34)
#55091D
(85,9,29)
#410718
(65,7,24)
#2D0513
(45,5,19)
#19030E
(25,3,14)
#000000
(0,0,0)

Tints of #E11740

#E11740
(225,23,64)
#E32C51
(227,44,81)
#E54162
(229,65,98)
#E75673
(231,86,115)
#E96B84
(233,107,132)
#EB8095
(235,128,149)
#ED95A6
(237,149,166)
#EFAAB7
(239,170,183)
#F1BFC8
(241,191,200)
#F3D4D9
(243,212,217)
#F5E9EA
(245,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E11740 color. Also use rgb(225,23,64) instead hex code.

Text Font Color

.myTextColor { color: #E11740; }

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

This text font color is #E11740.


Background Color

.myBgColor { background-color: #E11740; }

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

This div background color is #E11740.


Border color

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

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

This div border color is #E11740.


Opacity

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

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

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

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

This text has shadow with #E11740 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E11740 on black background.


Color preview on white background

This text has color #E11740 on white background.



Black color preview on #E11740 background

This text has black color on #E11740 background.


White color preview on #E11740 background

This text has white color on #E11740 background.