Shades of Venetian Red #DB0918
Tints of Venetian Red #DB0918
RGB
CMYK
RGB Variations
Color information
#DB0918 (or 0xDB0918) is known color: Venetian Red. HEX triplet: DB, 09 and 18. RGB value is (219,9,24). Sum of RGB (Red+Green+Blue) = 219+9+24=252 (33% of max value = 765). Red value is 219 (85.94% from 255 or 86.90% from 252); Green value is 9 (3.91% from 255 or 3.57% from 252); Blue value is 24 (9.77% from 255 or 9.52% from 252); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0918 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0918 is #24F6E7. Grayscale: #494949. Windows color (decimal): -2422504 or 1575387. OLE color: 1575387.
HSL color Cylindrical-coordinate representation of color #DB0918: hue angle of 355.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 #DB0918 is Cyan = 0, Magento = 0.96, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 9 | 24 | - |
| CMYK | 0 | 0.96 | 0.89 | 0.14 |
| HSL | 355.71º | 0.92% | 0.45% | - |
| HSV(B) | 355.71º | 0.96% | 0.86% | - |
| XYZ | 29.48 | 15.32 | 2.27 | - |
| YUV | 73.5 | 100.07 | 231.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 9 | 24 | 0 | 0.96 | 0.89 | 0.14 | 355.71 | 0.92 | 0.45 |
| Hex | DB | 9 | 18 | 0 | 60 | 59 | E | 164 | 5C | 2D |
| Octal | 333 | 11 | 30 | 0 | 140 | 131 | 16 | 544 | 134 | 55 |
| Binary | 11011011 | 1001 | 11000 | 0 | 1100000 | 1011001 | 1110 | 101100100 | 1011100 | 101101 |
Color Harmonies of #DB0918
Complementary color
Monochromatic Colors of #DB0918
Black with #DB0918
Text Example
Text Example
White with #DB0918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0918; }
p { color: rgb(219,9,24); }
H1.HeaderClassName
{
color: #DB0918;
}
.AnyTagClassName
{
color: #DB0918;
}
</style>
background-color css
<style>
a { background-color: #DB0918; }
a { background-color: rgb(219,9,24); }
div.DivClassName
{
background-color: #DB0918;
}
.BgClassName
{
background-color: #DB0918;
}
</style>
border-color css
<style>
span { border-color: #DB0918; }
span { border-color: rgb(219,9,24); }
td.TdClassName
{
border-color: #DB0918;
}
.TagClassName
{
border-color: #DB0918;
}
</style>