COLOR #ED1E17

HEX: #ED1E17
RGB: (237,30,23)

Color info

#ED1E17 contains mainly red color. Web safe color of #ED1E17 is #FF3300 (or #F30).

RGB color model

#ED1E17 color RGB value is (237,30,23).

  • red value is 237;
  • green value is 30;
  • blue value is 23.
RGB:
(237,30,23)
(93%,12%,9%)

RGB channels and saturation

R 237 of 255 = 93%
G 30 of 255 = 12%
B 23 of 255 = 9%

237
30
23

R + G + B ~ 38%. #ED1E17 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
237 + 30 + 23 = 290 (100%)
R 237 of 290 ~ 81.72%
G 30 of 290 ~ 10.34%
B 23 of 290 ~ 7.93%

%81.72
%10.34

CMYK color model

#ED1E17 color CMYK value is (0,87,90,7).

  • cyan value is 0.00%
  • magenta value is 87.34%
  • yellow value is 90.30%
  • key color value is 7.06%
CMYK:
(0,87,90,7)
C0M87Y90K7 
(0%,87%,90%,7%)
(0.00/0.87/0.90/0.07)	

CMYK percentages

%0
%87.34
%90.3
%7.06

Codes

Color #ED1E17 in popluar color models

ED1E17
RGB2373023
HSL85.60%50.98%
HSB/HSV90.30%92.94%
CMYK0.00%87.34%90.30%
7.06%

Color #ED1E17 in popluar number systems.

HEXED1E17
Decimal2373023
Binary111011011111010111
Octal3553627

Shades and tints

Shades of #ED1E17

#ED1E17
(237,30,23)
#D81C15
(216,28,21)
#C31A13
(195,26,19)
#AE1811
(174,24,17)
#99160F
(153,22,15)
#84140D
(132,20,13)
#6F120B
(111,18,11)
#5A1009
(90,16,9)
#450E07
(69,14,7)
#300C05
(48,12,5)
#1B0A03
(27,10,3)
#000000
(0,0,0)

Tints of #ED1E17

#ED1E17
(237,30,23)
#EE322C
(238,50,44)
#EF4641
(239,70,65)
#F05A56
(240,90,86)
#F16E6B
(241,110,107)
#F28280
(242,130,128)
#F39695
(243,150,149)
#F4AAAA
(244,170,170)
#F5BEBF
(245,190,191)
#F6D2D4
(246,210,212)
#F7E6E9
(247,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED1E17 color. Also use rgb(237,30,23) instead hex code.

Text Font Color

.myTextColor { color: #ED1E17; }

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

This text font color is #ED1E17.


Background Color

.myBgColor { background-color: #ED1E17; }

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

This div background color is #ED1E17.


Border color

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

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

This div border color is #ED1E17.


Opacity

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

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

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

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

This text has shadow with #ED1E17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED1E17 on black background.


Color preview on white background

This text has color #ED1E17 on white background.



Black color preview on #ED1E17 background

This text has black color on #ED1E17 background.


White color preview on #ED1E17 background

This text has white color on #ED1E17 background.