COLOR #ED3B15

HEX: #ED3B15
RGB: (237,59,21)

Color info

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

RGB color model

#ED3B15 color RGB value is (237,59,21).

  • red value is 237;
  • green value is 59;
  • blue value is 21.
RGB:
(237,59,21)
(93%,23%,8%)

RGB channels and saturation

R 237 of 255 = 93%
G 59 of 255 = 23%
B 21 of 255 = 8%

237
59
21

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

Portions of RGB colors in percentages

R + G + B =
237 + 59 + 21 = 317 (100%)
R 237 of 317 ~ 74.76%
G 59 of 317 ~ 18.61%
B 21 of 317 ~ 6.62%

%74.76
%18.61

CMYK color model

#ED3B15 color CMYK value is (0,75,91,7).

  • cyan value is 0.00%
  • magenta value is 75.11%
  • yellow value is 91.14%
  • key color value is 7.06%
CMYK:
(0,75,91,7)
C0M75Y91K7 
(0%,75%,91%,7%)
(0.00/0.75/0.91/0.07)	

CMYK percentages

%0
%75.11
%91.14
%7.06

Codes

Color #ED3B15 in popluar color models

ED3B15
RGB2375921
HSL11°85.71%50.59%
HSB/HSV11°91.14%92.94%
CMYK0.00%75.11%91.14%
7.06%

Color #ED3B15 in popluar number systems.

HEXED3B15
Decimal2375921
Binary1110110111101110101
Octal3557325

Shades and tints

Shades of #ED3B15

#ED3B15
(237,59,21)
#D83614
(216,54,20)
#C33113
(195,49,19)
#AE2C12
(174,44,18)
#992711
(153,39,17)
#842210
(132,34,16)
#6F1D0F
(111,29,15)
#5A180E
(90,24,14)
#45130D
(69,19,13)
#300E0C
(48,14,12)
#1B090B
(27,9,11)
#000000
(0,0,0)

Tints of #ED3B15

#ED3B15
(237,59,21)
#EE4C2A
(238,76,42)
#EF5D3F
(239,93,63)
#F06E54
(240,110,84)
#F17F69
(241,127,105)
#F2907E
(242,144,126)
#F3A193
(243,161,147)
#F4B2A8
(244,178,168)
#F5C3BD
(245,195,189)
#F6D4D2
(246,212,210)
#F7E5E7
(247,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED3B15 color. Also use rgb(237,59,21) instead hex code.

Text Font Color

.myTextColor { color: #ED3B15; }

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

This text font color is #ED3B15.


Background Color

.myBgColor { background-color: #ED3B15; }

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

This div background color is #ED3B15.


Border color

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

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

This div border color is #ED3B15.


Opacity

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

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

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

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

This text has shadow with #ED3B15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED3B15 on black background.


Color preview on white background

This text has color #ED3B15 on white background.



Black color preview on #ED3B15 background

This text has black color on #ED3B15 background.


White color preview on #ED3B15 background

This text has white color on #ED3B15 background.