Shades of Red #E00A0A
Tints of Red #E00A0A
RGB
CMYK
RGB Variations
Color information
#E00A0A (or 0xE00A0A) is known color: Red. HEX triplet: E0, 0A and 0A. RGB value is (224,10,10). Sum of RGB (Red+Green+Blue) = 224+10+10=244 (32% of max value = 765). Red value is 224 (87.89% from 255 or 91.80% from 244); Green value is 10 (4.30% from 255 or 4.10% from 244); Blue value is 10 (4.30% from 255 or 4.10% from 244); Max value from RGB is 224 - color contains mainly: red. Hex color #E00A0A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00A0A is #1FF5F5. Grayscale: #4A4A4A. Windows color (decimal): -2094582 or 658144. OLE color: 658144.
HSL color Cylindrical-coordinate representation of color #E00A0A: hue angle of 0º degrees, saturation: 0.91, 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 #E00A0A is Cyan = 0, Magento = 0.96, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 10 | 10 | - |
| CMYK | 0 | 0.96 | 0.96 | 0.12 |
| HSL | 0º | 0.91% | 0.46% | - |
| HSV(B) | 0º | 0.96% | 0.88% | - |
| XYZ | 30.9 | 16.09 | 1.76 | - |
| YUV | 73.99 | 91.9 | 235 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 10 | 10 | 0 | 0.96 | 0.96 | 0.12 | 0 | 0.91 | 0.46 |
| Hex | E0 | A | A | 0 | 60 | 60 | C | 0 | 5B | 2E |
| Octal | 340 | 12 | 12 | 0 | 140 | 140 | 14 | 0 | 133 | 56 |
| Binary | 11100000 | 1010 | 1010 | 0 | 1100000 | 1100000 | 1100 | 0 | 1011011 | 101110 |
Color Harmonies of #E00A0A
Complementary color
Monochromatic Colors of #E00A0A
Black with #E00A0A
Text Example
Text Example
White with #E00A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00A0A; }
p { color: rgb(224,10,10); }
H1.HeaderClassName
{
color: #E00A0A;
}
.AnyTagClassName
{
color: #E00A0A;
}
</style>
background-color css
<style>
a { background-color: #E00A0A; }
a { background-color: rgb(224,10,10); }
div.DivClassName
{
background-color: #E00A0A;
}
.BgClassName
{
background-color: #E00A0A;
}
</style>
border-color css
<style>
span { border-color: #E00A0A; }
span { border-color: rgb(224,10,10); }
td.TdClassName
{
border-color: #E00A0A;
}
.TagClassName
{
border-color: #E00A0A;
}
</style>