COLOR #EA1517

HEX: #EA1517
RGB: (234,21,23)

Color info

#EA1517 contains mainly red color. Web safe color of #EA1517 is #FF0000 (or #F00).

RGB color model

#EA1517 color RGB value is (234,21,23).

  • red value is 234;
  • green value is 21;
  • blue value is 23.
RGB:
(234,21,23)
(92%,8%,9%)

RGB channels and saturation

R 234 of 255 = 92%
G 21 of 255 = 8%
B 23 of 255 = 9%

234
21
23

R + G + B ~ 36%. #EA1517 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
234 + 21 + 23 = 278 (100%)
R 234 of 278 ~ 84.17%
G 21 of 278 ~ 7.55%
B 23 of 278 ~ 8.27%

%84.17

CMYK color model

#EA1517 color CMYK value is (0,91,90,8).

  • cyan value is 0.00%
  • magenta value is 91.03%
  • yellow value is 90.17%
  • key color value is 8.24%
CMYK:
(0,91,90,8)
C0M91Y90K8 
(0%,91%,90%,8%)
(0.00/0.91/0.90/0.08)	

CMYK percentages

%0
%91.03
%90.17
%8.24

Codes

Color #EA1517 in popluar color models

EA1517
RGB2342123
HSL359°83.53%50.00%
HSB/HSV359°91.03%91.76%
CMYK0.00%91.03%90.17%
8.24%

Color #EA1517 in popluar number systems.

HEXEA1517
Decimal2342123
Binary111010101010110111
Octal3522527

Shades and tints

Shades of #EA1517

#EA1517
(234,21,23)
#D51415
(213,20,21)
#C01313
(192,19,19)
#AB1211
(171,18,17)
#96110F
(150,17,15)
#81100D
(129,16,13)
#6C0F0B
(108,15,11)
#570E09
(87,14,9)
#420D07
(66,13,7)
#2D0C05
(45,12,5)
#180B03
(24,11,3)
#000000
(0,0,0)

Tints of #EA1517

#EA1517
(234,21,23)
#EB2A2C
(235,42,44)
#EC3F41
(236,63,65)
#ED5456
(237,84,86)
#EE696B
(238,105,107)
#EF7E80
(239,126,128)
#F09395
(240,147,149)
#F1A8AA
(241,168,170)
#F2BDBF
(242,189,191)
#F3D2D4
(243,210,212)
#F4E7E9
(244,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA1517 color. Also use rgb(234,21,23) instead hex code.

Text Font Color

.myTextColor { color: #EA1517; }

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

This text font color is #EA1517.


Background Color

.myBgColor { background-color: #EA1517; }

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

This div background color is #EA1517.


Border color

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

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

This div border color is #EA1517.


Opacity

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

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

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

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

This text has shadow with #EA1517 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA1517 on black background.


Color preview on white background

This text has color #EA1517 on white background.



Black color preview on #EA1517 background

This text has black color on #EA1517 background.


White color preview on #EA1517 background

This text has white color on #EA1517 background.