Shades of Venetian Red #DB0917
Tints of Venetian Red #DB0917
RGB
CMYK
RGB Variations
Color information
#DB0917 (or 0xDB0917) is known color: Venetian Red. HEX triplet: DB, 09 and 17. RGB value is (219,9,23). Sum of RGB (Red+Green+Blue) = 219+9+23=251 (33% of max value = 765). Red value is 219 (85.94% from 255 or 87.25% from 251); Green value is 9 (3.91% from 255 or 3.59% from 251); Blue value is 23 (9.38% from 255 or 9.16% from 251); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0917 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0917 is #24F6E8. Grayscale: #494949. Windows color (decimal): -2422505 or 1509851. OLE color: 1509851.
HSL color Cylindrical-coordinate representation of color #DB0917: hue angle of 356º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DB0917 is Cyan = 0, Magento = 0.96, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 9 | 23 | - |
| CMYK | 0 | 0.96 | 0.89 | 0.14 |
| HSL | 356º | 0.92% | 0.45% | - |
| HSV(B) | 356º | 0.96% | 0.86% | - |
| XYZ | 29.47 | 15.32 | 2.21 | - |
| YUV | 73.39 | 99.57 | 231.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 9 | 23 | 0 | 0.96 | 0.89 | 0.14 | 356 | 0.92 | 0.45 |
| Hex | DB | 9 | 17 | 0 | 60 | 59 | E | 164 | 5C | 2D |
| Octal | 333 | 11 | 27 | 0 | 140 | 131 | 16 | 544 | 134 | 55 |
| Binary | 11011011 | 1001 | 10111 | 0 | 1100000 | 1011001 | 1110 | 101100100 | 1011100 | 101101 |
Color Harmonies of #DB0917
Complementary color
Monochromatic Colors of #DB0917
Black with #DB0917
Text Example
Text Example
White with #DB0917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0917; }
p { color: rgb(219,9,23); }
H1.HeaderClassName
{
color: #DB0917;
}
.AnyTagClassName
{
color: #DB0917;
}
</style>
background-color css
<style>
a { background-color: #DB0917; }
a { background-color: rgb(219,9,23); }
div.DivClassName
{
background-color: #DB0917;
}
.BgClassName
{
background-color: #DB0917;
}
</style>
border-color css
<style>
span { border-color: #DB0917; }
span { border-color: rgb(219,9,23); }
td.TdClassName
{
border-color: #DB0917;
}
.TagClassName
{
border-color: #DB0917;
}
</style>