Shades of Venetian Red #D80116
Tints of Venetian Red #D80116
RGB
CMYK
RGB Variations
Color information
#D80116 (or 0xD80116) is known color: Venetian Red. HEX triplet: D8, 01 and 16. RGB value is (216,1,22). Sum of RGB (Red+Green+Blue) = 216+1+22=239 (31% of max value = 765). Red value is 216 (84.77% from 255 or 90.38% from 239); Green value is 1 (0.78% from 255 or 0.42% from 239); Blue value is 22 (8.98% from 255 or 9.21% from 239); Max value from RGB is 216 - color contains mainly: red. Hex color #D80116 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80116 is #27FEE9. Grayscale: #434343. Windows color (decimal): -2621162 or 1442264. OLE color: 1442264.
HSL color Cylindrical-coordinate representation of color #D80116: hue angle of 354.14º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D80116 is Cyan = 0, Magento = 1.00, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 1 | 22 | - |
| CMYK | 0 | 1.00 | 0.90 | 0.15 |
| HSL | 354.14º | 0.99% | 0.43% | - |
| HSV(B) | 354.14º | 1% | 0.85% | - |
| XYZ | 28.47 | 14.68 | 2.09 | - |
| YUV | 67.68 | 102.23 | 233.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 1 | 22 | 0 | 1.00 | 0.90 | 0.15 | 354.14 | 0.99 | 0.43 |
| Hex | D8 | 1 | 16 | 0 | 64 | 5A | F | 162 | 63 | 2B |
| Octal | 330 | 1 | 26 | 0 | 144 | 132 | 17 | 542 | 143 | 53 |
| Binary | 11011000 | 1 | 10110 | 0 | 1100100 | 1011010 | 1111 | 101100010 | 1100011 | 101011 |
Color Harmonies of #D80116
Complementary color
Monochromatic Colors of #D80116
Black with #D80116
Text Example
Text Example
White with #D80116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80116; }
p { color: rgb(216,1,22); }
H1.HeaderClassName
{
color: #D80116;
}
.AnyTagClassName
{
color: #D80116;
}
</style>
background-color css
<style>
a { background-color: #D80116; }
a { background-color: rgb(216,1,22); }
div.DivClassName
{
background-color: #D80116;
}
.BgClassName
{
background-color: #D80116;
}
</style>
border-color css
<style>
span { border-color: #D80116; }
span { border-color: rgb(216,1,22); }
td.TdClassName
{
border-color: #D80116;
}
.TagClassName
{
border-color: #D80116;
}
</style>