COLOR #EF1A10

HEX: #EF1A10
RGB: (239,26,16)

Color info

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

RGB color model

#EF1A10 color RGB value is (239,26,16).

  • red value is 239;
  • green value is 26;
  • blue value is 16.
RGB:
(239,26,16)
(94%,10%,6%)

RGB channels and saturation

R 239 of 255 = 94%
G 26 of 255 = 10%
B 16 of 255 = 6%

239
26
16

R + G + B ~ 37%. #EF1A10 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
239 + 26 + 16 = 281 (100%)
R 239 of 281 ~ 85.05%
G 26 of 281 ~ 9.25%
B 16 of 281 ~ 5.69%

%85.05

CMYK color model

#EF1A10 color CMYK value is (0,89,93,6).

  • cyan value is 0.00%
  • magenta value is 89.12%
  • yellow value is 93.31%
  • key color value is 6.27%
CMYK:
(0,89,93,6)
C0M89Y93K6 
(0%,89%,93%,6%)
(0.00/0.89/0.93/0.06)	

CMYK percentages

%0
%89.12
%93.31
%6.27

Codes

Color #EF1A10 in popluar color models

EF1A10
RGB2392616
HSL87.45%50.00%
HSB/HSV93.31%93.73%
CMYK0.00%89.12%93.31%
6.27%

Color #EF1A10 in popluar number systems.

HEXEF1A10
Decimal2392616
Binary111011111101010000
Octal3573220

Shades and tints

Shades of #EF1A10

#EF1A10
(239,26,16)
#DA180F
(218,24,15)
#C5160E
(197,22,14)
#B0140D
(176,20,13)
#9B120C
(155,18,12)
#86100B
(134,16,11)
#710E0A
(113,14,10)
#5C0C09
(92,12,9)
#470A08
(71,10,8)
#320807
(50,8,7)
#1D0606
(29,6,6)
#000000
(0,0,0)

Tints of #EF1A10

#EF1A10
(239,26,16)
#F02E25
(240,46,37)
#F1423A
(241,66,58)
#F2564F
(242,86,79)
#F36A64
(243,106,100)
#F47E79
(244,126,121)
#F5928E
(245,146,142)
#F6A6A3
(246,166,163)
#F7BAB8
(247,186,184)
#F8CECD
(248,206,205)
#F9E2E2
(249,226,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF1A10 color. Also use rgb(239,26,16) instead hex code.

Text Font Color

.myTextColor { color: #EF1A10; }

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

This text font color is #EF1A10.


Background Color

.myBgColor { background-color: #EF1A10; }

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

This div background color is #EF1A10.


Border color

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

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

This div border color is #EF1A10.


Opacity

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

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

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

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

This text has shadow with #EF1A10 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF1A10 on black background.


Color preview on white background

This text has color #EF1A10 on white background.



Black color preview on #EF1A10 background

This text has black color on #EF1A10 background.


White color preview on #EF1A10 background

This text has white color on #EF1A10 background.