Shades of Venetian Red #DB0316
Tints of Venetian Red #DB0316
RGB
CMYK
RGB Variations
Color information
#DB0316 (or 0xDB0316) is known color: Venetian Red. HEX triplet: DB, 03 and 16. RGB value is (219,3,22). Sum of RGB (Red+Green+Blue) = 219+3+22=244 (32% of max value = 765). Red value is 219 (85.94% from 255 or 89.75% from 244); Green value is 3 (1.56% from 255 or 1.23% from 244); Blue value is 22 (8.98% from 255 or 9.02% from 244); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0316 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0316 is #24FCE9. Grayscale: #454545. Windows color (decimal): -2424042 or 1442779. OLE color: 1442779.
HSL color Cylindrical-coordinate representation of color #DB0316: hue angle of 354.72º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB0316 is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 3 | 22 | - |
| CMYK | 0 | 0.99 | 0.90 | 0.14 |
| HSL | 354.72º | 0.97% | 0.44% | - |
| HSV(B) | 354.72º | 0.99% | 0.86% | - |
| XYZ | 29.39 | 15.18 | 2.14 | - |
| YUV | 69.75 | 101.06 | 234.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 3 | 22 | 0 | 0.99 | 0.90 | 0.14 | 354.72 | 0.97 | 0.44 |
| Hex | DB | 3 | 16 | 0 | 63 | 5A | E | 163 | 61 | 2C |
| Octal | 333 | 3 | 26 | 0 | 143 | 132 | 16 | 543 | 141 | 54 |
| Binary | 11011011 | 11 | 10110 | 0 | 1100011 | 1011010 | 1110 | 101100011 | 1100001 | 101100 |
Color Harmonies of #DB0316
Complementary color
Monochromatic Colors of #DB0316
Black with #DB0316
Text Example
Text Example
White with #DB0316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0316; }
p { color: rgb(219,3,22); }
H1.HeaderClassName
{
color: #DB0316;
}
.AnyTagClassName
{
color: #DB0316;
}
</style>
background-color css
<style>
a { background-color: #DB0316; }
a { background-color: rgb(219,3,22); }
div.DivClassName
{
background-color: #DB0316;
}
.BgClassName
{
background-color: #DB0316;
}
</style>
border-color css
<style>
span { border-color: #DB0316; }
span { border-color: rgb(219,3,22); }
td.TdClassName
{
border-color: #DB0316;
}
.TagClassName
{
border-color: #DB0316;
}
</style>