Shades of Venetian Red #DB0311
Tints of Venetian Red #DB0311
RGB
CMYK
RGB Variations
Color information
#DB0311 (or 0xDB0311) is known color: Venetian Red. HEX triplet: DB, 03 and 11. RGB value is (219,3,17). Sum of RGB (Red+Green+Blue) = 219+3+17=239 (31% of max value = 765). Red value is 219 (85.94% from 255 or 91.63% from 239); Green value is 3 (1.56% from 255 or 1.26% from 239); Blue value is 17 (7.03% from 255 or 7.11% from 239); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0311 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0311 is #24FCEE. Grayscale: #454545. Windows color (decimal): -2424047 or 1115099. OLE color: 1115099.
HSL color Cylindrical-coordinate representation of color #DB0311: hue angle of 356.11º 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 #DB0311 is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 3 | 17 | - |
| CMYK | 0 | 0.99 | 0.92 | 0.14 |
| HSL | 356.11º | 0.97% | 0.44% | - |
| HSV(B) | 356.11º | 0.99% | 0.86% | - |
| XYZ | 29.35 | 15.17 | 1.91 | - |
| YUV | 69.18 | 98.56 | 234.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 3 | 17 | 0 | 0.99 | 0.92 | 0.14 | 356.11 | 0.97 | 0.44 |
| Hex | DB | 3 | 11 | 0 | 63 | 5C | E | 164 | 61 | 2C |
| Octal | 333 | 3 | 21 | 0 | 143 | 134 | 16 | 544 | 141 | 54 |
| Binary | 11011011 | 11 | 10001 | 0 | 1100011 | 1011100 | 1110 | 101100100 | 1100001 | 101100 |
Color Harmonies of #DB0311
Complementary color
Monochromatic Colors of #DB0311
Black with #DB0311
Text Example
Text Example
White with #DB0311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0311; }
p { color: rgb(219,3,17); }
H1.HeaderClassName
{
color: #DB0311;
}
.AnyTagClassName
{
color: #DB0311;
}
</style>
background-color css
<style>
a { background-color: #DB0311; }
a { background-color: rgb(219,3,17); }
div.DivClassName
{
background-color: #DB0311;
}
.BgClassName
{
background-color: #DB0311;
}
</style>
border-color css
<style>
span { border-color: #DB0311; }
span { border-color: rgb(219,3,17); }
td.TdClassName
{
border-color: #DB0311;
}
.TagClassName
{
border-color: #DB0311;
}
</style>