Shades of Venetian Red #DB0420
Tints of Venetian Red #DB0420
RGB
CMYK
RGB Variations
Color information
#DB0420 (or 0xDB0420) is known color: Venetian Red. HEX triplet: DB, 04 and 20. RGB value is (219,4,32). Sum of RGB (Red+Green+Blue) = 219+4+32=255 (33% of max value = 765). Red value is 219 (85.94% from 255 or 85.88% from 255); Green value is 4 (1.95% from 255 or 1.57% from 255); Blue value is 32 (12.89% from 255 or 12.55% from 255); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0420 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0420 is #24FBDF. Grayscale: #474747. Windows color (decimal): -2423776 or 2098395. OLE color: 2098395.
HSL color Cylindrical-coordinate representation of color #DB0420: hue angle of 352.19º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DB0420 is Cyan = 0, Magento = 0.98, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 4 | 32 | - |
| CMYK | 0 | 0.98 | 0.85 | 0.14 |
| HSL | 352.19º | 0.96% | 0.44% | - |
| HSV(B) | 352.19º | 0.98% | 0.86% | - |
| XYZ | 29.52 | 15.25 | 2.75 | - |
| YUV | 71.48 | 105.73 | 233.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 4 | 32 | 0 | 0.98 | 0.85 | 0.14 | 352.19 | 0.96 | 0.44 |
| Hex | DB | 4 | 20 | 0 | 62 | 55 | E | 160 | 60 | 2C |
| Octal | 333 | 4 | 40 | 0 | 142 | 125 | 16 | 540 | 140 | 54 |
| Binary | 11011011 | 100 | 100000 | 0 | 1100010 | 1010101 | 1110 | 101100000 | 1100000 | 101100 |
Color Harmonies of #DB0420
Complementary color
Monochromatic Colors of #DB0420
Black with #DB0420
Text Example
Text Example
White with #DB0420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0420; }
p { color: rgb(219,4,32); }
H1.HeaderClassName
{
color: #DB0420;
}
.AnyTagClassName
{
color: #DB0420;
}
</style>
background-color css
<style>
a { background-color: #DB0420; }
a { background-color: rgb(219,4,32); }
div.DivClassName
{
background-color: #DB0420;
}
.BgClassName
{
background-color: #DB0420;
}
</style>
border-color css
<style>
span { border-color: #DB0420; }
span { border-color: rgb(219,4,32); }
td.TdClassName
{
border-color: #DB0420;
}
.TagClassName
{
border-color: #DB0420;
}
</style>