Shades of Venetian Red #DB0608
Tints of Venetian Red #DB0608
RGB
CMYK
RGB Variations
Color information
#DB0608 (or 0xDB0608) is known color: Venetian Red. HEX triplet: DB, 06 and 08. RGB value is (219,6,8). Sum of RGB (Red+Green+Blue) = 219+6+8=233 (30% of max value = 765). Red value is 219 (85.94% from 255 or 93.99% from 233); Green value is 6 (2.73% from 255 or 2.58% from 233); Blue value is 8 (3.52% from 255 or 3.43% from 233); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0608 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0608 is #24F9F7. Grayscale: #464646. Windows color (decimal): -2423288 or 526043. OLE color: 526043.
HSL color Cylindrical-coordinate representation of color #DB0608: hue angle of 359.44º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DB0608 is Cyan = 0, Magento = 0.97, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 6 | 8 | - |
| CMYK | 0 | 0.97 | 0.96 | 0.14 |
| HSL | 359.44º | 0.95% | 0.44% | - |
| HSV(B) | 359.44º | 0.97% | 0.86% | - |
| XYZ | 29.32 | 15.21 | 1.62 | - |
| YUV | 69.92 | 93.07 | 234.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 6 | 8 | 0 | 0.97 | 0.96 | 0.14 | 359.44 | 0.95 | 0.44 |
| Hex | DB | 6 | 8 | 0 | 61 | 60 | E | 167 | 5F | 2C |
| Octal | 333 | 6 | 10 | 0 | 141 | 140 | 16 | 547 | 137 | 54 |
| Binary | 11011011 | 110 | 1000 | 0 | 1100001 | 1100000 | 1110 | 101100111 | 1011111 | 101100 |
Color Harmonies of #DB0608
Complementary color
Monochromatic Colors of #DB0608
Black with #DB0608
Text Example
Text Example
White with #DB0608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0608; }
p { color: rgb(219,6,8); }
H1.HeaderClassName
{
color: #DB0608;
}
.AnyTagClassName
{
color: #DB0608;
}
</style>
background-color css
<style>
a { background-color: #DB0608; }
a { background-color: rgb(219,6,8); }
div.DivClassName
{
background-color: #DB0608;
}
.BgClassName
{
background-color: #DB0608;
}
</style>
border-color css
<style>
span { border-color: #DB0608; }
span { border-color: rgb(219,6,8); }
td.TdClassName
{
border-color: #DB0608;
}
.TagClassName
{
border-color: #DB0608;
}
</style>