Shades of Venetian Red #E60116
Tints of Venetian Red #E60116
RGB
CMYK
RGB Variations
Color information
#E60116 (or 0xE60116) is known color: Venetian Red. HEX triplet: E6, 01 and 16. RGB value is (230,1,22). Sum of RGB (Red+Green+Blue) = 230+1+22=253 (33% of max value = 765). Red value is 230 (90.23% from 255 or 90.91% from 253); Green value is 1 (0.78% from 255 or 0.40% from 253); Blue value is 22 (8.98% from 255 or 8.70% from 253); Max value from RGB is 230 - color contains mainly: red. Hex color #E60116 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E60116 is #19FEE9. Grayscale: #484848. Windows color (decimal): -1703658 or 1442278. OLE color: 1442278.
HSL color Cylindrical-coordinate representation of color #E60116: hue angle of 354.5º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E60116 is Cyan = 0, Magento = 1.00, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 1 | 22 | - |
| CMYK | 0 | 1.00 | 0.90 | 0.10 |
| HSL | 354.5º | 0.99% | 0.45% | - |
| HSV(B) | 354.5º | 1% | 0.9% | - |
| XYZ | 32.79 | 16.9 | 2.29 | - |
| YUV | 71.87 | 99.87 | 240.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 1 | 22 | 0 | 1.00 | 0.90 | 0.10 | 354.5 | 0.99 | 0.45 |
| Hex | E6 | 1 | 16 | 0 | 64 | 5A | A | 162 | 63 | 2D |
| Octal | 346 | 1 | 26 | 0 | 144 | 132 | 12 | 542 | 143 | 55 |
| Binary | 11100110 | 1 | 10110 | 0 | 1100100 | 1011010 | 1010 | 101100010 | 1100011 | 101101 |
Color Harmonies of #E60116
Complementary color
Monochromatic Colors of #E60116
Black with #E60116
Text Example
Text Example
White with #E60116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60116; }
p { color: rgb(230,1,22); }
H1.HeaderClassName
{
color: #E60116;
}
.AnyTagClassName
{
color: #E60116;
}
</style>
background-color css
<style>
a { background-color: #E60116; }
a { background-color: rgb(230,1,22); }
div.DivClassName
{
background-color: #E60116;
}
.BgClassName
{
background-color: #E60116;
}
</style>
border-color css
<style>
span { border-color: #E60116; }
span { border-color: rgb(230,1,22); }
td.TdClassName
{
border-color: #E60116;
}
.TagClassName
{
border-color: #E60116;
}
</style>