Shades of Red #E00000
Tints of Red #E00000
RGB
CMYK
RGB Variations
Color information
#E00000 (or 0xE00000) is known color: Red. HEX triplet: E0, 00 and 00. RGB value is (224,0,0). Sum of RGB (Red+Green+Blue) = 224+0+0=224 (29% of max value = 765). Red value is 224 (87.89% from 255 or 100% from 224); Green value is 0 (0.39% from 255 or 0% from 224); Blue value is 0 (0.39% from 255 or 0% from 224); Max value from RGB is 224 - color contains mainly: red. Hex color #E00000 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00000 is #1FFFFF. Grayscale: #434343. Windows color (decimal): -2097152 or 224. OLE color: 224.
HSL color Cylindrical-coordinate representation of color #E00000: hue angle of 0º 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 #E00000 is Cyan = 0, Magento = 1, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 0 | 0 | - |
| CMYK | 0 | 1 | 1 | 0.12 |
| HSL | 0º | 1% | 0.44% | - |
| HSV(B) | 0º | 1% | 0.88% | - |
| XYZ | 30.74 | 15.85 | 1.44 | - |
| YUV | 66.98 | 90.21 | 240 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 0 | 0 | 0 | 1 | 1 | 0.12 | 0 | 1 | 0.44 |
| Hex | E0 | 0 | 0 | 0 | 64 | 64 | C | 0 | 64 | 2C |
| Octal | 340 | 0 | 0 | 0 | 144 | 144 | 14 | 0 | 144 | 54 |
| Binary | 11100000 | 0 | 0 | 0 | 1100100 | 1100100 | 1100 | 0 | 1100100 | 101100 |
Color Harmonies of #E00000
Complementary color
Monochromatic Colors of #E00000
Black with #E00000
Text Example
Text Example
White with #E00000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00000; }
p { color: rgb(224,0,0); }
H1.HeaderClassName
{
color: #E00000;
}
.AnyTagClassName
{
color: #E00000;
}
</style>
background-color css
<style>
a { background-color: #E00000; }
a { background-color: rgb(224,0,0); }
div.DivClassName
{
background-color: #E00000;
}
.BgClassName
{
background-color: #E00000;
}
</style>
border-color css
<style>
span { border-color: #E00000; }
span { border-color: rgb(224,0,0); }
td.TdClassName
{
border-color: #E00000;
}
.TagClassName
{
border-color: #E00000;
}
</style>