Shades of Venetian Red #DB0913
Tints of Venetian Red #DB0913
RGB
CMYK
RGB Variations
Color information
#DB0913 (or 0xDB0913) is known color: Venetian Red. HEX triplet: DB, 09 and 13. RGB value is (219,9,19). Sum of RGB (Red+Green+Blue) = 219+9+19=247 (32% of max value = 765). Red value is 219 (85.94% from 255 or 88.66% from 247); Green value is 9 (3.91% from 255 or 3.64% from 247); Blue value is 19 (7.81% from 255 or 7.69% from 247); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0913 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0913 is #24F6EC. Grayscale: #494949. Windows color (decimal): -2422509 or 1247707. OLE color: 1247707.
HSL color Cylindrical-coordinate representation of color #DB0913: hue angle of 357.14º 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 #DB0913 is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 9 | 19 | - |
| CMYK | 0 | 0.96 | 0.91 | 0.14 |
| HSL | 357.14º | 0.92% | 0.45% | - |
| HSV(B) | 357.14º | 0.96% | 0.86% | - |
| XYZ | 29.43 | 15.3 | 2.02 | - |
| YUV | 72.93 | 97.57 | 232.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 9 | 19 | 0 | 0.96 | 0.91 | 0.14 | 357.14 | 0.92 | 0.45 |
| Hex | DB | 9 | 13 | 0 | 60 | 5B | E | 165 | 5C | 2D |
| Octal | 333 | 11 | 23 | 0 | 140 | 133 | 16 | 545 | 134 | 55 |
| Binary | 11011011 | 1001 | 10011 | 0 | 1100000 | 1011011 | 1110 | 101100101 | 1011100 | 101101 |
Color Harmonies of #DB0913
Complementary color
Monochromatic Colors of #DB0913
Black with #DB0913
Text Example
Text Example
White with #DB0913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0913; }
p { color: rgb(219,9,19); }
H1.HeaderClassName
{
color: #DB0913;
}
.AnyTagClassName
{
color: #DB0913;
}
</style>
background-color css
<style>
a { background-color: #DB0913; }
a { background-color: rgb(219,9,19); }
div.DivClassName
{
background-color: #DB0913;
}
.BgClassName
{
background-color: #DB0913;
}
</style>
border-color css
<style>
span { border-color: #DB0913; }
span { border-color: rgb(219,9,19); }
td.TdClassName
{
border-color: #DB0913;
}
.TagClassName
{
border-color: #DB0913;
}
</style>