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