COLOR #EF1F1F

HEX: #EF1F1F
RGB: (239,31,31)

Color info

#EF1F1F contains mainly red color. Web safe color of #EF1F1F is #FF3333 (or #F33).

RGB color model

#EF1F1F color RGB value is (239,31,31).

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

RGB channels and saturation

R 239 of 255 = 94%
G 31 of 255 = 12%
B 31 of 255 = 12%

239
31
31

R + G + B ~ 39%. #EF1F1F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
239 + 31 + 31 = 301 (100%)
R 239 of 301 ~ 79.4%
G 31 of 301 ~ 10.3%
B 31 of 301 ~ 10.3%

%79.4
%10.3
%10.3

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 87.03%
  • yellow value is 87.03%
  • key color value is 6.27%
CMYK:
(0,87,87,6)
C0M87Y87K6 
(0%,87%,87%,6%)
(0.00/0.87/0.87/0.06)	

CMYK percentages

%0
%87.03
%87.03
%6.27

Codes

Color #EF1F1F in popluar color models

EF1F1F
RGB2393131
HSL86.67%52.94%
HSB/HSV87.03%93.73%
CMYK0.00%87.03%87.03%
6.27%

Color #EF1F1F in popluar number systems.

HEXEF1F1F
Decimal2393131
Binary111011111111111111
Octal3573737

Shades and tints

Shades of #EF1F1F

#EF1F1F
(239,31,31)
#DA1D1D
(218,29,29)
#C51B1B
(197,27,27)
#B01919
(176,25,25)
#9B1717
(155,23,23)
#861515
(134,21,21)
#711313
(113,19,19)
#5C1111
(92,17,17)
#470F0F
(71,15,15)
#320D0D
(50,13,13)
#1D0B0B
(29,11,11)
#000000
(0,0,0)

Tints of #EF1F1F

#EF1F1F
(239,31,31)
#F03333
(240,51,51)
#F14747
(241,71,71)
#F25B5B
(242,91,91)
#F36F6F
(243,111,111)
#F48383
(244,131,131)
#F59797
(245,151,151)
#F6ABAB
(246,171,171)
#F7BFBF
(247,191,191)
#F8D3D3
(248,211,211)
#F9E7E7
(249,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EF1F1F; }

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

This text font color is #EF1F1F.


Background Color

.myBgColor { background-color: #EF1F1F; }

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

This div background color is #EF1F1F.


Border color

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

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

This div border color is #EF1F1F.


Opacity

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

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

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

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

This text has shadow with #EF1F1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF1F1F on black background.


Color preview on white background

This text has color #EF1F1F on white background.



Black color preview on #EF1F1F background

This text has black color on #EF1F1F background.


White color preview on #EF1F1F background

This text has white color on #EF1F1F background.