Shades of Venetian Red #DB0911
Tints of Venetian Red #DB0911
RGB
CMYK
RGB Variations
Color information
#DB0911 (or 0xDB0911) is known color: Venetian Red. HEX triplet: DB, 09 and 11. RGB value is (219,9,17). Sum of RGB (Red+Green+Blue) = 219+9+17=245 (32% of max value = 765). Red value is 219 (85.94% from 255 or 89.39% from 245); Green value is 9 (3.91% from 255 or 3.67% from 245); Blue value is 17 (7.03% from 255 or 6.94% from 245); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0911 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0911 is #24F6EE. Grayscale: #484848. Windows color (decimal): -2422511 or 1116635. OLE color: 1116635.
HSL color Cylindrical-coordinate representation of color #DB0911: hue angle of 357.71º degrees, saturation: 0.92, 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 #DB0911 is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 9 | 17 | - |
| CMYK | 0 | 0.96 | 0.92 | 0.14 |
| HSL | 357.71º | 0.92% | 0.45% | - |
| HSV(B) | 357.71º | 0.96% | 0.86% | - |
| XYZ | 29.41 | 15.3 | 1.93 | - |
| YUV | 72.7 | 96.57 | 232.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 9 | 17 | 0 | 0.96 | 0.92 | 0.14 | 357.71 | 0.92 | 0.45 |
| Hex | DB | 9 | 11 | 0 | 60 | 5C | E | 166 | 5C | 2D |
| Octal | 333 | 11 | 21 | 0 | 140 | 134 | 16 | 546 | 134 | 55 |
| Binary | 11011011 | 1001 | 10001 | 0 | 1100000 | 1011100 | 1110 | 101100110 | 1011100 | 101101 |
Color Harmonies of #DB0911
Complementary color
Monochromatic Colors of #DB0911
Black with #DB0911
Text Example
Text Example
White with #DB0911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0911; }
p { color: rgb(219,9,17); }
H1.HeaderClassName
{
color: #DB0911;
}
.AnyTagClassName
{
color: #DB0911;
}
</style>
background-color css
<style>
a { background-color: #DB0911; }
a { background-color: rgb(219,9,17); }
div.DivClassName
{
background-color: #DB0911;
}
.BgClassName
{
background-color: #DB0911;
}
</style>
border-color css
<style>
span { border-color: #DB0911; }
span { border-color: rgb(219,9,17); }
td.TdClassName
{
border-color: #DB0911;
}
.TagClassName
{
border-color: #DB0911;
}
</style>