COLOR #ED2939

HEX: #ED2939
RGB: (237,41,57)

Color info

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

RGB color model

#ED2939 color RGB value is (237,41,57).

  • red value is 237;
  • green value is 41;
  • blue value is 57.
RGB:
(237,41,57)
(93%,16%,22%)

RGB channels and saturation

R 237 of 255 = 93%
G 41 of 255 = 16%
B 57 of 255 = 22%

237
41
57

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

Portions of RGB colors in percentages

R + G + B =
237 + 41 + 57 = 335 (100%)
R 237 of 335 ~ 70.75%
G 41 of 335 ~ 12.24%
B 57 of 335 ~ 17.01%

%70.75
%12.24
%17.01

CMYK color model

#ED2939 color CMYK value is (0,83,76,7).

  • cyan value is 0.00%
  • magenta value is 82.70%
  • yellow value is 75.95%
  • key color value is 7.06%
CMYK:
(0,83,76,7)
C0M83Y76K7 
(0%,83%,76%,7%)
(0.00/0.83/0.76/0.07)	

CMYK percentages

%0
%82.7
%75.95
%7.06

Codes

Color #ED2939 in popluar color models

ED2939
RGB2374157
HSL355°84.48%54.51%
HSB/HSV355°82.70%92.94%
CMYK0.00%82.70%75.95%
7.06%

Color #ED2939 in popluar number systems.

HEXED2939
Decimal2374157
Binary11101101101001111001
Octal3555171

Shades and tints

Shades of #ED2939

#ED2939
(237,41,57)
#D82634
(216,38,52)
#C3232F
(195,35,47)
#AE202A
(174,32,42)
#991D25
(153,29,37)
#841A20
(132,26,32)
#6F171B
(111,23,27)
#5A1416
(90,20,22)
#451111
(69,17,17)
#300E0C
(48,14,12)
#1B0B07
(27,11,7)
#000000
(0,0,0)

Tints of #ED2939

#ED2939
(237,41,57)
#EE3C4B
(238,60,75)
#EF4F5D
(239,79,93)
#F0626F
(240,98,111)
#F17581
(241,117,129)
#F28893
(242,136,147)
#F39BA5
(243,155,165)
#F4AEB7
(244,174,183)
#F5C1C9
(245,193,201)
#F6D4DB
(246,212,219)
#F7E7ED
(247,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED2939 color. Also use rgb(237,41,57) instead hex code.

Text Font Color

.myTextColor { color: #ED2939; }

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

This text font color is #ED2939.


Background Color

.myBgColor { background-color: #ED2939; }

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

This div background color is #ED2939.


Border color

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

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

This div border color is #ED2939.


Opacity

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

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

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

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

This text has shadow with #ED2939 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED2939 on black background.


Color preview on white background

This text has color #ED2939 on white background.



Black color preview on #ED2939 background

This text has black color on #ED2939 background.


White color preview on #ED2939 background

This text has white color on #ED2939 background.