Shades of Venetian Red #D80512
Tints of Venetian Red #D80512
RGB
CMYK
RGB Variations
Color information
#D80512 (or 0xD80512) is known color: Venetian Red. HEX triplet: D8, 05 and 12. RGB value is (216,5,18). Sum of RGB (Red+Green+Blue) = 216+5+18=239 (31% of max value = 765). Red value is 216 (84.77% from 255 or 90.38% from 239); Green value is 5 (2.34% from 255 or 2.09% from 239); Blue value is 18 (7.42% from 255 or 7.53% from 239); Max value from RGB is 216 - color contains mainly: red. Hex color #D80512 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80512 is #27FAED. Grayscale: #454545. Windows color (decimal): -2620142 or 1181144. OLE color: 1181144.
HSL color Cylindrical-coordinate representation of color #D80512: hue angle of 356.3º 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 #D80512 is Cyan = 0, Magento = 0.98, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 5 | 18 | - |
| CMYK | 0 | 0.98 | 0.92 | 0.15 |
| HSL | 356.3º | 0.95% | 0.43% | - |
| HSV(B) | 356.3º | 0.98% | 0.85% | - |
| XYZ | 28.48 | 14.75 | 1.92 | - |
| YUV | 69.57 | 98.9 | 232.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 5 | 18 | 0 | 0.98 | 0.92 | 0.15 | 356.3 | 0.95 | 0.43 |
| Hex | D8 | 5 | 12 | 0 | 62 | 5C | F | 164 | 5F | 2B |
| Octal | 330 | 5 | 22 | 0 | 142 | 134 | 17 | 544 | 137 | 53 |
| Binary | 11011000 | 101 | 10010 | 0 | 1100010 | 1011100 | 1111 | 101100100 | 1011111 | 101011 |
Color Harmonies of #D80512
Complementary color
Monochromatic Colors of #D80512
Black with #D80512
Text Example
Text Example
White with #D80512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80512; }
p { color: rgb(216,5,18); }
H1.HeaderClassName
{
color: #D80512;
}
.AnyTagClassName
{
color: #D80512;
}
</style>
background-color css
<style>
a { background-color: #D80512; }
a { background-color: rgb(216,5,18); }
div.DivClassName
{
background-color: #D80512;
}
.BgClassName
{
background-color: #D80512;
}
</style>
border-color css
<style>
span { border-color: #D80512; }
span { border-color: rgb(216,5,18); }
td.TdClassName
{
border-color: #D80512;
}
.TagClassName
{
border-color: #D80512;
}
</style>