Shades of Venetian Red #D80520
Tints of Venetian Red #D80520
RGB
CMYK
RGB Variations
Color information
#D80520 (or 0xD80520) is known color: Venetian Red. HEX triplet: D8, 05 and 20. RGB value is (216,5,32). Sum of RGB (Red+Green+Blue) = 216+5+32=253 (33% of max value = 765). Red value is 216 (84.77% from 255 or 85.38% from 253); Green value is 5 (2.34% from 255 or 1.98% from 253); Blue value is 32 (12.89% from 255 or 12.65% from 253); Max value from RGB is 216 - color contains mainly: red. Hex color #D80520 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80520 is #27FADF. Grayscale: #474747. Windows color (decimal): -2620128 or 2098648. OLE color: 2098648.
HSL color Cylindrical-coordinate representation of color #D80520: hue angle of 352.32º 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 #D80520 is Cyan = 0, Magento = 0.98, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 5 | 32 | - |
| CMYK | 0 | 0.98 | 0.85 | 0.15 |
| HSL | 352.32º | 0.95% | 0.43% | - |
| HSV(B) | 352.32º | 0.98% | 0.85% | - |
| XYZ | 28.63 | 14.81 | 2.72 | - |
| YUV | 71.17 | 105.9 | 231.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 5 | 32 | 0 | 0.98 | 0.85 | 0.15 | 352.32 | 0.95 | 0.43 |
| Hex | D8 | 5 | 20 | 0 | 62 | 55 | F | 160 | 5F | 2B |
| Octal | 330 | 5 | 40 | 0 | 142 | 125 | 17 | 540 | 137 | 53 |
| Binary | 11011000 | 101 | 100000 | 0 | 1100010 | 1010101 | 1111 | 101100000 | 1011111 | 101011 |
Color Harmonies of #D80520
Complementary color
Monochromatic Colors of #D80520
Black with #D80520
Text Example
Text Example
White with #D80520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80520; }
p { color: rgb(216,5,32); }
H1.HeaderClassName
{
color: #D80520;
}
.AnyTagClassName
{
color: #D80520;
}
</style>
background-color css
<style>
a { background-color: #D80520; }
a { background-color: rgb(216,5,32); }
div.DivClassName
{
background-color: #D80520;
}
.BgClassName
{
background-color: #D80520;
}
</style>
border-color css
<style>
span { border-color: #D80520; }
span { border-color: rgb(216,5,32); }
td.TdClassName
{
border-color: #D80520;
}
.TagClassName
{
border-color: #D80520;
}
</style>