Shades of Venetian Red #DB0406
Tints of Venetian Red #DB0406
RGB
CMYK
RGB Variations
Color information
#DB0406 (or 0xDB0406) is known color: Venetian Red. HEX triplet: DB, 04 and 06. RGB value is (219,4,6). Sum of RGB (Red+Green+Blue) = 219+4+6=229 (30% of max value = 765). Red value is 219 (85.94% from 255 or 95.63% from 229); Green value is 4 (1.95% from 255 or 1.75% from 229); Blue value is 6 (2.73% from 255 or 2.62% from 229); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0406 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0406 is #24FBF9. Grayscale: #444444. Windows color (decimal): -2423802 or 394459. OLE color: 394459.
HSL color Cylindrical-coordinate representation of color #DB0406: hue angle of 359.44º 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 #DB0406 is Cyan = 0, Magento = 0.98, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 4 | 6 | - |
| CMYK | 0 | 0.98 | 0.97 | 0.14 |
| HSL | 359.44º | 0.96% | 0.44% | - |
| HSV(B) | 359.44º | 0.98% | 0.86% | - |
| XYZ | 29.29 | 15.16 | 1.55 | - |
| YUV | 68.51 | 92.73 | 235.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 4 | 6 | 0 | 0.98 | 0.97 | 0.14 | 359.44 | 0.96 | 0.44 |
| Hex | DB | 4 | 6 | 0 | 62 | 61 | E | 167 | 60 | 2C |
| Octal | 333 | 4 | 6 | 0 | 142 | 141 | 16 | 547 | 140 | 54 |
| Binary | 11011011 | 100 | 110 | 0 | 1100010 | 1100001 | 1110 | 101100111 | 1100000 | 101100 |
Color Harmonies of #DB0406
Complementary color
Monochromatic Colors of #DB0406
Black with #DB0406
Text Example
Text Example
White with #DB0406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0406; }
p { color: rgb(219,4,6); }
H1.HeaderClassName
{
color: #DB0406;
}
.AnyTagClassName
{
color: #DB0406;
}
</style>
background-color css
<style>
a { background-color: #DB0406; }
a { background-color: rgb(219,4,6); }
div.DivClassName
{
background-color: #DB0406;
}
.BgClassName
{
background-color: #DB0406;
}
</style>
border-color css
<style>
span { border-color: #DB0406; }
span { border-color: rgb(219,4,6); }
td.TdClassName
{
border-color: #DB0406;
}
.TagClassName
{
border-color: #DB0406;
}
</style>