Shades of Venetian Red #D80A16
Tints of Venetian Red #D80A16
RGB
CMYK
RGB Variations
Color information
#D80A16 (or 0xD80A16) is known color: Venetian Red. HEX triplet: D8, 0A and 16. RGB value is (216,10,22). Sum of RGB (Red+Green+Blue) = 216+10+22=248 (32% of max value = 765). Red value is 216 (84.77% from 255 or 87.10% from 248); Green value is 10 (4.30% from 255 or 4.03% from 248); Blue value is 22 (8.98% from 255 or 8.87% from 248); Max value from RGB is 216 - color contains mainly: red. Hex color #D80A16 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80A16 is #27F5E9. Grayscale: #494949. Windows color (decimal): -2618858 or 1444568. OLE color: 1444568.
HSL color Cylindrical-coordinate representation of color #D80A16: hue angle of 356.5º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D80A16 is Cyan = 0, Magento = 0.95, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 10 | 22 | - |
| CMYK | 0 | 0.95 | 0.90 | 0.15 |
| HSL | 356.5º | 0.91% | 0.44% | - |
| HSV(B) | 356.5º | 0.95% | 0.85% | - |
| XYZ | 28.57 | 14.87 | 2.12 | - |
| YUV | 72.96 | 99.25 | 230.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 10 | 22 | 0 | 0.95 | 0.90 | 0.15 | 356.5 | 0.91 | 0.44 |
| Hex | D8 | A | 16 | 0 | 5F | 5A | F | 165 | 5B | 2C |
| Octal | 330 | 12 | 26 | 0 | 137 | 132 | 17 | 545 | 133 | 54 |
| Binary | 11011000 | 1010 | 10110 | 0 | 1011111 | 1011010 | 1111 | 101100101 | 1011011 | 101100 |
Color Harmonies of #D80A16
Complementary color
Monochromatic Colors of #D80A16
Black with #D80A16
Text Example
Text Example
White with #D80A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80A16; }
p { color: rgb(216,10,22); }
H1.HeaderClassName
{
color: #D80A16;
}
.AnyTagClassName
{
color: #D80A16;
}
</style>
background-color css
<style>
a { background-color: #D80A16; }
a { background-color: rgb(216,10,22); }
div.DivClassName
{
background-color: #D80A16;
}
.BgClassName
{
background-color: #D80A16;
}
</style>
border-color css
<style>
span { border-color: #D80A16; }
span { border-color: rgb(216,10,22); }
td.TdClassName
{
border-color: #D80A16;
}
.TagClassName
{
border-color: #D80A16;
}
</style>