Shades of Venetian Red #DB0711
Tints of Venetian Red #DB0711
RGB
CMYK
RGB Variations
Color information
#DB0711 (or 0xDB0711) is known color: Venetian Red. HEX triplet: DB, 07 and 11. RGB value is (219,7,17). Sum of RGB (Red+Green+Blue) = 219+7+17=243 (32% of max value = 765). Red value is 219 (85.94% from 255 or 90.12% from 243); Green value is 7 (3.12% from 255 or 2.88% from 243); Blue value is 17 (7.03% from 255 or 7.00% from 243); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0711 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0711 is #24F8EE. Grayscale: #474747. Windows color (decimal): -2423023 or 1116123. OLE color: 1116123.
HSL color Cylindrical-coordinate representation of color #DB0711: hue angle of 357.17º 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 #DB0711 is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 7 | 17 | - |
| CMYK | 0 | 0.97 | 0.92 | 0.14 |
| HSL | 357.17º | 0.94% | 0.44% | - |
| HSV(B) | 357.17º | 0.97% | 0.86% | - |
| XYZ | 29.39 | 15.25 | 1.93 | - |
| YUV | 71.53 | 97.24 | 233.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 7 | 17 | 0 | 0.97 | 0.92 | 0.14 | 357.17 | 0.94 | 0.44 |
| Hex | DB | 7 | 11 | 0 | 61 | 5C | E | 165 | 5E | 2C |
| Octal | 333 | 7 | 21 | 0 | 141 | 134 | 16 | 545 | 136 | 54 |
| Binary | 11011011 | 111 | 10001 | 0 | 1100001 | 1011100 | 1110 | 101100101 | 1011110 | 101100 |
Color Harmonies of #DB0711
Complementary color
Monochromatic Colors of #DB0711
Black with #DB0711
Text Example
Text Example
White with #DB0711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0711; }
p { color: rgb(219,7,17); }
H1.HeaderClassName
{
color: #DB0711;
}
.AnyTagClassName
{
color: #DB0711;
}
</style>
background-color css
<style>
a { background-color: #DB0711; }
a { background-color: rgb(219,7,17); }
div.DivClassName
{
background-color: #DB0711;
}
.BgClassName
{
background-color: #DB0711;
}
</style>
border-color css
<style>
span { border-color: #DB0711; }
span { border-color: rgb(219,7,17); }
td.TdClassName
{
border-color: #DB0711;
}
.TagClassName
{
border-color: #DB0711;
}
</style>