COLOR #ED080A

HEX: #ED080A
RGB: (237,8,10)

Color info

#ED080A contains mainly red color. Web safe color of #ED080A is #FF0000 (or #F00).

RGB color model

#ED080A color RGB value is (237,8,10).

  • red value is 237;
  • green value is 8;
  • blue value is 10.
RGB:
(237,8,10)
(93%,3%,4%)

RGB channels and saturation

R 237 of 255 = 93%
G 8 of 255 = 3%
B 10 of 255 = 4%

237
8
10

R + G + B ~ 33%. #ED080A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
237 + 8 + 10 = 255 (100%)
R 237 of 255 ~ 92.94%
G 8 of 255 ~ 3.14%
B 10 of 255 ~ 3.92%

%92.94

CMYK color model

#ED080A color CMYK value is (0,97,96,7).

  • cyan value is 0.00%
  • magenta value is 96.62%
  • yellow value is 95.78%
  • key color value is 7.06%
CMYK:
(0,97,96,7)
C0M97Y96K7 
(0%,97%,96%,7%)
(0.00/0.97/0.96/0.07)	

CMYK percentages

%0
%96.62
%95.78
%7.06

Codes

Color #ED080A in popluar color models

ED080A
RGB237810
HSL359°93.47%48.04%
HSB/HSV359°96.62%92.94%
CMYK0.00%96.62%95.78%
7.06%

Color #ED080A in popluar number systems.

HEXED080A
Decimal237810
Binary1110110110001010
Octal3551012

Shades and tints

Shades of #ED080A

#ED080A
(237,8,10)
#D8080A
(216,8,10)
#C3080A
(195,8,10)
#AE080A
(174,8,10)
#99080A
(153,8,10)
#84080A
(132,8,10)
#6F080A
(111,8,10)
#5A080A
(90,8,10)
#45080A
(69,8,10)
#30080A
(48,8,10)
#1B080A
(27,8,10)
#000000
(0,0,0)

Tints of #ED080A

#ED080A
(237,8,10)
#EE1E20
(238,30,32)
#EF3436
(239,52,54)
#F04A4C
(240,74,76)
#F16062
(241,96,98)
#F27678
(242,118,120)
#F38C8E
(243,140,142)
#F4A2A4
(244,162,164)
#F5B8BA
(245,184,186)
#F6CED0
(246,206,208)
#F7E4E6
(247,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED080A color. Also use rgb(237,8,10) instead hex code.

Text Font Color

.myTextColor { color: #ED080A; }

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

This text font color is #ED080A.


Background Color

.myBgColor { background-color: #ED080A; }

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

This div background color is #ED080A.


Border color

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

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

This div border color is #ED080A.


Opacity

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

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

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

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

This text has shadow with #ED080A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED080A on black background.


Color preview on white background

This text has color #ED080A on white background.



Black color preview on #ED080A background

This text has black color on #ED080A background.


White color preview on #ED080A background

This text has white color on #ED080A background.