COLOR #E61514

HEX: #E61514
RGB: (230,21,20)

Color info

#E61514 contains mainly red color. Web safe color of #E61514 is #CC0000 (or #C00).

RGB color model

#E61514 color RGB value is (230,21,20).

  • red value is 230;
  • green value is 21;
  • blue value is 20.
RGB:
(230,21,20)
(90%,8%,8%)

RGB channels and saturation

R 230 of 255 = 90%
G 21 of 255 = 8%
B 20 of 255 = 8%

230
21
20

R + G + B ~ 35%. #E61514 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
230 + 21 + 20 = 271 (100%)
R 230 of 271 ~ 84.87%
G 21 of 271 ~ 7.75%
B 20 of 271 ~ 7.38%

%84.87

CMYK color model

#E61514 color CMYK value is (0,91,91,10).

  • cyan value is 0.00%
  • magenta value is 90.87%
  • yellow value is 91.30%
  • key color value is 9.80%
CMYK:
(0,91,91,10)
C0M91Y91K10 
(0%,91%,91%,10%)
(0.00/0.91/0.91/0.10)	

CMYK percentages

%0
%90.87
%91.3
%9.8

Codes

Color #E61514 in popluar color models

E61514
RGB2302120
HSL84.00%49.02%
HSB/HSV91.30%90.20%
CMYK0.00%90.87%91.30%
9.80%

Color #E61514 in popluar number systems.

HEXE61514
Decimal2302120
Binary111001101010110100
Octal3462524

Shades and tints

Shades of #E61514

#E61514
(230,21,20)
#D21413
(210,20,19)
#BE1312
(190,19,18)
#AA1211
(170,18,17)
#961110
(150,17,16)
#82100F
(130,16,15)
#6E0F0E
(110,15,14)
#5A0E0D
(90,14,13)
#460D0C
(70,13,12)
#320C0B
(50,12,11)
#1E0B0A
(30,11,10)
#000000
(0,0,0)

Tints of #E61514

#E61514
(230,21,20)
#E82A29
(232,42,41)
#EA3F3E
(234,63,62)
#EC5453
(236,84,83)
#EE6968
(238,105,104)
#F07E7D
(240,126,125)
#F29392
(242,147,146)
#F4A8A7
(244,168,167)
#F6BDBC
(246,189,188)
#F8D2D1
(248,210,209)
#FAE7E6
(250,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E61514 color. Also use rgb(230,21,20) instead hex code.

Text Font Color

.myTextColor { color: #E61514; }

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

This text font color is #E61514.


Background Color

.myBgColor { background-color: #E61514; }

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

This div background color is #E61514.


Border color

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

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

This div border color is #E61514.


Opacity

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

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

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

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

This text has shadow with #E61514 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E61514 on black background.


Color preview on white background

This text has color #E61514 on white background.



Black color preview on #E61514 background

This text has black color on #E61514 background.


White color preview on #E61514 background

This text has white color on #E61514 background.