Shades of Venetian Red #DB0914
Tints of Venetian Red #DB0914
RGB
CMYK
RGB Variations
Color information
#DB0914 (or 0xDB0914) is known color: Venetian Red. HEX triplet: DB, 09 and 14. RGB value is (219,9,20). Sum of RGB (Red+Green+Blue) = 219+9+20=248 (32% of max value = 765). Red value is 219 (85.94% from 255 or 88.31% from 248); Green value is 9 (3.91% from 255 or 3.63% from 248); Blue value is 20 (8.20% from 255 or 8.06% from 248); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0914 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0914 is #24F6EB. Grayscale: #494949. Windows color (decimal): -2422508 or 1313243. OLE color: 1313243.
HSL color Cylindrical-coordinate representation of color #DB0914: hue angle of 356.86º 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 #DB0914 is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 9 | 20 | - |
| CMYK | 0 | 0.96 | 0.91 | 0.14 |
| HSL | 356.86º | 0.92% | 0.45% | - |
| HSV(B) | 356.86º | 0.96% | 0.86% | - |
| XYZ | 29.44 | 15.31 | 2.06 | - |
| YUV | 73.04 | 98.07 | 232.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 9 | 20 | 0 | 0.96 | 0.91 | 0.14 | 356.86 | 0.92 | 0.45 |
| Hex | DB | 9 | 14 | 0 | 60 | 5B | E | 165 | 5C | 2D |
| Octal | 333 | 11 | 24 | 0 | 140 | 133 | 16 | 545 | 134 | 55 |
| Binary | 11011011 | 1001 | 10100 | 0 | 1100000 | 1011011 | 1110 | 101100101 | 1011100 | 101101 |
Color Harmonies of #DB0914
Complementary color
Monochromatic Colors of #DB0914
Black with #DB0914
Text Example
Text Example
White with #DB0914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0914; }
p { color: rgb(219,9,20); }
H1.HeaderClassName
{
color: #DB0914;
}
.AnyTagClassName
{
color: #DB0914;
}
</style>
background-color css
<style>
a { background-color: #DB0914; }
a { background-color: rgb(219,9,20); }
div.DivClassName
{
background-color: #DB0914;
}
.BgClassName
{
background-color: #DB0914;
}
</style>
border-color css
<style>
span { border-color: #DB0914; }
span { border-color: rgb(219,9,20); }
td.TdClassName
{
border-color: #DB0914;
}
.TagClassName
{
border-color: #DB0914;
}
</style>