Shades of Venetian Red #DB0519
Tints of Venetian Red #DB0519
RGB
CMYK
RGB Variations
Color information
#DB0519 (or 0xDB0519) is known color: Venetian Red. HEX triplet: DB, 05 and 19. RGB value is (219,5,25). Sum of RGB (Red+Green+Blue) = 219+5+25=249 (32% of max value = 765). Red value is 219 (85.94% from 255 or 87.95% from 249); Green value is 5 (2.34% from 255 or 2.01% from 249); Blue value is 25 (10.16% from 255 or 10.04% from 249); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0519 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0519 is #24FAE6. Grayscale: #474747. Windows color (decimal): -2423527 or 1639899. OLE color: 1639899.
HSL color Cylindrical-coordinate representation of color #DB0519: hue angle of 354.39º 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 #DB0519 is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 5 | 25 | - |
| CMYK | 0 | 0.98 | 0.89 | 0.14 |
| HSL | 354.39º | 0.96% | 0.44% | - |
| HSV(B) | 354.39º | 0.98% | 0.86% | - |
| XYZ | 29.44 | 15.24 | 2.31 | - |
| YUV | 71.27 | 101.9 | 233.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 5 | 25 | 0 | 0.98 | 0.89 | 0.14 | 354.39 | 0.96 | 0.44 |
| Hex | DB | 5 | 19 | 0 | 62 | 59 | E | 162 | 60 | 2C |
| Octal | 333 | 5 | 31 | 0 | 142 | 131 | 16 | 542 | 140 | 54 |
| Binary | 11011011 | 101 | 11001 | 0 | 1100010 | 1011001 | 1110 | 101100010 | 1100000 | 101100 |
Color Harmonies of #DB0519
Complementary color
Monochromatic Colors of #DB0519
Black with #DB0519
Text Example
Text Example
White with #DB0519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0519; }
p { color: rgb(219,5,25); }
H1.HeaderClassName
{
color: #DB0519;
}
.AnyTagClassName
{
color: #DB0519;
}
</style>
background-color css
<style>
a { background-color: #DB0519; }
a { background-color: rgb(219,5,25); }
div.DivClassName
{
background-color: #DB0519;
}
.BgClassName
{
background-color: #DB0519;
}
</style>
border-color css
<style>
span { border-color: #DB0519; }
span { border-color: rgb(219,5,25); }
td.TdClassName
{
border-color: #DB0519;
}
.TagClassName
{
border-color: #DB0519;
}
</style>