Shades of Venetian Red #DB0517
Tints of Venetian Red #DB0517
RGB
CMYK
RGB Variations
Color information
#DB0517 (or 0xDB0517) is known color: Venetian Red. HEX triplet: DB, 05 and 17. RGB value is (219,5,23). Sum of RGB (Red+Green+Blue) = 219+5+23=247 (32% of max value = 765). Red value is 219 (85.94% from 255 or 88.66% from 247); Green value is 5 (2.34% from 255 or 2.02% from 247); Blue value is 23 (9.38% from 255 or 9.31% from 247); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0517 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0517 is #24FAE8. Grayscale: #474747. Windows color (decimal): -2423529 or 1508827. OLE color: 1508827.
HSL color Cylindrical-coordinate representation of color #DB0517: hue angle of 354.95º 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 #DB0517 is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 5 | 23 | - |
| CMYK | 0 | 0.98 | 0.89 | 0.14 |
| HSL | 354.95º | 0.96% | 0.44% | - |
| HSV(B) | 354.95º | 0.98% | 0.86% | - |
| XYZ | 29.42 | 15.23 | 2.2 | - |
| YUV | 71.04 | 100.9 | 233.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 5 | 23 | 0 | 0.98 | 0.89 | 0.14 | 354.95 | 0.96 | 0.44 |
| Hex | DB | 5 | 17 | 0 | 62 | 59 | E | 163 | 60 | 2C |
| Octal | 333 | 5 | 27 | 0 | 142 | 131 | 16 | 543 | 140 | 54 |
| Binary | 11011011 | 101 | 10111 | 0 | 1100010 | 1011001 | 1110 | 101100011 | 1100000 | 101100 |
Color Harmonies of #DB0517
Complementary color
Monochromatic Colors of #DB0517
Black with #DB0517
Text Example
Text Example
White with #DB0517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0517; }
p { color: rgb(219,5,23); }
H1.HeaderClassName
{
color: #DB0517;
}
.AnyTagClassName
{
color: #DB0517;
}
</style>
background-color css
<style>
a { background-color: #DB0517; }
a { background-color: rgb(219,5,23); }
div.DivClassName
{
background-color: #DB0517;
}
.BgClassName
{
background-color: #DB0517;
}
</style>
border-color css
<style>
span { border-color: #DB0517; }
span { border-color: rgb(219,5,23); }
td.TdClassName
{
border-color: #DB0517;
}
.TagClassName
{
border-color: #DB0517;
}
</style>