Shades of Venetian Red #D80D10
Tints of Venetian Red #D80D10
RGB
CMYK
RGB Variations
Color information
#D80D10 (or 0xD80D10) is known color: Venetian Red. HEX triplet: D8, 0D and 10. RGB value is (216,13,16). Sum of RGB (Red+Green+Blue) = 216+13+16=245 (32% of max value = 765). Red value is 216 (84.77% from 255 or 88.16% from 245); Green value is 13 (5.47% from 255 or 5.31% from 245); Blue value is 16 (6.64% from 255 or 6.53% from 245); Max value from RGB is 216 - color contains mainly: red. Hex color #D80D10 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80D10 is #27F2EF. Grayscale: #4A4A4A. Windows color (decimal): -2618096 or 1052120. OLE color: 1052120.
HSL color Cylindrical-coordinate representation of color #D80D10: hue angle of 359.11º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D80D10 is Cyan = 0, Magento = 0.94, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 13 | 16 | - |
| CMYK | 0 | 0.94 | 0.93 | 0.15 |
| HSL | 359.11º | 0.89% | 0.45% | - |
| HSV(B) | 359.11º | 0.94% | 0.85% | - |
| XYZ | 28.56 | 14.92 | 1.87 | - |
| YUV | 74.04 | 95.25 | 229.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 13 | 16 | 0 | 0.94 | 0.93 | 0.15 | 359.11 | 0.89 | 0.45 |
| Hex | D8 | D | 10 | 0 | 5E | 5D | F | 167 | 59 | 2D |
| Octal | 330 | 15 | 20 | 0 | 136 | 135 | 17 | 547 | 131 | 55 |
| Binary | 11011000 | 1101 | 10000 | 0 | 1011110 | 1011101 | 1111 | 101100111 | 1011001 | 101101 |
Color Harmonies of #D80D10
Complementary color
Monochromatic Colors of #D80D10
Black with #D80D10
Text Example
Text Example
White with #D80D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80D10; }
p { color: rgb(216,13,16); }
H1.HeaderClassName
{
color: #D80D10;
}
.AnyTagClassName
{
color: #D80D10;
}
</style>
background-color css
<style>
a { background-color: #D80D10; }
a { background-color: rgb(216,13,16); }
div.DivClassName
{
background-color: #D80D10;
}
.BgClassName
{
background-color: #D80D10;
}
</style>
border-color css
<style>
span { border-color: #D80D10; }
span { border-color: rgb(216,13,16); }
td.TdClassName
{
border-color: #D80D10;
}
.TagClassName
{
border-color: #D80D10;
}
</style>