Shades of Venetian Red #DB0006
Tints of Venetian Red #DB0006
RGB
CMYK
RGB Variations
Color information
#DB0006 (or 0xDB0006) is known color: Venetian Red. HEX triplet: DB, 00 and 06. RGB value is (219,0,6). Sum of RGB (Red+Green+Blue) = 219+0+6=225 (29% of max value = 765). Red value is 219 (85.94% from 255 or 97.33% from 225); Green value is 0 (0.39% from 255 or 0% from 225); Blue value is 6 (2.73% from 255 or 2.67% from 225); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0006 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0006 is #24FFF9. Grayscale: #424242. Windows color (decimal): -2424826 or 393435. OLE color: 393435.
HSL color Cylindrical-coordinate representation of color #DB0006: hue angle of 358.36º 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 #DB0006 is Cyan = 0, Magento = 1, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 0 | 6 | - |
| CMYK | 0 | 1 | 0.97 | 0.14 |
| HSL | 358.36º | 1% | 0.43% | - |
| HSV(B) | 358.36º | 1% | 0.86% | - |
| XYZ | 29.25 | 15.07 | 1.54 | - |
| YUV | 66.17 | 94.05 | 237.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 0 | 6 | 0 | 1 | 0.97 | 0.14 | 358.36 | 1 | 0.43 |
| Hex | DB | 0 | 6 | 0 | 64 | 61 | E | 166 | 64 | 2B |
| Octal | 333 | 0 | 6 | 0 | 144 | 141 | 16 | 546 | 144 | 53 |
| Binary | 11011011 | 0 | 110 | 0 | 1100100 | 1100001 | 1110 | 101100110 | 1100100 | 101011 |
Color Harmonies of #DB0006
Complementary color
Monochromatic Colors of #DB0006
Black with #DB0006
Text Example
Text Example
White with #DB0006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0006; }
p { color: rgb(219,0,6); }
H1.HeaderClassName
{
color: #DB0006;
}
.AnyTagClassName
{
color: #DB0006;
}
</style>
background-color css
<style>
a { background-color: #DB0006; }
a { background-color: rgb(219,0,6); }
div.DivClassName
{
background-color: #DB0006;
}
.BgClassName
{
background-color: #DB0006;
}
</style>
border-color css
<style>
span { border-color: #DB0006; }
span { border-color: rgb(219,0,6); }
td.TdClassName
{
border-color: #DB0006;
}
.TagClassName
{
border-color: #DB0006;
}
</style>