COLOR #EA1310

HEX: #EA1310
RGB: (234,19,16)

Color info

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

RGB color model

#EA1310 color RGB value is (234,19,16).

  • red value is 234;
  • green value is 19;
  • blue value is 16.
RGB:
(234,19,16)
(92%,7%,6%)

RGB channels and saturation

R 234 of 255 = 92%
G 19 of 255 = 7%
B 16 of 255 = 6%

234
19
16

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

Portions of RGB colors in percentages

R + G + B =
234 + 19 + 16 = 269 (100%)
R 234 of 269 ~ 86.99%
G 19 of 269 ~ 7.06%
B 16 of 269 ~ 5.95%

%86.99

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 91.88%
  • yellow value is 93.16%
  • 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
%91.88
%93.16
%8.24

Codes

Color #EA1310 in popluar color models

EA1310
RGB2341916
HSL87.20%49.02%
HSB/HSV93.16%91.76%
CMYK0.00%91.88%93.16%
8.24%

Color #EA1310 in popluar number systems.

HEXEA1310
Decimal2341916
Binary111010101001110000
Octal3522320

Shades and tints

Shades of #EA1310

#EA1310
(234,19,16)
#D5120F
(213,18,15)
#C0110E
(192,17,14)
#AB100D
(171,16,13)
#960F0C
(150,15,12)
#810E0B
(129,14,11)
#6C0D0A
(108,13,10)
#570C09
(87,12,9)
#420B08
(66,11,8)
#2D0A07
(45,10,7)
#180906
(24,9,6)
#000000
(0,0,0)

Tints of #EA1310

#EA1310
(234,19,16)
#EB2825
(235,40,37)
#EC3D3A
(236,61,58)
#ED524F
(237,82,79)
#EE6764
(238,103,100)
#EF7C79
(239,124,121)
#F0918E
(240,145,142)
#F1A6A3
(241,166,163)
#F2BBB8
(242,187,184)
#F3D0CD
(243,208,205)
#F4E5E2
(244,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA1310 color. Also use rgb(234,19,16) instead hex code.

Text Font Color

.myTextColor { color: #EA1310; }

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

This text font color is #EA1310.


Background Color

.myBgColor { background-color: #EA1310; }

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

This div background color is #EA1310.


Border color

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

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

This div border color is #EA1310.


Opacity

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

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

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

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

This text has shadow with #EA1310 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA1310 on black background.


Color preview on white background

This text has color #EA1310 on white background.



Black color preview on #EA1310 background

This text has black color on #EA1310 background.


White color preview on #EA1310 background

This text has white color on #EA1310 background.