Shades of Venetian Red #E10110
Tints of Venetian Red #E10110
RGB
CMYK
RGB Variations
Color information
#E10110 (or 0xE10110) is known color: Venetian Red. HEX triplet: E1, 01 and 10. RGB value is (225,1,16). Sum of RGB (Red+Green+Blue) = 225+1+16=242 (32% of max value = 765). Red value is 225 (88.28% from 255 or 92.98% from 242); Green value is 1 (0.78% from 255 or 0.41% from 242); Blue value is 16 (6.64% from 255 or 6.61% from 242); Max value from RGB is 225 - color contains mainly: red. Hex color #E10110 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E10110 is #1EFEEF. Grayscale: #454545. Windows color (decimal): -2031344 or 1049057. OLE color: 1049057.
HSL color Cylindrical-coordinate representation of color #E10110: hue angle of 355.98º 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 #E10110 is Cyan = 0, Magento = 1.00, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 1 | 16 | - |
| CMYK | 0 | 1.00 | 0.93 | 0.12 |
| HSL | 355.98º | 0.99% | 0.44% | - |
| HSV(B) | 355.98º | 1% | 0.88% | - |
| XYZ | 31.16 | 16.07 | 1.95 | - |
| YUV | 69.69 | 97.71 | 238.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 1 | 16 | 0 | 1.00 | 0.93 | 0.12 | 355.98 | 0.99 | 0.44 |
| Hex | E1 | 1 | 10 | 0 | 64 | 5D | C | 164 | 63 | 2C |
| Octal | 341 | 1 | 20 | 0 | 144 | 135 | 14 | 544 | 143 | 54 |
| Binary | 11100001 | 1 | 10000 | 0 | 1100100 | 1011101 | 1100 | 101100100 | 1100011 | 101100 |
Color Harmonies of #E10110
Complementary color
Monochromatic Colors of #E10110
Black with #E10110
Text Example
Text Example
White with #E10110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10110; }
p { color: rgb(225,1,16); }
H1.HeaderClassName
{
color: #E10110;
}
.AnyTagClassName
{
color: #E10110;
}
</style>
background-color css
<style>
a { background-color: #E10110; }
a { background-color: rgb(225,1,16); }
div.DivClassName
{
background-color: #E10110;
}
.BgClassName
{
background-color: #E10110;
}
</style>
border-color css
<style>
span { border-color: #E10110; }
span { border-color: rgb(225,1,16); }
td.TdClassName
{
border-color: #E10110;
}
.TagClassName
{
border-color: #E10110;
}
</style>