Shades of Venetian Red #DB0511
Tints of Venetian Red #DB0511
RGB
CMYK
RGB Variations
Color information
#DB0511 (or 0xDB0511) is known color: Venetian Red. HEX triplet: DB, 05 and 11. RGB value is (219,5,17). Sum of RGB (Red+Green+Blue) = 219+5+17=241 (31% of max value = 765). Red value is 219 (85.94% from 255 or 90.87% from 241); Green value is 5 (2.34% from 255 or 2.07% from 241); Blue value is 17 (7.03% from 255 or 7.05% from 241); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0511 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0511 is #24FAEE. Grayscale: #464646. Windows color (decimal): -2423535 or 1115611. OLE color: 1115611.
HSL color Cylindrical-coordinate representation of color #DB0511: hue angle of 356.64º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DB0511 is Cyan = 0, Magento = 0.98, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 5 | 17 | - |
| CMYK | 0 | 0.98 | 0.92 | 0.14 |
| HSL | 356.64º | 0.96% | 0.44% | - |
| HSV(B) | 356.64º | 0.98% | 0.86% | - |
| XYZ | 29.37 | 15.21 | 1.92 | - |
| YUV | 70.35 | 97.9 | 234.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 5 | 17 | 0 | 0.98 | 0.92 | 0.14 | 356.64 | 0.96 | 0.44 |
| Hex | DB | 5 | 11 | 0 | 62 | 5C | E | 165 | 60 | 2C |
| Octal | 333 | 5 | 21 | 0 | 142 | 134 | 16 | 545 | 140 | 54 |
| Binary | 11011011 | 101 | 10001 | 0 | 1100010 | 1011100 | 1110 | 101100101 | 1100000 | 101100 |
Color Harmonies of #DB0511
Complementary color
Monochromatic Colors of #DB0511
Black with #DB0511
Text Example
Text Example
White with #DB0511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0511; }
p { color: rgb(219,5,17); }
H1.HeaderClassName
{
color: #DB0511;
}
.AnyTagClassName
{
color: #DB0511;
}
</style>
background-color css
<style>
a { background-color: #DB0511; }
a { background-color: rgb(219,5,17); }
div.DivClassName
{
background-color: #DB0511;
}
.BgClassName
{
background-color: #DB0511;
}
</style>
border-color css
<style>
span { border-color: #DB0511; }
span { border-color: rgb(219,5,17); }
td.TdClassName
{
border-color: #DB0511;
}
.TagClassName
{
border-color: #DB0511;
}
</style>