COLOR #EA1211

HEX: #EA1211
RGB: (234,18,17)

Color info

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

RGB color model

#EA1211 color RGB value is (234,18,17).

  • red value is 234;
  • green value is 18;
  • blue value is 17.
RGB:
(234,18,17)
(92%,7%,7%)

RGB channels and saturation

R 234 of 255 = 92%
G 18 of 255 = 7%
B 17 of 255 = 7%

234
18
17

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

Portions of RGB colors in percentages

R + G + B =
234 + 18 + 17 = 269 (100%)
R 234 of 269 ~ 86.99%
G 18 of 269 ~ 6.69%
B 17 of 269 ~ 6.32%

%86.99

CMYK color model

#EA1211 color CMYK value is (0,92,93,8).

  • cyan value is 0.00%
  • magenta value is 92.31%
  • yellow value is 92.74%
  • key color value is 8.24%
CMYK:
(0,92,93,8)
C0M92Y93K8 
(0%,92%,93%,8%)
(0.00/0.92/0.93/0.08)	

CMYK percentages

%0
%92.31
%92.74
%8.24

Codes

Color #EA1211 in popluar color models

EA1211
RGB2341817
HSL86.45%49.22%
HSB/HSV92.74%91.76%
CMYK0.00%92.31%92.74%
8.24%

Color #EA1211 in popluar number systems.

HEXEA1211
Decimal2341817
Binary111010101001010001
Octal3522221

Shades and tints

Shades of #EA1211

#EA1211
(234,18,17)
#D51110
(213,17,16)
#C0100F
(192,16,15)
#AB0F0E
(171,15,14)
#960E0D
(150,14,13)
#810D0C
(129,13,12)
#6C0C0B
(108,12,11)
#570B0A
(87,11,10)
#420A09
(66,10,9)
#2D0908
(45,9,8)
#180807
(24,8,7)
#000000
(0,0,0)

Tints of #EA1211

#EA1211
(234,18,17)
#EB2726
(235,39,38)
#EC3C3B
(236,60,59)
#ED5150
(237,81,80)
#EE6665
(238,102,101)
#EF7B7A
(239,123,122)
#F0908F
(240,144,143)
#F1A5A4
(241,165,164)
#F2BAB9
(242,186,185)
#F3CFCE
(243,207,206)
#F4E4E3
(244,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA1211 color. Also use rgb(234,18,17) instead hex code.

Text Font Color

.myTextColor { color: #EA1211; }

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

This text font color is #EA1211.


Background Color

.myBgColor { background-color: #EA1211; }

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

This div background color is #EA1211.


Border color

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

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

This div border color is #EA1211.


Opacity

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

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

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

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

This text has shadow with #EA1211 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA1211 on black background.


Color preview on white background

This text has color #EA1211 on white background.



Black color preview on #EA1211 background

This text has black color on #EA1211 background.


White color preview on #EA1211 background

This text has white color on #EA1211 background.