Shades of Red #E0100E
Tints of Red #E0100E
RGB
CMYK
RGB Variations
Color information
#E0100E (or 0xE0100E) is known color: Red. HEX triplet: E0, 10 and 0E. RGB value is (224,16,14). Sum of RGB (Red+Green+Blue) = 224+16+14=254 (33% of max value = 765). Red value is 224 (87.89% from 255 or 88.19% from 254); Green value is 16 (6.64% from 255 or 6.30% from 254); Blue value is 14 (5.86% from 255 or 5.51% from 254); Max value from RGB is 224 - color contains mainly: red. Hex color #E0100E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E0100E is #1FEFF1. Grayscale: #4E4E4E. Windows color (decimal): -2093042 or 921824. OLE color: 921824.
HSL color Cylindrical-coordinate representation of color #E0100E: hue angle of 0.57º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E0100E is Cyan = 0, Magento = 0.93, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 16 | 14 | - |
| CMYK | 0 | 0.93 | 0.94 | 0.12 |
| HSL | 0.57º | 0.88% | 0.47% | - |
| HSV(B) | 0.57º | 0.94% | 0.88% | - |
| XYZ | 31.01 | 16.25 | 1.92 | - |
| YUV | 77.96 | 91.91 | 232.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 16 | 14 | 0 | 0.93 | 0.94 | 0.12 | 0.57 | 0.88 | 0.47 |
| Hex | E0 | 10 | E | 0 | 5D | 5E | C | 1 | 58 | 2F |
| Octal | 340 | 20 | 16 | 0 | 135 | 136 | 14 | 1 | 130 | 57 |
| Binary | 11100000 | 10000 | 1110 | 0 | 1011101 | 1011110 | 1100 | 1 | 1011000 | 101111 |
Color Harmonies of #E0100E
Complementary color
Monochromatic Colors of #E0100E
Black with #E0100E
Text Example
Text Example
White with #E0100E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0100E; }
p { color: rgb(224,16,14); }
H1.HeaderClassName
{
color: #E0100E;
}
.AnyTagClassName
{
color: #E0100E;
}
</style>
background-color css
<style>
a { background-color: #E0100E; }
a { background-color: rgb(224,16,14); }
div.DivClassName
{
background-color: #E0100E;
}
.BgClassName
{
background-color: #E0100E;
}
</style>
border-color css
<style>
span { border-color: #E0100E; }
span { border-color: rgb(224,16,14); }
td.TdClassName
{
border-color: #E0100E;
}
.TagClassName
{
border-color: #E0100E;
}
</style>