COLOR #ED1E1A

HEX: #ED1E1A
RGB: (237,30,26)

Color info

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

RGB color model

#ED1E1A color RGB value is (237,30,26).

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

RGB channels and saturation

R 237 of 255 = 93%
G 30 of 255 = 12%
B 26 of 255 = 10%

237
30
26

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

Portions of RGB colors in percentages

R + G + B =
237 + 30 + 26 = 293 (100%)
R 237 of 293 ~ 80.89%
G 30 of 293 ~ 10.24%
B 26 of 293 ~ 8.87%

%80.89
%10.24

CMYK color model

#ED1E1A color CMYK value is (0,87,89,7).

  • cyan value is 0.00%
  • magenta value is 87.34%
  • yellow value is 89.03%
  • key color value is 7.06%
CMYK:
(0,87,89,7)
C0M87Y89K7 
(0%,87%,89%,7%)
(0.00/0.87/0.89/0.07)	

CMYK percentages

%0
%87.34
%89.03
%7.06

Codes

Color #ED1E1A in popluar color models

ED1E1A
RGB2373026
HSL85.43%51.57%
HSB/HSV89.03%92.94%
CMYK0.00%87.34%89.03%
7.06%

Color #ED1E1A in popluar number systems.

HEXED1E1A
Decimal2373026
Binary111011011111011010
Octal3553632

Shades and tints

Shades of #ED1E1A

#ED1E1A
(237,30,26)
#D81C18
(216,28,24)
#C31A16
(195,26,22)
#AE1814
(174,24,20)
#991612
(153,22,18)
#841410
(132,20,16)
#6F120E
(111,18,14)
#5A100C
(90,16,12)
#450E0A
(69,14,10)
#300C08
(48,12,8)
#1B0A06
(27,10,6)
#000000
(0,0,0)

Tints of #ED1E1A

#ED1E1A
(237,30,26)
#EE322E
(238,50,46)
#EF4642
(239,70,66)
#F05A56
(240,90,86)
#F16E6A
(241,110,106)
#F2827E
(242,130,126)
#F39692
(243,150,146)
#F4AAA6
(244,170,166)
#F5BEBA
(245,190,186)
#F6D2CE
(246,210,206)
#F7E6E2
(247,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ED1E1A; }

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

This text font color is #ED1E1A.


Background Color

.myBgColor { background-color: #ED1E1A; }

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

This div background color is #ED1E1A.


Border color

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

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

This div border color is #ED1E1A.


Opacity

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

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

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

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

This text has shadow with #ED1E1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED1E1A on black background.


Color preview on white background

This text has color #ED1E1A on white background.



Black color preview on #ED1E1A background

This text has black color on #ED1E1A background.


White color preview on #ED1E1A background

This text has white color on #ED1E1A background.