COLOR #EF0219

HEX: #EF0219
RGB: (239,2,25)

Color info

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

RGB color model

#EF0219 color RGB value is (239,2,25).

  • red value is 239;
  • green value is 2;
  • blue value is 25.
RGB:
(239,2,25)
(94%,1%,10%)

RGB channels and saturation

R 239 of 255 = 94%
G 2 of 255 = 1%
B 25 of 255 = 10%

239
2
25

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

Portions of RGB colors in percentages

R + G + B =
239 + 2 + 25 = 266 (100%)
R 239 of 266 ~ 89.85%
G 2 of 266 ~ 0.75%
B 25 of 266 ~ 9.4%

%89.85

CMYK color model

#EF0219 color CMYK value is (0,99,90,6).

  • cyan value is 0.00%
  • magenta value is 99.16%
  • yellow value is 89.54%
  • key color value is 6.27%
CMYK:
(0,99,90,6)
C0M99Y90K6 
(0%,99%,90%,6%)
(0.00/0.99/0.90/0.06)	

CMYK percentages

%0
%99.16
%89.54
%6.27

Codes

Color #EF0219 in popluar color models

EF0219
RGB239225
HSL354°98.34%47.25%
HSB/HSV354°99.16%93.73%
CMYK0.00%99.16%89.54%
6.27%

Color #EF0219 in popluar number systems.

HEXEF0219
Decimal239225
Binary111011111011001
Octal357231

Shades and tints

Shades of #EF0219

#EF0219
(239,2,25)
#DA0217
(218,2,23)
#C50215
(197,2,21)
#B00213
(176,2,19)
#9B0211
(155,2,17)
#86020F
(134,2,15)
#71020D
(113,2,13)
#5C020B
(92,2,11)
#470209
(71,2,9)
#320207
(50,2,7)
#1D0205
(29,2,5)
#000000
(0,0,0)

Tints of #EF0219

#EF0219
(239,2,25)
#F0192D
(240,25,45)
#F13041
(241,48,65)
#F24755
(242,71,85)
#F35E69
(243,94,105)
#F4757D
(244,117,125)
#F58C91
(245,140,145)
#F6A3A5
(246,163,165)
#F7BAB9
(247,186,185)
#F8D1CD
(248,209,205)
#F9E8E1
(249,232,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EF0219; }

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

This text font color is #EF0219.


Background Color

.myBgColor { background-color: #EF0219; }

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

This div background color is #EF0219.


Border color

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

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

This div border color is #EF0219.


Opacity

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

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

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

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

This text has shadow with #EF0219 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF0219 on black background.


Color preview on white background

This text has color #EF0219 on white background.



Black color preview on #EF0219 background

This text has black color on #EF0219 background.


White color preview on #EF0219 background

This text has white color on #EF0219 background.