COLOR #EF0B1E

HEX: #EF0B1E
RGB: (239,11,30)

Color info

#EF0B1E contains mainly red color. Web safe color of #EF0B1E is #FF0033 (or #F03).

RGB color model

#EF0B1E color RGB value is (239,11,30).

  • red value is 239;
  • green value is 11;
  • blue value is 30.
RGB:
(239,11,30)
(94%,4%,12%)

RGB channels and saturation

R 239 of 255 = 94%
G 11 of 255 = 4%
B 30 of 255 = 12%

239
11
30

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

Portions of RGB colors in percentages

R + G + B =
239 + 11 + 30 = 280 (100%)
R 239 of 280 ~ 85.36%
G 11 of 280 ~ 3.93%
B 30 of 280 ~ 10.71%

%85.36
%10.71

CMYK color model

#EF0B1E color CMYK value is (0,95,87,6).

  • cyan value is 0.00%
  • magenta value is 95.40%
  • yellow value is 87.45%
  • key color value is 6.27%
CMYK:
(0,95,87,6)
C0M95Y87K6 
(0%,95%,87%,6%)
(0.00/0.95/0.87/0.06)	

CMYK percentages

%0
%95.4
%87.45
%6.27

Codes

Color #EF0B1E in popluar color models

EF0B1E
RGB2391130
HSL355°91.20%49.02%
HSB/HSV355°95.40%93.73%
CMYK0.00%95.40%87.45%
6.27%

Color #EF0B1E in popluar number systems.

HEXEF0B1E
Decimal2391130
Binary11101111101111110
Octal3571336

Shades and tints

Shades of #EF0B1E

#EF0B1E
(239,11,30)
#DA0A1C
(218,10,28)
#C5091A
(197,9,26)
#B00818
(176,8,24)
#9B0716
(155,7,22)
#860614
(134,6,20)
#710512
(113,5,18)
#5C0410
(92,4,16)
#47030E
(71,3,14)
#32020C
(50,2,12)
#1D010A
(29,1,10)
#000000
(0,0,0)

Tints of #EF0B1E

#EF0B1E
(239,11,30)
#F02132
(240,33,50)
#F13746
(241,55,70)
#F24D5A
(242,77,90)
#F3636E
(243,99,110)
#F47982
(244,121,130)
#F58F96
(245,143,150)
#F6A5AA
(246,165,170)
#F7BBBE
(247,187,190)
#F8D1D2
(248,209,210)
#F9E7E6
(249,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF0B1E color. Also use rgb(239,11,30) instead hex code.

Text Font Color

.myTextColor { color: #EF0B1E; }

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

This text font color is #EF0B1E.


Background Color

.myBgColor { background-color: #EF0B1E; }

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

This div background color is #EF0B1E.


Border color

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

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

This div border color is #EF0B1E.


Opacity

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

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

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

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

This text has shadow with #EF0B1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF0B1E on black background.


Color preview on white background

This text has color #EF0B1E on white background.



Black color preview on #EF0B1E background

This text has black color on #EF0B1E background.


White color preview on #EF0B1E background

This text has white color on #EF0B1E background.