COLOR #EF410E

HEX: #EF410E
RGB: (239,65,14)

Color info

#EF410E contains mainly red color. Web safe color of #EF410E is #FF3300 (or #F30).

RGB color model

#EF410E color RGB value is (239,65,14).

  • red value is 239;
  • green value is 65;
  • blue value is 14.
RGB:
(239,65,14)
(94%,25%,5%)

RGB channels and saturation

R 239 of 255 = 94%
G 65 of 255 = 25%
B 14 of 255 = 5%

239
65
14

R + G + B ~ 41%. #EF410E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
239 + 65 + 14 = 318 (100%)
R 239 of 318 ~ 75.16%
G 65 of 318 ~ 20.44%
B 14 of 318 ~ 4.4%

%75.16
%20.44

CMYK color model

#EF410E color CMYK value is (0,73,94,6).

  • cyan value is 0.00%
  • magenta value is 72.80%
  • yellow value is 94.14%
  • key color value is 6.27%
CMYK:
(0,73,94,6)
C0M73Y94K6 
(0%,73%,94%,6%)
(0.00/0.73/0.94/0.06)	

CMYK percentages

%0
%72.8
%94.14
%6.27

Codes

Color #EF410E in popluar color models

EF410E
RGB2396514
HSL14°88.93%49.61%
HSB/HSV14°94.14%93.73%
CMYK0.00%72.80%94.14%
6.27%

Color #EF410E in popluar number systems.

HEXEF410E
Decimal2396514
Binary1110111110000011110
Octal35710116

Shades and tints

Shades of #EF410E

#EF410E
(239,65,14)
#DA3C0D
(218,60,13)
#C5370C
(197,55,12)
#B0320B
(176,50,11)
#9B2D0A
(155,45,10)
#862809
(134,40,9)
#712308
(113,35,8)
#5C1E07
(92,30,7)
#471906
(71,25,6)
#321405
(50,20,5)
#1D0F04
(29,15,4)
#000000
(0,0,0)

Tints of #EF410E

#EF410E
(239,65,14)
#F05223
(240,82,35)
#F16338
(241,99,56)
#F2744D
(242,116,77)
#F38562
(243,133,98)
#F49677
(244,150,119)
#F5A78C
(245,167,140)
#F6B8A1
(246,184,161)
#F7C9B6
(247,201,182)
#F8DACB
(248,218,203)
#F9EBE0
(249,235,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF410E color. Also use rgb(239,65,14) instead hex code.

Text Font Color

.myTextColor { color: #EF410E; }

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

This text font color is #EF410E.


Background Color

.myBgColor { background-color: #EF410E; }

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

This div background color is #EF410E.


Border color

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

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

This div border color is #EF410E.


Opacity

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

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

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

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

This text has shadow with #EF410E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF410E on black background.


Color preview on white background

This text has color #EF410E on white background.



Black color preview on #EF410E background

This text has black color on #EF410E background.


White color preview on #EF410E background

This text has white color on #EF410E background.