Shades of Red #E00A00
Tints of Red #E00A00
RGB
CMYK
RGB Variations
Color information
#E00A00 (or 0xE00A00) is known color: Red. HEX triplet: E0, 0A and 00. RGB value is (224,10,0). Sum of RGB (Red+Green+Blue) = 224+10+0=234 (30% of max value = 765). Red value is 224 (87.89% from 255 or 95.73% from 234); Green value is 10 (4.30% from 255 or 4.27% from 234); Blue value is 0 (0.39% from 255 or 0% from 234); Max value from RGB is 224 - color contains mainly: red. Hex color #E00A00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00A00 is #1FF5FF. Grayscale: #494949. Windows color (decimal): -2094592 or 2784. OLE color: 2784.
HSL color Cylindrical-coordinate representation of color #E00A00: hue angle of 2.68º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E00A00 is Cyan = 0, Magento = 0.96, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 10 | 0 | - |
| CMYK | 0 | 0.96 | 1 | 0.12 |
| HSL | 2.68º | 1% | 0.44% | - |
| HSV(B) | 2.68º | 1% | 0.88% | - |
| XYZ | 30.85 | 16.06 | 1.47 | - |
| YUV | 72.85 | 86.9 | 235.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 10 | 0 | 0 | 0.96 | 1 | 0.12 | 2.68 | 1 | 0.44 |
| Hex | E0 | A | 0 | 0 | 60 | 64 | C | 3 | 64 | 2C |
| Octal | 340 | 12 | 0 | 0 | 140 | 144 | 14 | 3 | 144 | 54 |
| Binary | 11100000 | 1010 | 0 | 0 | 1100000 | 1100100 | 1100 | 11 | 1100100 | 101100 |
Color Harmonies of #E00A00
Complementary color
Monochromatic Colors of #E00A00
Black with #E00A00
Text Example
Text Example
White with #E00A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00A00; }
p { color: rgb(224,10,0); }
H1.HeaderClassName
{
color: #E00A00;
}
.AnyTagClassName
{
color: #E00A00;
}
</style>
background-color css
<style>
a { background-color: #E00A00; }
a { background-color: rgb(224,10,0); }
div.DivClassName
{
background-color: #E00A00;
}
.BgClassName
{
background-color: #E00A00;
}
</style>
border-color css
<style>
span { border-color: #E00A00; }
span { border-color: rgb(224,10,0); }
td.TdClassName
{
border-color: #E00A00;
}
.TagClassName
{
border-color: #E00A00;
}
</style>