COLOR #EF1E27

HEX: #EF1E27
RGB: (239,30,39)

Color info

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

RGB color model

#EF1E27 color RGB value is (239,30,39).

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

RGB channels and saturation

R 239 of 255 = 94%
G 30 of 255 = 12%
B 39 of 255 = 15%

239
30
39

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

Portions of RGB colors in percentages

R + G + B =
239 + 30 + 39 = 308 (100%)
R 239 of 308 ~ 77.6%
G 30 of 308 ~ 9.74%
B 39 of 308 ~ 12.66%

%77.6
%9.74
%12.66

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 87.45%
  • yellow value is 83.68%
  • key color value is 6.27%
CMYK:
(0,87,84,6)
C0M87Y84K6 
(0%,87%,84%,6%)
(0.00/0.87/0.84/0.06)	

CMYK percentages

%0
%87.45
%83.68
%6.27

Codes

Color #EF1E27 in popluar color models

EF1E27
RGB2393039
HSL357°86.72%52.75%
HSB/HSV357°87.45%93.73%
CMYK0.00%87.45%83.68%
6.27%

Color #EF1E27 in popluar number systems.

HEXEF1E27
Decimal2393039
Binary1110111111110100111
Octal3573647

Shades and tints

Shades of #EF1E27

#EF1E27
(239,30,39)
#DA1C24
(218,28,36)
#C51A21
(197,26,33)
#B0181E
(176,24,30)
#9B161B
(155,22,27)
#861418
(134,20,24)
#711215
(113,18,21)
#5C1012
(92,16,18)
#470E0F
(71,14,15)
#320C0C
(50,12,12)
#1D0A09
(29,10,9)
#000000
(0,0,0)

Tints of #EF1E27

#EF1E27
(239,30,39)
#F0323A
(240,50,58)
#F1464D
(241,70,77)
#F25A60
(242,90,96)
#F36E73
(243,110,115)
#F48286
(244,130,134)
#F59699
(245,150,153)
#F6AAAC
(246,170,172)
#F7BEBF
(247,190,191)
#F8D2D2
(248,210,210)
#F9E6E5
(249,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EF1E27; }

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

This text font color is #EF1E27.


Background Color

.myBgColor { background-color: #EF1E27; }

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

This div background color is #EF1E27.


Border color

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

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

This div border color is #EF1E27.


Opacity

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

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

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

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

This text has shadow with #EF1E27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF1E27 on black background.


Color preview on white background

This text has color #EF1E27 on white background.



Black color preview on #EF1E27 background

This text has black color on #EF1E27 background.


White color preview on #EF1E27 background

This text has white color on #EF1E27 background.