COLOR #EF1715

HEX: #EF1715
RGB: (239,23,21)

Color info

#EF1715 contains mainly red color. Web safe color of #EF1715 is #FF0000 (or #F00).

RGB color model

#EF1715 color RGB value is (239,23,21).

  • red value is 239;
  • green value is 23;
  • blue value is 21.
RGB:
(239,23,21)
(94%,9%,8%)

RGB channels and saturation

R 239 of 255 = 94%
G 23 of 255 = 9%
B 21 of 255 = 8%

239
23
21

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

Portions of RGB colors in percentages

R + G + B =
239 + 23 + 21 = 283 (100%)
R 239 of 283 ~ 84.45%
G 23 of 283 ~ 8.13%
B 21 of 283 ~ 7.42%

%84.45

CMYK color model

#EF1715 color CMYK value is (0,90,91,6).

  • cyan value is 0.00%
  • magenta value is 90.38%
  • yellow value is 91.21%
  • key color value is 6.27%
CMYK:
(0,90,91,6)
C0M90Y91K6 
(0%,90%,91%,6%)
(0.00/0.90/0.91/0.06)	

CMYK percentages

%0
%90.38
%91.21
%6.27

Codes

Color #EF1715 in popluar color models

EF1715
RGB2392321
HSL87.20%50.98%
HSB/HSV91.21%93.73%
CMYK0.00%90.38%91.21%
6.27%

Color #EF1715 in popluar number systems.

HEXEF1715
Decimal2392321
Binary111011111011110101
Octal3572725

Shades and tints

Shades of #EF1715

#EF1715
(239,23,21)
#DA1514
(218,21,20)
#C51313
(197,19,19)
#B01112
(176,17,18)
#9B0F11
(155,15,17)
#860D10
(134,13,16)
#710B0F
(113,11,15)
#5C090E
(92,9,14)
#47070D
(71,7,13)
#32050C
(50,5,12)
#1D030B
(29,3,11)
#000000
(0,0,0)

Tints of #EF1715

#EF1715
(239,23,21)
#F02C2A
(240,44,42)
#F1413F
(241,65,63)
#F25654
(242,86,84)
#F36B69
(243,107,105)
#F4807E
(244,128,126)
#F59593
(245,149,147)
#F6AAA8
(246,170,168)
#F7BFBD
(247,191,189)
#F8D4D2
(248,212,210)
#F9E9E7
(249,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EF1715; }

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

This text font color is #EF1715.


Background Color

.myBgColor { background-color: #EF1715; }

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

This div background color is #EF1715.


Border color

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

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

This div border color is #EF1715.


Opacity

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

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

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

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

This text has shadow with #EF1715 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF1715 on black background.


Color preview on white background

This text has color #EF1715 on white background.



Black color preview on #EF1715 background

This text has black color on #EF1715 background.


White color preview on #EF1715 background

This text has white color on #EF1715 background.