COLOR #ED301C

HEX: #ED301C
RGB: (237,48,28)

Color info

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

RGB color model

#ED301C color RGB value is (237,48,28).

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

RGB channels and saturation

R 237 of 255 = 93%
G 48 of 255 = 19%
B 28 of 255 = 11%

237
48
28

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

Portions of RGB colors in percentages

R + G + B =
237 + 48 + 28 = 313 (100%)
R 237 of 313 ~ 75.72%
G 48 of 313 ~ 15.34%
B 28 of 313 ~ 8.95%

%75.72
%15.34

CMYK color model

#ED301C color CMYK value is (0,80,88,7).

  • cyan value is 0.00%
  • magenta value is 79.75%
  • yellow value is 88.19%
  • key color value is 7.06%
CMYK:
(0,80,88,7)
C0M80Y88K7 
(0%,80%,88%,7%)
(0.00/0.80/0.88/0.07)	

CMYK percentages

%0
%79.75
%88.19
%7.06

Codes

Color #ED301C in popluar color models

ED301C
RGB2374828
HSL85.31%51.96%
HSB/HSV88.19%92.94%
CMYK0.00%79.75%88.19%
7.06%

Color #ED301C in popluar number systems.

HEXED301C
Decimal2374828
Binary1110110111000011100
Octal3556034

Shades and tints

Shades of #ED301C

#ED301C
(237,48,28)
#D82C1A
(216,44,26)
#C32818
(195,40,24)
#AE2416
(174,36,22)
#992014
(153,32,20)
#841C12
(132,28,18)
#6F1810
(111,24,16)
#5A140E
(90,20,14)
#45100C
(69,16,12)
#300C0A
(48,12,10)
#1B0808
(27,8,8)
#000000
(0,0,0)

Tints of #ED301C

#ED301C
(237,48,28)
#EE4230
(238,66,48)
#EF5444
(239,84,68)
#F06658
(240,102,88)
#F1786C
(241,120,108)
#F28A80
(242,138,128)
#F39C94
(243,156,148)
#F4AEA8
(244,174,168)
#F5C0BC
(245,192,188)
#F6D2D0
(246,210,208)
#F7E4E4
(247,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ED301C; }

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

This text font color is #ED301C.


Background Color

.myBgColor { background-color: #ED301C; }

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

This div background color is #ED301C.


Border color

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

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

This div border color is #ED301C.


Opacity

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

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

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

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

This text has shadow with #ED301C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED301C on black background.


Color preview on white background

This text has color #ED301C on white background.



Black color preview on #ED301C background

This text has black color on #ED301C background.


White color preview on #ED301C background

This text has white color on #ED301C background.