Shades of Venetian Red #DB0816
Tints of Venetian Red #DB0816
RGB
CMYK
RGB Variations
Color information
#DB0816 (or 0xDB0816) is known color: Venetian Red. HEX triplet: DB, 08 and 16. RGB value is (219,8,22). Sum of RGB (Red+Green+Blue) = 219+8+22=249 (32% of max value = 765). Red value is 219 (85.94% from 255 or 87.95% from 249); Green value is 8 (3.52% from 255 or 3.21% from 249); Blue value is 22 (8.98% from 255 or 8.84% from 249); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0816 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0816 is #24F7E9. Grayscale: #484848. Windows color (decimal): -2422762 or 1444059. OLE color: 1444059.
HSL color Cylindrical-coordinate representation of color #DB0816: hue angle of 356.02º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DB0816 is Cyan = 0, Magento = 0.96, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 8 | 22 | - |
| CMYK | 0 | 0.96 | 0.90 | 0.14 |
| HSL | 356.02º | 0.93% | 0.45% | - |
| HSV(B) | 356.02º | 0.96% | 0.86% | - |
| XYZ | 29.45 | 15.29 | 2.16 | - |
| YUV | 72.69 | 99.4 | 232.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 8 | 22 | 0 | 0.96 | 0.90 | 0.14 | 356.02 | 0.93 | 0.45 |
| Hex | DB | 8 | 16 | 0 | 60 | 5A | E | 164 | 5D | 2D |
| Octal | 333 | 10 | 26 | 0 | 140 | 132 | 16 | 544 | 135 | 55 |
| Binary | 11011011 | 1000 | 10110 | 0 | 1100000 | 1011010 | 1110 | 101100100 | 1011101 | 101101 |
Color Harmonies of #DB0816
Complementary color
Monochromatic Colors of #DB0816
Black with #DB0816
Text Example
Text Example
White with #DB0816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0816; }
p { color: rgb(219,8,22); }
H1.HeaderClassName
{
color: #DB0816;
}
.AnyTagClassName
{
color: #DB0816;
}
</style>
background-color css
<style>
a { background-color: #DB0816; }
a { background-color: rgb(219,8,22); }
div.DivClassName
{
background-color: #DB0816;
}
.BgClassName
{
background-color: #DB0816;
}
</style>
border-color css
<style>
span { border-color: #DB0816; }
span { border-color: rgb(219,8,22); }
td.TdClassName
{
border-color: #DB0816;
}
.TagClassName
{
border-color: #DB0816;
}
</style>