COLOR #EF1B05

HEX: #EF1B05
RGB: (239,27,5)

Color info

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

RGB color model

#EF1B05 color RGB value is (239,27,5).

  • red value is 239;
  • green value is 27;
  • blue value is 5.
RGB:
(239,27,5)
(94%,11%,2%)

RGB channels and saturation

R 239 of 255 = 94%
G 27 of 255 = 11%
B 5 of 255 = 2%

239
27
5

R + G + B ~ 36%. #EF1B05 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
239 + 27 + 5 = 271 (100%)
R 239 of 271 ~ 88.19%
G 27 of 271 ~ 9.96%
B 5 of 271 ~ 1.85%

%88.19
%9.96

CMYK color model

#EF1B05 color CMYK value is (0,89,98,6).

  • cyan value is 0.00%
  • magenta value is 88.70%
  • yellow value is 97.91%
  • key color value is 6.27%
CMYK:
(0,89,98,6)
C0M89Y98K6 
(0%,89%,98%,6%)
(0.00/0.89/0.98/0.06)	

CMYK percentages

%0
%88.7
%97.91
%6.27

Codes

Color #EF1B05 in popluar color models

EF1B05
RGB239275
HSL95.90%47.84%
HSB/HSV97.91%93.73%
CMYK0.00%88.70%97.91%
6.27%

Color #EF1B05 in popluar number systems.

HEXEF1B05
Decimal239275
Binary1110111111011101
Octal357335

Shades and tints

Shades of #EF1B05

#EF1B05
(239,27,5)
#DA1905
(218,25,5)
#C51705
(197,23,5)
#B01505
(176,21,5)
#9B1305
(155,19,5)
#861105
(134,17,5)
#710F05
(113,15,5)
#5C0D05
(92,13,5)
#470B05
(71,11,5)
#320905
(50,9,5)
#1D0705
(29,7,5)
#000000
(0,0,0)

Tints of #EF1B05

#EF1B05
(239,27,5)
#F02F1B
(240,47,27)
#F14331
(241,67,49)
#F25747
(242,87,71)
#F36B5D
(243,107,93)
#F47F73
(244,127,115)
#F59389
(245,147,137)
#F6A79F
(246,167,159)
#F7BBB5
(247,187,181)
#F8CFCB
(248,207,203)
#F9E3E1
(249,227,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF1B05 color. Also use rgb(239,27,5) instead hex code.

Text Font Color

.myTextColor { color: #EF1B05; }

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

This text font color is #EF1B05.


Background Color

.myBgColor { background-color: #EF1B05; }

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

This div background color is #EF1B05.


Border color

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

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

This div border color is #EF1B05.


Opacity

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

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

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

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

This text has shadow with #EF1B05 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF1B05 on black background.


Color preview on white background

This text has color #EF1B05 on white background.



Black color preview on #EF1B05 background

This text has black color on #EF1B05 background.


White color preview on #EF1B05 background

This text has white color on #EF1B05 background.