Shades of Red #E00A02
Tints of Red #E00A02
RGB
CMYK
RGB Variations
Color information
#E00A02 (or 0xE00A02) is known color: Red. HEX triplet: E0, 0A and 02. RGB value is (224,10,2). Sum of RGB (Red+Green+Blue) = 224+10+2=236 (31% of max value = 765). Red value is 224 (87.89% from 255 or 94.92% from 236); Green value is 10 (4.30% from 255 or 4.24% from 236); Blue value is 2 (1.17% from 255 or 0.85% from 236); Max value from RGB is 224 - color contains mainly: red. Hex color #E00A02 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00A02 is #1FF5FD. Grayscale: #494949. Windows color (decimal): -2094590 or 133856. OLE color: 133856.
HSL color Cylindrical-coordinate representation of color #E00A02: hue angle of 2.16º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E00A02 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 10 | 2 | - |
| CMYK | 0 | 0.96 | 0.99 | 0.12 |
| HSL | 2.16º | 0.98% | 0.44% | - |
| HSV(B) | 2.16º | 0.99% | 0.88% | - |
| XYZ | 30.86 | 16.07 | 1.53 | - |
| YUV | 73.07 | 87.9 | 235.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 10 | 2 | 0 | 0.96 | 0.99 | 0.12 | 2.16 | 0.98 | 0.44 |
| Hex | E0 | A | 2 | 0 | 60 | 63 | C | 2 | 62 | 2C |
| Octal | 340 | 12 | 2 | 0 | 140 | 143 | 14 | 2 | 142 | 54 |
| Binary | 11100000 | 1010 | 10 | 0 | 1100000 | 1100011 | 1100 | 10 | 1100010 | 101100 |
Color Harmonies of #E00A02
Complementary color
Monochromatic Colors of #E00A02
Black with #E00A02
Text Example
Text Example
White with #E00A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00A02; }
p { color: rgb(224,10,2); }
H1.HeaderClassName
{
color: #E00A02;
}
.AnyTagClassName
{
color: #E00A02;
}
</style>
background-color css
<style>
a { background-color: #E00A02; }
a { background-color: rgb(224,10,2); }
div.DivClassName
{
background-color: #E00A02;
}
.BgClassName
{
background-color: #E00A02;
}
</style>
border-color css
<style>
span { border-color: #E00A02; }
span { border-color: rgb(224,10,2); }
td.TdClassName
{
border-color: #E00A02;
}
.TagClassName
{
border-color: #E00A02;
}
</style>