Shades of Venetian Red #D80710
Tints of Venetian Red #D80710
RGB
CMYK
RGB Variations
Color information
#D80710 (or 0xD80710) is known color: Venetian Red. HEX triplet: D8, 07 and 10. RGB value is (216,7,16). Sum of RGB (Red+Green+Blue) = 216+7+16=239 (31% of max value = 765). Red value is 216 (84.77% from 255 or 90.38% from 239); Green value is 7 (3.12% from 255 or 2.93% from 239); Blue value is 16 (6.64% from 255 or 6.69% from 239); Max value from RGB is 216 - color contains mainly: red. Hex color #D80710 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80710 is #27F8EF. Grayscale: #464646. Windows color (decimal): -2619632 or 1050584. OLE color: 1050584.
HSL color Cylindrical-coordinate representation of color #D80710: hue angle of 357.42º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D80710 is Cyan = 0, Magento = 0.97, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 7 | 16 | - |
| CMYK | 0 | 0.97 | 0.93 | 0.15 |
| HSL | 357.42º | 0.94% | 0.44% | - |
| HSV(B) | 357.42º | 0.97% | 0.85% | - |
| XYZ | 28.49 | 14.79 | 1.84 | - |
| YUV | 70.52 | 97.24 | 231.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 7 | 16 | 0 | 0.97 | 0.93 | 0.15 | 357.42 | 0.94 | 0.44 |
| Hex | D8 | 7 | 10 | 0 | 61 | 5D | F | 165 | 5E | 2C |
| Octal | 330 | 7 | 20 | 0 | 141 | 135 | 17 | 545 | 136 | 54 |
| Binary | 11011000 | 111 | 10000 | 0 | 1100001 | 1011101 | 1111 | 101100101 | 1011110 | 101100 |
Color Harmonies of #D80710
Complementary color
Monochromatic Colors of #D80710
Black with #D80710
Text Example
Text Example
White with #D80710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80710; }
p { color: rgb(216,7,16); }
H1.HeaderClassName
{
color: #D80710;
}
.AnyTagClassName
{
color: #D80710;
}
</style>
background-color css
<style>
a { background-color: #D80710; }
a { background-color: rgb(216,7,16); }
div.DivClassName
{
background-color: #D80710;
}
.BgClassName
{
background-color: #D80710;
}
</style>
border-color css
<style>
span { border-color: #D80710; }
span { border-color: rgb(216,7,16); }
td.TdClassName
{
border-color: #D80710;
}
.TagClassName
{
border-color: #D80710;
}
</style>