Shades of Venetian Red #D80917
Tints of Venetian Red #D80917
RGB
CMYK
RGB Variations
Color information
#D80917 (or 0xD80917) is known color: Venetian Red. HEX triplet: D8, 09 and 17. RGB value is (216,9,23). Sum of RGB (Red+Green+Blue) = 216+9+23=248 (32% of max value = 765). Red value is 216 (84.77% from 255 or 87.10% from 248); Green value is 9 (3.91% from 255 or 3.63% from 248); Blue value is 23 (9.38% from 255 or 9.27% from 248); Max value from RGB is 216 - color contains mainly: red. Hex color #D80917 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80917 is #27F6E8. Grayscale: #484848. Windows color (decimal): -2619113 or 1509848. OLE color: 1509848.
HSL color Cylindrical-coordinate representation of color #D80917: hue angle of 355.94º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D80917 is Cyan = 0, Magento = 0.96, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 9 | 23 | - |
| CMYK | 0 | 0.96 | 0.89 | 0.15 |
| HSL | 355.94º | 0.92% | 0.44% | - |
| HSV(B) | 355.94º | 0.96% | 0.85% | - |
| XYZ | 28.57 | 14.86 | 2.17 | - |
| YUV | 72.49 | 100.08 | 230.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 9 | 23 | 0 | 0.96 | 0.89 | 0.15 | 355.94 | 0.92 | 0.44 |
| Hex | D8 | 9 | 17 | 0 | 60 | 59 | F | 164 | 5C | 2C |
| Octal | 330 | 11 | 27 | 0 | 140 | 131 | 17 | 544 | 134 | 54 |
| Binary | 11011000 | 1001 | 10111 | 0 | 1100000 | 1011001 | 1111 | 101100100 | 1011100 | 101100 |
Color Harmonies of #D80917
Complementary color
Monochromatic Colors of #D80917
Black with #D80917
Text Example
Text Example
White with #D80917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80917; }
p { color: rgb(216,9,23); }
H1.HeaderClassName
{
color: #D80917;
}
.AnyTagClassName
{
color: #D80917;
}
</style>
background-color css
<style>
a { background-color: #D80917; }
a { background-color: rgb(216,9,23); }
div.DivClassName
{
background-color: #D80917;
}
.BgClassName
{
background-color: #D80917;
}
</style>
border-color css
<style>
span { border-color: #D80917; }
span { border-color: rgb(216,9,23); }
td.TdClassName
{
border-color: #D80917;
}
.TagClassName
{
border-color: #D80917;
}
</style>