Shades of Venetian Red #E10916
Tints of Venetian Red #E10916
RGB
CMYK
RGB Variations
Color information
#E10916 (or 0xE10916) is known color: Venetian Red. HEX triplet: E1, 09 and 16. RGB value is (225,9,22). Sum of RGB (Red+Green+Blue) = 225+9+22=256 (33% of max value = 765). Red value is 225 (88.28% from 255 or 87.89% from 256); Green value is 9 (3.91% from 255 or 3.52% from 256); Blue value is 22 (8.98% from 255 or 8.59% from 256); Max value from RGB is 225 - color contains mainly: red. Hex color #E10916 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E10916 is #1EF6E9. Grayscale: #4B4B4B. Windows color (decimal): -2029290 or 1444321. OLE color: 1444321.
HSL color Cylindrical-coordinate representation of color #E10916: hue angle of 356.39º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E10916 is Cyan = 0, Magento = 0.96, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 9 | 22 | - |
| CMYK | 0 | 0.96 | 0.90 | 0.12 |
| HSL | 356.39º | 0.92% | 0.46% | - |
| HSV(B) | 356.39º | 0.96% | 0.88% | - |
| XYZ | 31.29 | 16.26 | 2.25 | - |
| YUV | 75.07 | 98.06 | 234.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 9 | 22 | 0 | 0.96 | 0.90 | 0.12 | 356.39 | 0.92 | 0.46 |
| Hex | E1 | 9 | 16 | 0 | 60 | 5A | C | 164 | 5C | 2E |
| Octal | 341 | 11 | 26 | 0 | 140 | 132 | 14 | 544 | 134 | 56 |
| Binary | 11100001 | 1001 | 10110 | 0 | 1100000 | 1011010 | 1100 | 101100100 | 1011100 | 101110 |
Color Harmonies of #E10916
Complementary color
Monochromatic Colors of #E10916
Black with #E10916
Text Example
Text Example
White with #E10916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10916; }
p { color: rgb(225,9,22); }
H1.HeaderClassName
{
color: #E10916;
}
.AnyTagClassName
{
color: #E10916;
}
</style>
background-color css
<style>
a { background-color: #E10916; }
a { background-color: rgb(225,9,22); }
div.DivClassName
{
background-color: #E10916;
}
.BgClassName
{
background-color: #E10916;
}
</style>
border-color css
<style>
span { border-color: #E10916; }
span { border-color: rgb(225,9,22); }
td.TdClassName
{
border-color: #E10916;
}
.TagClassName
{
border-color: #E10916;
}
</style>