Shades of Venetian Red #DB0320
Tints of Venetian Red #DB0320
RGB
CMYK
RGB Variations
Color information
#DB0320 (or 0xDB0320) is known color: Venetian Red. HEX triplet: DB, 03 and 20. RGB value is (219,3,32). Sum of RGB (Red+Green+Blue) = 219+3+32=254 (33% of max value = 765). Red value is 219 (85.94% from 255 or 86.22% from 254); Green value is 3 (1.56% from 255 or 1.18% from 254); Blue value is 32 (12.89% from 255 or 12.60% from 254); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0320 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0320 is #24FCDF. Grayscale: #464646. Windows color (decimal): -2424032 or 2098139. OLE color: 2098139.
HSL color Cylindrical-coordinate representation of color #DB0320: hue angle of 351.94º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB0320 is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 3 | 32 | - |
| CMYK | 0 | 0.99 | 0.85 | 0.14 |
| HSL | 351.94º | 0.97% | 0.44% | - |
| HSV(B) | 351.94º | 0.99% | 0.86% | - |
| XYZ | 29.51 | 15.23 | 2.75 | - |
| YUV | 70.89 | 106.06 | 233.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 3 | 32 | 0 | 0.99 | 0.85 | 0.14 | 351.94 | 0.97 | 0.44 |
| Hex | DB | 3 | 20 | 0 | 63 | 55 | E | 160 | 61 | 2C |
| Octal | 333 | 3 | 40 | 0 | 143 | 125 | 16 | 540 | 141 | 54 |
| Binary | 11011011 | 11 | 100000 | 0 | 1100011 | 1010101 | 1110 | 101100000 | 1100001 | 101100 |
Color Harmonies of #DB0320
Complementary color
Monochromatic Colors of #DB0320
Black with #DB0320
Text Example
Text Example
White with #DB0320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0320; }
p { color: rgb(219,3,32); }
H1.HeaderClassName
{
color: #DB0320;
}
.AnyTagClassName
{
color: #DB0320;
}
</style>
background-color css
<style>
a { background-color: #DB0320; }
a { background-color: rgb(219,3,32); }
div.DivClassName
{
background-color: #DB0320;
}
.BgClassName
{
background-color: #DB0320;
}
</style>
border-color css
<style>
span { border-color: #DB0320; }
span { border-color: rgb(219,3,32); }
td.TdClassName
{
border-color: #DB0320;
}
.TagClassName
{
border-color: #DB0320;
}
</style>