COLOR #EF3C26

HEX: #EF3C26
RGB: (239,60,38)

Color info

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

RGB color model

#EF3C26 color RGB value is (239,60,38).

  • red value is 239;
  • green value is 60;
  • blue value is 38.
RGB:
(239,60,38)
(94%,24%,15%)

RGB channels and saturation

R 239 of 255 = 94%
G 60 of 255 = 24%
B 38 of 255 = 15%

239
60
38

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

Portions of RGB colors in percentages

R + G + B =
239 + 60 + 38 = 337 (100%)
R 239 of 337 ~ 70.92%
G 60 of 337 ~ 17.8%
B 38 of 337 ~ 11.28%

%70.92
%17.8
%11.28

CMYK color model

#EF3C26 color CMYK value is (0,75,84,6).

  • cyan value is 0.00%
  • magenta value is 74.90%
  • yellow value is 84.10%
  • key color value is 6.27%
CMYK:
(0,75,84,6)
C0M75Y84K6 
(0%,75%,84%,6%)
(0.00/0.75/0.84/0.06)	

CMYK percentages

%0
%74.9
%84.1
%6.27

Codes

Color #EF3C26 in popluar color models

EF3C26
RGB2396038
HSL86.27%54.31%
HSB/HSV84.10%93.73%
CMYK0.00%74.90%84.10%
6.27%

Color #EF3C26 in popluar number systems.

HEXEF3C26
Decimal2396038
Binary11101111111100100110
Octal3577446

Shades and tints

Shades of #EF3C26

#EF3C26
(239,60,38)
#DA3723
(218,55,35)
#C53220
(197,50,32)
#B02D1D
(176,45,29)
#9B281A
(155,40,26)
#862317
(134,35,23)
#711E14
(113,30,20)
#5C1911
(92,25,17)
#47140E
(71,20,14)
#320F0B
(50,15,11)
#1D0A08
(29,10,8)
#000000
(0,0,0)

Tints of #EF3C26

#EF3C26
(239,60,38)
#F04D39
(240,77,57)
#F15E4C
(241,94,76)
#F26F5F
(242,111,95)
#F38072
(243,128,114)
#F49185
(244,145,133)
#F5A298
(245,162,152)
#F6B3AB
(246,179,171)
#F7C4BE
(247,196,190)
#F8D5D1
(248,213,209)
#F9E6E4
(249,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EF3C26; }

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

This text font color is #EF3C26.


Background Color

.myBgColor { background-color: #EF3C26; }

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

This div background color is #EF3C26.


Border color

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

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

This div border color is #EF3C26.


Opacity

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

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

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

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

This text has shadow with #EF3C26 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF3C26 on black background.


Color preview on white background

This text has color #EF3C26 on white background.



Black color preview on #EF3C26 background

This text has black color on #EF3C26 background.


White color preview on #EF3C26 background

This text has white color on #EF3C26 background.