Shades of Venetian Red #D80510
Tints of Venetian Red #D80510
RGB
CMYK
RGB Variations
Color information
#D80510 (or 0xD80510) is known color: Venetian Red. HEX triplet: D8, 05 and 10. RGB value is (216,5,16). Sum of RGB (Red+Green+Blue) = 216+5+16=237 (31% of max value = 765). Red value is 216 (84.77% from 255 or 91.14% from 237); Green value is 5 (2.34% from 255 or 2.11% from 237); Blue value is 16 (6.64% from 255 or 6.75% from 237); Max value from RGB is 216 - color contains mainly: red. Hex color #D80510 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80510 is #27FAEF. Grayscale: #454545. Windows color (decimal): -2620144 or 1050072. OLE color: 1050072.
HSL color Cylindrical-coordinate representation of color #D80510: hue angle of 356.87º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D80510 is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 5 | 16 | - |
| CMYK | 0 | 0.98 | 0.93 | 0.15 |
| HSL | 356.87º | 0.95% | 0.43% | - |
| HSV(B) | 356.87º | 0.98% | 0.85% | - |
| XYZ | 28.47 | 14.74 | 1.84 | - |
| YUV | 69.34 | 97.9 | 232.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 5 | 16 | 0 | 0.98 | 0.93 | 0.15 | 356.87 | 0.95 | 0.43 |
| Hex | D8 | 5 | 10 | 0 | 62 | 5D | F | 165 | 5F | 2B |
| Octal | 330 | 5 | 20 | 0 | 142 | 135 | 17 | 545 | 137 | 53 |
| Binary | 11011000 | 101 | 10000 | 0 | 1100010 | 1011101 | 1111 | 101100101 | 1011111 | 101011 |
Color Harmonies of #D80510
Complementary color
Monochromatic Colors of #D80510
Black with #D80510
Text Example
Text Example
White with #D80510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80510; }
p { color: rgb(216,5,16); }
H1.HeaderClassName
{
color: #D80510;
}
.AnyTagClassName
{
color: #D80510;
}
</style>
background-color css
<style>
a { background-color: #D80510; }
a { background-color: rgb(216,5,16); }
div.DivClassName
{
background-color: #D80510;
}
.BgClassName
{
background-color: #D80510;
}
</style>
border-color css
<style>
span { border-color: #D80510; }
span { border-color: rgb(216,5,16); }
td.TdClassName
{
border-color: #D80510;
}
.TagClassName
{
border-color: #D80510;
}
</style>