Shades of Venetian Red #DB0710
Tints of Venetian Red #DB0710
RGB
CMYK
RGB Variations
Color information
#DB0710 (or 0xDB0710) is known color: Venetian Red. HEX triplet: DB, 07 and 10. RGB value is (219,7,16). Sum of RGB (Red+Green+Blue) = 219+7+16=242 (32% of max value = 765). Red value is 219 (85.94% from 255 or 90.50% from 242); Green value is 7 (3.12% from 255 or 2.89% from 242); Blue value is 16 (6.64% from 255 or 6.61% from 242); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0710 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0710 is #24F8EF. Grayscale: #474747. Windows color (decimal): -2423024 or 1050587. OLE color: 1050587.
HSL color Cylindrical-coordinate representation of color #DB0710: hue angle of 357.45º degrees, saturation: 0.94, 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 #DB0710 is Cyan = 0, Magento = 0.97, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 7 | 16 | - |
| CMYK | 0 | 0.97 | 0.93 | 0.14 |
| HSL | 357.45º | 0.94% | 0.44% | - |
| HSV(B) | 357.45º | 0.97% | 0.86% | - |
| XYZ | 29.38 | 15.25 | 1.88 | - |
| YUV | 71.41 | 96.74 | 233.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 7 | 16 | 0 | 0.97 | 0.93 | 0.14 | 357.45 | 0.94 | 0.44 |
| Hex | DB | 7 | 10 | 0 | 61 | 5D | E | 165 | 5E | 2C |
| Octal | 333 | 7 | 20 | 0 | 141 | 135 | 16 | 545 | 136 | 54 |
| Binary | 11011011 | 111 | 10000 | 0 | 1100001 | 1011101 | 1110 | 101100101 | 1011110 | 101100 |
Color Harmonies of #DB0710
Complementary color
Monochromatic Colors of #DB0710
Black with #DB0710
Text Example
Text Example
White with #DB0710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0710; }
p { color: rgb(219,7,16); }
H1.HeaderClassName
{
color: #DB0710;
}
.AnyTagClassName
{
color: #DB0710;
}
</style>
background-color css
<style>
a { background-color: #DB0710; }
a { background-color: rgb(219,7,16); }
div.DivClassName
{
background-color: #DB0710;
}
.BgClassName
{
background-color: #DB0710;
}
</style>
border-color css
<style>
span { border-color: #DB0710; }
span { border-color: rgb(219,7,16); }
td.TdClassName
{
border-color: #DB0710;
}
.TagClassName
{
border-color: #DB0710;
}
</style>