Shades of Venetian Red #DB0011
Tints of Venetian Red #DB0011
RGB
CMYK
RGB Variations
Color information
#DB0011 (or 0xDB0011) is known color: Venetian Red. HEX triplet: DB, 00 and 11. RGB value is (219,0,17). Sum of RGB (Red+Green+Blue) = 219+0+17=236 (31% of max value = 765). Red value is 219 (85.94% from 255 or 92.80% from 236); Green value is 0 (0.39% from 255 or 0% from 236); Blue value is 17 (7.03% from 255 or 7.20% from 236); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0011 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0011 is #24FFEE. Grayscale: #434343. Windows color (decimal): -2424815 or 1114331. OLE color: 1114331.
HSL color Cylindrical-coordinate representation of color #DB0011: hue angle of 355.34º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB0011 is Cyan = 0, Magento = 1, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 0 | 17 | - |
| CMYK | 0 | 1 | 0.92 | 0.14 |
| HSL | 355.34º | 1% | 0.43% | - |
| HSV(B) | 355.34º | 1% | 0.86% | - |
| XYZ | 29.31 | 15.1 | 1.9 | - |
| YUV | 67.42 | 99.55 | 236.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 0 | 17 | 0 | 1 | 0.92 | 0.14 | 355.34 | 1 | 0.43 |
| Hex | DB | 0 | 11 | 0 | 64 | 5C | E | 163 | 64 | 2B |
| Octal | 333 | 0 | 21 | 0 | 144 | 134 | 16 | 543 | 144 | 53 |
| Binary | 11011011 | 0 | 10001 | 0 | 1100100 | 1011100 | 1110 | 101100011 | 1100100 | 101011 |
Color Harmonies of #DB0011
Complementary color
Monochromatic Colors of #DB0011
Black with #DB0011
Text Example
Text Example
White with #DB0011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0011; }
p { color: rgb(219,0,17); }
H1.HeaderClassName
{
color: #DB0011;
}
.AnyTagClassName
{
color: #DB0011;
}
</style>
background-color css
<style>
a { background-color: #DB0011; }
a { background-color: rgb(219,0,17); }
div.DivClassName
{
background-color: #DB0011;
}
.BgClassName
{
background-color: #DB0011;
}
</style>
border-color css
<style>
span { border-color: #DB0011; }
span { border-color: rgb(219,0,17); }
td.TdClassName
{
border-color: #DB0011;
}
.TagClassName
{
border-color: #DB0011;
}
</style>