Shades of Red #E00A09
Tints of Red #E00A09
RGB
CMYK
RGB Variations
Color information
#E00A09 (or 0xE00A09) is known color: Red. HEX triplet: E0, 0A and 09. RGB value is (224,10,9). Sum of RGB (Red+Green+Blue) = 224+10+9=243 (32% of max value = 765). Red value is 224 (87.89% from 255 or 92.18% from 243); Green value is 10 (4.30% from 255 or 4.12% from 243); Blue value is 9 (3.91% from 255 or 3.70% from 243); Max value from RGB is 224 - color contains mainly: red. Hex color #E00A09 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00A09 is #1FF5F6. Grayscale: #4A4A4A. Windows color (decimal): -2094583 or 592608. OLE color: 592608.
HSL color Cylindrical-coordinate representation of color #E00A09: hue angle of 0.28º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E00A09 is Cyan = 0, Magento = 0.96, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 10 | 9 | - |
| CMYK | 0 | 0.96 | 0.96 | 0.12 |
| HSL | 0.28º | 0.92% | 0.46% | - |
| HSV(B) | 0.28º | 0.96% | 0.88% | - |
| XYZ | 30.9 | 16.08 | 1.73 | - |
| YUV | 73.87 | 91.4 | 235.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 10 | 9 | 0 | 0.96 | 0.96 | 0.12 | 0.28 | 0.92 | 0.46 |
| Hex | E0 | A | 9 | 0 | 60 | 60 | C | 0 | 5C | 2E |
| Octal | 340 | 12 | 11 | 0 | 140 | 140 | 14 | 0 | 134 | 56 |
| Binary | 11100000 | 1010 | 1001 | 0 | 1100000 | 1100000 | 1100 | 0 | 1011100 | 101110 |
Color Harmonies of #E00A09
Complementary color
Monochromatic Colors of #E00A09
Black with #E00A09
Text Example
Text Example
White with #E00A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00A09; }
p { color: rgb(224,10,9); }
H1.HeaderClassName
{
color: #E00A09;
}
.AnyTagClassName
{
color: #E00A09;
}
</style>
background-color css
<style>
a { background-color: #E00A09; }
a { background-color: rgb(224,10,9); }
div.DivClassName
{
background-color: #E00A09;
}
.BgClassName
{
background-color: #E00A09;
}
</style>
border-color css
<style>
span { border-color: #E00A09; }
span { border-color: rgb(224,10,9); }
td.TdClassName
{
border-color: #E00A09;
}
.TagClassName
{
border-color: #E00A09;
}
</style>