Shades of Venetian Red #E00110
Tints of Venetian Red #E00110
RGB
CMYK
RGB Variations
Color information
#E00110 (or 0xE00110) is known color: Venetian Red. HEX triplet: E0, 01 and 10. RGB value is (224,1,16). Sum of RGB (Red+Green+Blue) = 224+1+16=241 (31% of max value = 765). Red value is 224 (87.89% from 255 or 92.95% from 241); Green value is 1 (0.78% from 255 or 0.41% from 241); Blue value is 16 (6.64% from 255 or 6.64% from 241); Max value from RGB is 224 - color contains mainly: red. Hex color #E00110 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00110 is #1FFEEF. Grayscale: #454545. Windows color (decimal): -2096880 or 1049056. OLE color: 1049056.
HSL color Cylindrical-coordinate representation of color #E00110: hue angle of 355.96º 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 #E00110 is Cyan = 0, Magento = 1.00, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 1 | 16 | - |
| CMYK | 0 | 1.00 | 0.93 | 0.12 |
| HSL | 355.96º | 0.99% | 0.44% | - |
| HSV(B) | 355.96º | 1% | 0.88% | - |
| XYZ | 30.84 | 15.91 | 1.93 | - |
| YUV | 69.39 | 97.88 | 238.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 1 | 16 | 0 | 1.00 | 0.93 | 0.12 | 355.96 | 0.99 | 0.44 |
| Hex | E0 | 1 | 10 | 0 | 64 | 5D | C | 164 | 63 | 2C |
| Octal | 340 | 1 | 20 | 0 | 144 | 135 | 14 | 544 | 143 | 54 |
| Binary | 11100000 | 1 | 10000 | 0 | 1100100 | 1011101 | 1100 | 101100100 | 1100011 | 101100 |
Color Harmonies of #E00110
Complementary color
Monochromatic Colors of #E00110
Black with #E00110
Text Example
Text Example
White with #E00110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00110; }
p { color: rgb(224,1,16); }
H1.HeaderClassName
{
color: #E00110;
}
.AnyTagClassName
{
color: #E00110;
}
</style>
background-color css
<style>
a { background-color: #E00110; }
a { background-color: rgb(224,1,16); }
div.DivClassName
{
background-color: #E00110;
}
.BgClassName
{
background-color: #E00110;
}
</style>
border-color css
<style>
span { border-color: #E00110; }
span { border-color: rgb(224,1,16); }
td.TdClassName
{
border-color: #E00110;
}
.TagClassName
{
border-color: #E00110;
}
</style>