Shades of Venetian Red #DB0910
Tints of Venetian Red #DB0910
RGB
CMYK
RGB Variations
Color information
#DB0910 (or 0xDB0910) is known color: Venetian Red. HEX triplet: DB, 09 and 10. RGB value is (219,9,16). Sum of RGB (Red+Green+Blue) = 219+9+16=244 (32% of max value = 765). Red value is 219 (85.94% from 255 or 89.75% from 244); Green value is 9 (3.91% from 255 or 3.69% from 244); Blue value is 16 (6.64% from 255 or 6.56% from 244); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0910 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0910 is #24F6EF. Grayscale: #484848. Windows color (decimal): -2422512 or 1051099. OLE color: 1051099.
HSL color Cylindrical-coordinate representation of color #DB0910: hue angle of 358º 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 #DB0910 is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 9 | 16 | - |
| CMYK | 0 | 0.96 | 0.93 | 0.14 |
| HSL | 358º | 0.92% | 0.45% | - |
| HSV(B) | 358º | 0.96% | 0.86% | - |
| XYZ | 29.4 | 15.29 | 1.89 | - |
| YUV | 72.59 | 96.07 | 232.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 9 | 16 | 0 | 0.96 | 0.93 | 0.14 | 358 | 0.92 | 0.45 |
| Hex | DB | 9 | 10 | 0 | 60 | 5D | E | 166 | 5C | 2D |
| Octal | 333 | 11 | 20 | 0 | 140 | 135 | 16 | 546 | 134 | 55 |
| Binary | 11011011 | 1001 | 10000 | 0 | 1100000 | 1011101 | 1110 | 101100110 | 1011100 | 101101 |
Color Harmonies of #DB0910
Complementary color
Monochromatic Colors of #DB0910
Black with #DB0910
Text Example
Text Example
White with #DB0910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0910; }
p { color: rgb(219,9,16); }
H1.HeaderClassName
{
color: #DB0910;
}
.AnyTagClassName
{
color: #DB0910;
}
</style>
background-color css
<style>
a { background-color: #DB0910; }
a { background-color: rgb(219,9,16); }
div.DivClassName
{
background-color: #DB0910;
}
.BgClassName
{
background-color: #DB0910;
}
</style>
border-color css
<style>
span { border-color: #DB0910; }
span { border-color: rgb(219,9,16); }
td.TdClassName
{
border-color: #DB0910;
}
.TagClassName
{
border-color: #DB0910;
}
</style>