COLOR #EF1D13

HEX: #EF1D13
RGB: (239,29,19)

Color info

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

RGB color model

#EF1D13 color RGB value is (239,29,19).

  • red value is 239;
  • green value is 29;
  • blue value is 19.
RGB:
(239,29,19)
(94%,11%,7%)

RGB channels and saturation

R 239 of 255 = 94%
G 29 of 255 = 11%
B 19 of 255 = 7%

239
29
19

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

Portions of RGB colors in percentages

R + G + B =
239 + 29 + 19 = 287 (100%)
R 239 of 287 ~ 83.28%
G 29 of 287 ~ 10.1%
B 19 of 287 ~ 6.62%

%83.28
%10.1

CMYK color model

#EF1D13 color CMYK value is (0,88,92,6).

  • cyan value is 0.00%
  • magenta value is 87.87%
  • yellow value is 92.05%
  • key color value is 6.27%
CMYK:
(0,88,92,6)
C0M88Y92K6 
(0%,88%,92%,6%)
(0.00/0.88/0.92/0.06)	

CMYK percentages

%0
%87.87
%92.05
%6.27

Codes

Color #EF1D13 in popluar color models

EF1D13
RGB2392919
HSL87.30%50.59%
HSB/HSV92.05%93.73%
CMYK0.00%87.87%92.05%
6.27%

Color #EF1D13 in popluar number systems.

HEXEF1D13
Decimal2392919
Binary111011111110110011
Octal3573523

Shades and tints

Shades of #EF1D13

#EF1D13
(239,29,19)
#DA1B12
(218,27,18)
#C51911
(197,25,17)
#B01710
(176,23,16)
#9B150F
(155,21,15)
#86130E
(134,19,14)
#71110D
(113,17,13)
#5C0F0C
(92,15,12)
#470D0B
(71,13,11)
#320B0A
(50,11,10)
#1D0909
(29,9,9)
#000000
(0,0,0)

Tints of #EF1D13

#EF1D13
(239,29,19)
#F03128
(240,49,40)
#F1453D
(241,69,61)
#F25952
(242,89,82)
#F36D67
(243,109,103)
#F4817C
(244,129,124)
#F59591
(245,149,145)
#F6A9A6
(246,169,166)
#F7BDBB
(247,189,187)
#F8D1D0
(248,209,208)
#F9E5E5
(249,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EF1D13; }

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

This text font color is #EF1D13.


Background Color

.myBgColor { background-color: #EF1D13; }

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

This div background color is #EF1D13.


Border color

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

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

This div border color is #EF1D13.


Opacity

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

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

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

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

This text has shadow with #EF1D13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF1D13 on black background.


Color preview on white background

This text has color #EF1D13 on white background.



Black color preview on #EF1D13 background

This text has black color on #EF1D13 background.


White color preview on #EF1D13 background

This text has white color on #EF1D13 background.