Shades of Red #E00908
Tints of Red #E00908
RGB
CMYK
RGB Variations
Color information
#E00908 (or 0xE00908) is known color: Red. HEX triplet: E0, 09 and 08. RGB value is (224,9,8). Sum of RGB (Red+Green+Blue) = 224+9+8=241 (31% of max value = 765). Red value is 224 (87.89% from 255 or 92.95% from 241); Green value is 9 (3.91% from 255 or 3.73% from 241); Blue value is 8 (3.52% from 255 or 3.32% from 241); Max value from RGB is 224 - color contains mainly: red. Hex color #E00908 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00908 is #1FF6F7. Grayscale: #494949. Windows color (decimal): -2094840 or 526816. OLE color: 526816.
HSL color Cylindrical-coordinate representation of color #E00908: hue angle of 0.28º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E00908 is Cyan = 0, Magento = 0.96, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 9 | 8 | - |
| CMYK | 0 | 0.96 | 0.96 | 0.12 |
| HSL | 0.28º | 0.93% | 0.45% | - |
| HSV(B) | 0.28º | 0.96% | 0.88% | - |
| XYZ | 30.88 | 16.06 | 1.7 | - |
| YUV | 73.17 | 91.23 | 235.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 9 | 8 | 0 | 0.96 | 0.96 | 0.12 | 0.28 | 0.93 | 0.45 |
| Hex | E0 | 9 | 8 | 0 | 60 | 60 | C | 0 | 5D | 2D |
| Octal | 340 | 11 | 10 | 0 | 140 | 140 | 14 | 0 | 135 | 55 |
| Binary | 11100000 | 1001 | 1000 | 0 | 1100000 | 1100000 | 1100 | 0 | 1011101 | 101101 |
Color Harmonies of #E00908
Complementary color
Monochromatic Colors of #E00908
Black with #E00908
Text Example
Text Example
White with #E00908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00908; }
p { color: rgb(224,9,8); }
H1.HeaderClassName
{
color: #E00908;
}
.AnyTagClassName
{
color: #E00908;
}
</style>
background-color css
<style>
a { background-color: #E00908; }
a { background-color: rgb(224,9,8); }
div.DivClassName
{
background-color: #E00908;
}
.BgClassName
{
background-color: #E00908;
}
</style>
border-color css
<style>
span { border-color: #E00908; }
span { border-color: rgb(224,9,8); }
td.TdClassName
{
border-color: #E00908;
}
.TagClassName
{
border-color: #E00908;
}
</style>