COLOR #EF352E

HEX: #EF352E
RGB: (239,53,46)

Color info

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

RGB color model

#EF352E color RGB value is (239,53,46).

  • red value is 239;
  • green value is 53;
  • blue value is 46.
RGB:
(239,53,46)
(94%,21%,18%)

RGB channels and saturation

R 239 of 255 = 94%
G 53 of 255 = 21%
B 46 of 255 = 18%

239
53
46

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

Portions of RGB colors in percentages

R + G + B =
239 + 53 + 46 = 338 (100%)
R 239 of 338 ~ 70.71%
G 53 of 338 ~ 15.68%
B 46 of 338 ~ 13.61%

%70.71
%15.68
%13.61

CMYK color model

#EF352E color CMYK value is (0,78,81,6).

  • cyan value is 0.00%
  • magenta value is 77.82%
  • yellow value is 80.75%
  • key color value is 6.27%
CMYK:
(0,78,81,6)
C0M78Y81K6 
(0%,78%,81%,6%)
(0.00/0.78/0.81/0.06)	

CMYK percentages

%0
%77.82
%80.75
%6.27

Codes

Color #EF352E in popluar color models

EF352E
RGB2395346
HSL85.78%55.88%
HSB/HSV80.75%93.73%
CMYK0.00%77.82%80.75%
6.27%

Color #EF352E in popluar number systems.

HEXEF352E
Decimal2395346
Binary11101111110101101110
Octal3576556

Shades and tints

Shades of #EF352E

#EF352E
(239,53,46)
#DA312A
(218,49,42)
#C52D26
(197,45,38)
#B02922
(176,41,34)
#9B251E
(155,37,30)
#86211A
(134,33,26)
#711D16
(113,29,22)
#5C1912
(92,25,18)
#47150E
(71,21,14)
#32110A
(50,17,10)
#1D0D06
(29,13,6)
#000000
(0,0,0)

Tints of #EF352E

#EF352E
(239,53,46)
#F04741
(240,71,65)
#F15954
(241,89,84)
#F26B67
(242,107,103)
#F37D7A
(243,125,122)
#F48F8D
(244,143,141)
#F5A1A0
(245,161,160)
#F6B3B3
(246,179,179)
#F7C5C6
(247,197,198)
#F8D7D9
(248,215,217)
#F9E9EC
(249,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EF352E; }

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

This text font color is #EF352E.


Background Color

.myBgColor { background-color: #EF352E; }

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

This div background color is #EF352E.


Border color

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

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

This div border color is #EF352E.


Opacity

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

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

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

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

This text has shadow with #EF352E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF352E on black background.


Color preview on white background

This text has color #EF352E on white background.



Black color preview on #EF352E background

This text has black color on #EF352E background.


White color preview on #EF352E background

This text has white color on #EF352E background.