Shades of Venetian Red #DB0509
Tints of Venetian Red #DB0509
RGB
CMYK
RGB Variations
Color information
#DB0509 (or 0xDB0509) is known color: Venetian Red. HEX triplet: DB, 05 and 09. RGB value is (219,5,9). Sum of RGB (Red+Green+Blue) = 219+5+9=233 (30% of max value = 765). Red value is 219 (85.94% from 255 or 93.99% from 233); Green value is 5 (2.34% from 255 or 2.15% from 233); Blue value is 9 (3.91% from 255 or 3.86% from 233); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0509 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0509 is #24FAF6. Grayscale: #454545. Windows color (decimal): -2423543 or 591323. OLE color: 591323.
HSL color Cylindrical-coordinate representation of color #DB0509: hue angle of 358.88º 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 #DB0509 is Cyan = 0, Magento = 0.98, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 5 | 9 | - |
| CMYK | 0 | 0.98 | 0.96 | 0.14 |
| HSL | 358.88º | 0.96% | 0.44% | - |
| HSV(B) | 358.88º | 0.98% | 0.86% | - |
| XYZ | 29.32 | 15.19 | 1.64 | - |
| YUV | 69.44 | 93.9 | 234.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 5 | 9 | 0 | 0.98 | 0.96 | 0.14 | 358.88 | 0.96 | 0.44 |
| Hex | DB | 5 | 9 | 0 | 62 | 60 | E | 167 | 60 | 2C |
| Octal | 333 | 5 | 11 | 0 | 142 | 140 | 16 | 547 | 140 | 54 |
| Binary | 11011011 | 101 | 1001 | 0 | 1100010 | 1100000 | 1110 | 101100111 | 1100000 | 101100 |
Color Harmonies of #DB0509
Complementary color
Monochromatic Colors of #DB0509
Black with #DB0509
Text Example
Text Example
White with #DB0509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0509; }
p { color: rgb(219,5,9); }
H1.HeaderClassName
{
color: #DB0509;
}
.AnyTagClassName
{
color: #DB0509;
}
</style>
background-color css
<style>
a { background-color: #DB0509; }
a { background-color: rgb(219,5,9); }
div.DivClassName
{
background-color: #DB0509;
}
.BgClassName
{
background-color: #DB0509;
}
</style>
border-color css
<style>
span { border-color: #DB0509; }
span { border-color: rgb(219,5,9); }
td.TdClassName
{
border-color: #DB0509;
}
.TagClassName
{
border-color: #DB0509;
}
</style>