Shades of Venetian Red #DB0607
Tints of Venetian Red #DB0607
RGB
CMYK
RGB Variations
Color information
#DB0607 (or 0xDB0607) is known color: Venetian Red. HEX triplet: DB, 06 and 07. RGB value is (219,6,7). Sum of RGB (Red+Green+Blue) = 219+6+7=232 (30% of max value = 765). Red value is 219 (85.94% from 255 or 94.40% from 232); Green value is 6 (2.73% from 255 or 2.59% from 232); Blue value is 7 (3.12% from 255 or 3.02% from 232); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0607 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0607 is #24F9F8. Grayscale: #464646. Windows color (decimal): -2423289 or 460507. OLE color: 460507.
HSL color Cylindrical-coordinate representation of color #DB0607: hue angle of 359.72º 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 #DB0607 is Cyan = 0, Magento = 0.97, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 6 | 7 | - |
| CMYK | 0 | 0.97 | 0.97 | 0.14 |
| HSL | 359.72º | 0.95% | 0.44% | - |
| HSV(B) | 359.72º | 0.97% | 0.86% | - |
| XYZ | 29.32 | 15.21 | 1.59 | - |
| YUV | 69.8 | 92.57 | 234.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 6 | 7 | 0 | 0.97 | 0.97 | 0.14 | 359.72 | 0.95 | 0.44 |
| Hex | DB | 6 | 7 | 0 | 61 | 61 | E | 168 | 5F | 2C |
| Octal | 333 | 6 | 7 | 0 | 141 | 141 | 16 | 550 | 137 | 54 |
| Binary | 11011011 | 110 | 111 | 0 | 1100001 | 1100001 | 1110 | 101101000 | 1011111 | 101100 |
Color Harmonies of #DB0607
Complementary color
Monochromatic Colors of #DB0607
Black with #DB0607
Text Example
Text Example
White with #DB0607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0607; }
p { color: rgb(219,6,7); }
H1.HeaderClassName
{
color: #DB0607;
}
.AnyTagClassName
{
color: #DB0607;
}
</style>
background-color css
<style>
a { background-color: #DB0607; }
a { background-color: rgb(219,6,7); }
div.DivClassName
{
background-color: #DB0607;
}
.BgClassName
{
background-color: #DB0607;
}
</style>
border-color css
<style>
span { border-color: #DB0607; }
span { border-color: rgb(219,6,7); }
td.TdClassName
{
border-color: #DB0607;
}
.TagClassName
{
border-color: #DB0607;
}
</style>