COLOR #EF0715

HEX: #EF0715
RGB: (239,7,21)

Color info

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

RGB color model

#EF0715 color RGB value is (239,7,21).

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

RGB channels and saturation

R 239 of 255 = 94%
G 7 of 255 = 3%
B 21 of 255 = 8%

239
7
21

R + G + B ~ 35%. #EF0715 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
239 + 7 + 21 = 267 (100%)
R 239 of 267 ~ 89.51%
G 7 of 267 ~ 2.62%
B 21 of 267 ~ 7.87%

%89.51

CMYK color model

#EF0715 color CMYK value is (0,97,91,6).

  • cyan value is 0.00%
  • magenta value is 97.07%
  • yellow value is 91.21%
  • key color value is 6.27%
CMYK:
(0,97,91,6)
C0M97Y91K6 
(0%,97%,91%,6%)
(0.00/0.97/0.91/0.06)	

CMYK percentages

%0
%97.07
%91.21
%6.27

Codes

Color #EF0715 in popluar color models

EF0715
RGB239721
HSL356°94.31%48.24%
HSB/HSV356°97.07%93.73%
CMYK0.00%97.07%91.21%
6.27%

Color #EF0715 in popluar number systems.

HEXEF0715
Decimal239721
Binary1110111111110101
Octal357725

Shades and tints

Shades of #EF0715

#EF0715
(239,7,21)
#DA0714
(218,7,20)
#C50713
(197,7,19)
#B00712
(176,7,18)
#9B0711
(155,7,17)
#860710
(134,7,16)
#71070F
(113,7,15)
#5C070E
(92,7,14)
#47070D
(71,7,13)
#32070C
(50,7,12)
#1D070B
(29,7,11)
#000000
(0,0,0)

Tints of #EF0715

#EF0715
(239,7,21)
#F01D2A
(240,29,42)
#F1333F
(241,51,63)
#F24954
(242,73,84)
#F35F69
(243,95,105)
#F4757E
(244,117,126)
#F58B93
(245,139,147)
#F6A1A8
(246,161,168)
#F7B7BD
(247,183,189)
#F8CDD2
(248,205,210)
#F9E3E7
(249,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EF0715; }

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

This text font color is #EF0715.


Background Color

.myBgColor { background-color: #EF0715; }

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

This div background color is #EF0715.


Border color

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

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

This div border color is #EF0715.


Opacity

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

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

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

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

This text has shadow with #EF0715 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF0715 on black background.


Color preview on white background

This text has color #EF0715 on white background.



Black color preview on #EF0715 background

This text has black color on #EF0715 background.


White color preview on #EF0715 background

This text has white color on #EF0715 background.