COLOR #EF4545

HEX: #EF4545
RGB: (239,69,69)

Color info

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

RGB color model

#EF4545 color RGB value is (239,69,69).

  • red value is 239;
  • green value is 69;
  • blue value is 69.
RGB:
(239,69,69)
(94%,27%,27%)

RGB channels and saturation

R 239 of 255 = 94%
G 69 of 255 = 27%
B 69 of 255 = 27%

239
69
69

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

Portions of RGB colors in percentages

R + G + B =
239 + 69 + 69 = 377 (100%)
R 239 of 377 ~ 63.4%
G 69 of 377 ~ 18.3%
B 69 of 377 ~ 18.3%

%63.4
%18.3
%18.3

CMYK color model

#EF4545 color CMYK value is (0,71,71,6).

  • cyan value is 0.00%
  • magenta value is 71.13%
  • yellow value is 71.13%
  • key color value is 6.27%
CMYK:
(0,71,71,6)
C0M71Y71K6 
(0%,71%,71%,6%)
(0.00/0.71/0.71/0.06)	

CMYK percentages

%0
%71.13
%71.13
%6.27

Codes

Color #EF4545 in popluar color models

EF4545
RGB2396969
HSL84.16%60.39%
HSB/HSV71.13%93.73%
CMYK0.00%71.13%71.13%
6.27%

Color #EF4545 in popluar number systems.

HEXEF4545
Decimal2396969
Binary1110111110001011000101
Octal357105105

Shades and tints

Shades of #EF4545

#EF4545
(239,69,69)
#DA3F3F
(218,63,63)
#C53939
(197,57,57)
#B03333
(176,51,51)
#9B2D2D
(155,45,45)
#862727
(134,39,39)
#712121
(113,33,33)
#5C1B1B
(92,27,27)
#471515
(71,21,21)
#320F0F
(50,15,15)
#1D0909
(29,9,9)
#000000
(0,0,0)

Tints of #EF4545

#EF4545
(239,69,69)
#F05555
(240,85,85)
#F16565
(241,101,101)
#F27575
(242,117,117)
#F38585
(243,133,133)
#F49595
(244,149,149)
#F5A5A5
(245,165,165)
#F6B5B5
(246,181,181)
#F7C5C5
(247,197,197)
#F8D5D5
(248,213,213)
#F9E5E5
(249,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EF4545; }

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

This text font color is #EF4545.


Background Color

.myBgColor { background-color: #EF4545; }

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

This div background color is #EF4545.


Border color

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

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

This div border color is #EF4545.


Opacity

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

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

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

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

This text has shadow with #EF4545 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF4545 on black background.


Color preview on white background

This text has color #EF4545 on white background.



Black color preview on #EF4545 background

This text has black color on #EF4545 background.


White color preview on #EF4545 background

This text has white color on #EF4545 background.