COLOR #ED5449

HEX: #ED5449
RGB: (237,84,73)

Color info

#ED5449 contains mainly red color. Web safe color of #ED5449 is #FF6633 (or #F63).

RGB color model

#ED5449 color RGB value is (237,84,73).

  • red value is 237;
  • green value is 84;
  • blue value is 73.
RGB:
(237,84,73)
(93%,33%,29%)

RGB channels and saturation

R 237 of 255 = 93%
G 84 of 255 = 33%
B 73 of 255 = 29%

237
84
73

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

Portions of RGB colors in percentages

R + G + B =
237 + 84 + 73 = 394 (100%)
R 237 of 394 ~ 60.15%
G 84 of 394 ~ 21.32%
B 73 of 394 ~ 18.53%

%60.15
%21.32
%18.53

CMYK color model

#ED5449 color CMYK value is (0,65,69,7).

  • cyan value is 0.00%
  • magenta value is 64.56%
  • yellow value is 69.20%
  • key color value is 7.06%
CMYK:
(0,65,69,7)
C0M65Y69K7 
(0%,65%,69%,7%)
(0.00/0.65/0.69/0.07)	

CMYK percentages

%0
%64.56
%69.2
%7.06

Codes

Color #ED5449 in popluar color models

ED5449
RGB2378473
HSL82.00%60.78%
HSB/HSV69.20%92.94%
CMYK0.00%64.56%69.20%
7.06%

Color #ED5449 in popluar number systems.

HEXED5449
Decimal2378473
Binary1110110110101001001001
Octal355124111

Shades and tints

Shades of #ED5449

#ED5449
(237,84,73)
#D84D43
(216,77,67)
#C3463D
(195,70,61)
#AE3F37
(174,63,55)
#993831
(153,56,49)
#84312B
(132,49,43)
#6F2A25
(111,42,37)
#5A231F
(90,35,31)
#451C19
(69,28,25)
#301513
(48,21,19)
#1B0E0D
(27,14,13)
#000000
(0,0,0)

Tints of #ED5449

#ED5449
(237,84,73)
#EE6359
(238,99,89)
#EF7269
(239,114,105)
#F08179
(240,129,121)
#F19089
(241,144,137)
#F29F99
(242,159,153)
#F3AEA9
(243,174,169)
#F4BDB9
(244,189,185)
#F5CCC9
(245,204,201)
#F6DBD9
(246,219,217)
#F7EAE9
(247,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED5449 color. Also use rgb(237,84,73) instead hex code.

Text Font Color

.myTextColor { color: #ED5449; }

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

This text font color is #ED5449.


Background Color

.myBgColor { background-color: #ED5449; }

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

This div background color is #ED5449.


Border color

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

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

This div border color is #ED5449.


Opacity

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

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

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

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

This text has shadow with #ED5449 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED5449 on black background.


Color preview on white background

This text has color #ED5449 on white background.



Black color preview on #ED5449 background

This text has black color on #ED5449 background.


White color preview on #ED5449 background

This text has white color on #ED5449 background.