COLOR #ED1C24

HEX: #ED1C24
RGB: (237,28,36)

Color info

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

RGB color model

#ED1C24 color RGB value is (237,28,36).

  • red value is 237;
  • green value is 28;
  • blue value is 36.
RGB:
(237,28,36)
(93%,11%,14%)

RGB channels and saturation

R 237 of 255 = 93%
G 28 of 255 = 11%
B 36 of 255 = 14%

237
28
36

R + G + B ~ 39%. #ED1C24 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
237 + 28 + 36 = 301 (100%)
R 237 of 301 ~ 78.74%
G 28 of 301 ~ 9.3%
B 36 of 301 ~ 11.96%

%78.74
%11.96

CMYK color model

#ED1C24 color CMYK value is (0,88,85,7).

  • cyan value is 0.00%
  • magenta value is 88.19%
  • yellow value is 84.81%
  • key color value is 7.06%
CMYK:
(0,88,85,7)
C0M88Y85K7 
(0%,88%,85%,7%)
(0.00/0.88/0.85/0.07)	

CMYK percentages

%0
%88.19
%84.81
%7.06

Codes

Color #ED1C24 in popluar color models

ED1C24
RGB2372836
HSL358°85.31%51.96%
HSB/HSV358°88.19%92.94%
CMYK0.00%88.19%84.81%
7.06%

Color #ED1C24 in popluar number systems.

HEXED1C24
Decimal2372836
Binary1110110111100100100
Octal3553444

Shades and tints

Shades of #ED1C24

#ED1C24
(237,28,36)
#D81A21
(216,26,33)
#C3181E
(195,24,30)
#AE161B
(174,22,27)
#991418
(153,20,24)
#841215
(132,18,21)
#6F1012
(111,16,18)
#5A0E0F
(90,14,15)
#450C0C
(69,12,12)
#300A09
(48,10,9)
#1B0806
(27,8,6)
#000000
(0,0,0)

Tints of #ED1C24

#ED1C24
(237,28,36)
#EE3037
(238,48,55)
#EF444A
(239,68,74)
#F0585D
(240,88,93)
#F16C70
(241,108,112)
#F28083
(242,128,131)
#F39496
(243,148,150)
#F4A8A9
(244,168,169)
#F5BCBC
(245,188,188)
#F6D0CF
(246,208,207)
#F7E4E2
(247,228,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED1C24 color. Also use rgb(237,28,36) instead hex code.

Text Font Color

.myTextColor { color: #ED1C24; }

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

This text font color is #ED1C24.


Background Color

.myBgColor { background-color: #ED1C24; }

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

This div background color is #ED1C24.


Border color

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

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

This div border color is #ED1C24.


Opacity

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

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

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

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

This text has shadow with #ED1C24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED1C24 on black background.


Color preview on white background

This text has color #ED1C24 on white background.



Black color preview on #ED1C24 background

This text has black color on #ED1C24 background.


White color preview on #ED1C24 background

This text has white color on #ED1C24 background.