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