COLOR #ED3749

HEX: #ED3749
RGB: (237,55,73)

Color info

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

RGB color model

#ED3749 color RGB value is (237,55,73).

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

RGB channels and saturation

R 237 of 255 = 93%
G 55 of 255 = 22%
B 73 of 255 = 29%

237
55
73

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

Portions of RGB colors in percentages

R + G + B =
237 + 55 + 73 = 365 (100%)
R 237 of 365 ~ 64.93%
G 55 of 365 ~ 15.07%
B 73 of 365 ~ 20%

%64.93
%15.07
%20

CMYK color model

#ED3749 color CMYK value is (0,77,69,7).

  • cyan value is 0.00%
  • magenta value is 76.79%
  • yellow value is 69.20%
  • key color value is 7.06%
CMYK:
(0,77,69,7)
C0M77Y69K7 
(0%,77%,69%,7%)
(0.00/0.77/0.69/0.07)	

CMYK percentages

%0
%76.79
%69.2
%7.06

Codes

Color #ED3749 in popluar color models

ED3749
RGB2375573
HSL354°83.49%57.25%
HSB/HSV354°76.79%92.94%
CMYK0.00%76.79%69.20%
7.06%

Color #ED3749 in popluar number systems.

HEXED3749
Decimal2375573
Binary111011011101111001001
Octal35567111

Shades and tints

Shades of #ED3749

#ED3749
(237,55,73)
#D83243
(216,50,67)
#C32D3D
(195,45,61)
#AE2837
(174,40,55)
#992331
(153,35,49)
#841E2B
(132,30,43)
#6F1925
(111,25,37)
#5A141F
(90,20,31)
#450F19
(69,15,25)
#300A13
(48,10,19)
#1B050D
(27,5,13)
#000000
(0,0,0)

Tints of #ED3749

#ED3749
(237,55,73)
#EE4959
(238,73,89)
#EF5B69
(239,91,105)
#F06D79
(240,109,121)
#F17F89
(241,127,137)
#F29199
(242,145,153)
#F3A3A9
(243,163,169)
#F4B5B9
(244,181,185)
#F5C7C9
(245,199,201)
#F6D9D9
(246,217,217)
#F7EBE9
(247,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ED3749; }

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

This text font color is #ED3749.


Background Color

.myBgColor { background-color: #ED3749; }

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

This div background color is #ED3749.


Border color

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

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

This div border color is #ED3749.


Opacity

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

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

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

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

This text has shadow with #ED3749 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED3749 on black background.


Color preview on white background

This text has color #ED3749 on white background.



Black color preview on #ED3749 background

This text has black color on #ED3749 background.


White color preview on #ED3749 background

This text has white color on #ED3749 background.