Shades of Venetian Red #D80320
Tints of Venetian Red #D80320
RGB
CMYK
RGB Variations
Color information
#D80320 (or 0xD80320) is known color: Venetian Red. HEX triplet: D8, 03 and 20. RGB value is (216,3,32). Sum of RGB (Red+Green+Blue) = 216+3+32=251 (33% of max value = 765). Red value is 216 (84.77% from 255 or 86.06% from 251); Green value is 3 (1.56% from 255 or 1.20% from 251); Blue value is 32 (12.89% from 255 or 12.75% from 251); Max value from RGB is 216 - color contains mainly: red. Hex color #D80320 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80320 is #27FCDF. Grayscale: #464646. Windows color (decimal): -2620640 or 2098136. OLE color: 2098136.
HSL color Cylindrical-coordinate representation of color #D80320: hue angle of 351.83º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D80320 is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 3 | 32 | - |
| CMYK | 0 | 0.99 | 0.85 | 0.15 |
| HSL | 351.83º | 0.97% | 0.43% | - |
| HSV(B) | 351.83º | 0.99% | 0.85% | - |
| XYZ | 28.61 | 14.77 | 2.71 | - |
| YUV | 69.99 | 106.57 | 232.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 3 | 32 | 0 | 0.99 | 0.85 | 0.15 | 351.83 | 0.97 | 0.43 |
| Hex | D8 | 3 | 20 | 0 | 63 | 55 | F | 160 | 61 | 2B |
| Octal | 330 | 3 | 40 | 0 | 143 | 125 | 17 | 540 | 141 | 53 |
| Binary | 11011000 | 11 | 100000 | 0 | 1100011 | 1010101 | 1111 | 101100000 | 1100001 | 101011 |
Color Harmonies of #D80320
Complementary color
Monochromatic Colors of #D80320
Black with #D80320
Text Example
Text Example
White with #D80320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80320; }
p { color: rgb(216,3,32); }
H1.HeaderClassName
{
color: #D80320;
}
.AnyTagClassName
{
color: #D80320;
}
</style>
background-color css
<style>
a { background-color: #D80320; }
a { background-color: rgb(216,3,32); }
div.DivClassName
{
background-color: #D80320;
}
.BgClassName
{
background-color: #D80320;
}
</style>
border-color css
<style>
span { border-color: #D80320; }
span { border-color: rgb(216,3,32); }
td.TdClassName
{
border-color: #D80320;
}
.TagClassName
{
border-color: #D80320;
}
</style>