Shades of Red #E00801
Tints of Red #E00801
RGB
CMYK
RGB Variations
Color information
#E00801 (or 0xE00801) is known color: Red. HEX triplet: E0, 08 and 01. RGB value is (224,8,1). Sum of RGB (Red+Green+Blue) = 224+8+1=233 (30% of max value = 765). Red value is 224 (87.89% from 255 or 96.14% from 233); Green value is 8 (3.52% from 255 or 3.43% from 233); Blue value is 1 (0.78% from 255 or 0.43% from 233); Max value from RGB is 224 - color contains mainly: red. Hex color #E00801 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00801 is #1FF7FE. Grayscale: #484848. Windows color (decimal): -2095103 or 67808. OLE color: 67808.
HSL color Cylindrical-coordinate representation of color #E00801: hue angle of 1.88º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E00801 is Cyan = 0, Magento = 0.96, Yellow = 1.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 8 | 1 | - |
| CMYK | 0 | 0.96 | 1.00 | 0.12 |
| HSL | 1.88º | 0.99% | 0.44% | - |
| HSV(B) | 1.88º | 1% | 0.88% | - |
| XYZ | 30.83 | 16.02 | 1.5 | - |
| YUV | 71.79 | 88.06 | 236.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 8 | 1 | 0 | 0.96 | 1.00 | 0.12 | 1.88 | 0.99 | 0.44 |
| Hex | E0 | 8 | 1 | 0 | 60 | 64 | C | 2 | 63 | 2C |
| Octal | 340 | 10 | 1 | 0 | 140 | 144 | 14 | 2 | 143 | 54 |
| Binary | 11100000 | 1000 | 1 | 0 | 1100000 | 1100100 | 1100 | 10 | 1100011 | 101100 |
Color Harmonies of #E00801
Complementary color
Monochromatic Colors of #E00801
Black with #E00801
Text Example
Text Example
White with #E00801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00801; }
p { color: rgb(224,8,1); }
H1.HeaderClassName
{
color: #E00801;
}
.AnyTagClassName
{
color: #E00801;
}
</style>
background-color css
<style>
a { background-color: #E00801; }
a { background-color: rgb(224,8,1); }
div.DivClassName
{
background-color: #E00801;
}
.BgClassName
{
background-color: #E00801;
}
</style>
border-color css
<style>
span { border-color: #E00801; }
span { border-color: rgb(224,8,1); }
td.TdClassName
{
border-color: #E00801;
}
.TagClassName
{
border-color: #E00801;
}
</style>