Shades of Venetian Red #DB0817
Tints of Venetian Red #DB0817
RGB
CMYK
RGB Variations
Color information
#DB0817 (or 0xDB0817) is known color: Venetian Red. HEX triplet: DB, 08 and 17. RGB value is (219,8,23). Sum of RGB (Red+Green+Blue) = 219+8+23=250 (33% of max value = 765). Red value is 219 (85.94% from 255 or 87.6% from 250); Green value is 8 (3.52% from 255 or 3.2% from 250); Blue value is 23 (9.38% from 255 or 9.2% from 250); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0817 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0817 is #24F7E8. Grayscale: #484848. Windows color (decimal): -2422761 or 1509595. OLE color: 1509595.
HSL color Cylindrical-coordinate representation of color #DB0817: hue angle of 355.73º degrees, saturation: 0.93, 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 #DB0817 is Cyan = 0, Magento = 0.96, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 8 | 23 | - |
| CMYK | 0 | 0.96 | 0.89 | 0.14 |
| HSL | 355.73º | 0.93% | 0.45% | - |
| HSV(B) | 355.73º | 0.96% | 0.86% | - |
| XYZ | 29.45 | 15.3 | 2.21 | - |
| YUV | 72.8 | 99.9 | 232.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 8 | 23 | 0 | 0.96 | 0.89 | 0.14 | 355.73 | 0.93 | 0.45 |
| Hex | DB | 8 | 17 | 0 | 60 | 59 | E | 164 | 5D | 2D |
| Octal | 333 | 10 | 27 | 0 | 140 | 131 | 16 | 544 | 135 | 55 |
| Binary | 11011011 | 1000 | 10111 | 0 | 1100000 | 1011001 | 1110 | 101100100 | 1011101 | 101101 |
Color Harmonies of #DB0817
Complementary color
Monochromatic Colors of #DB0817
Black with #DB0817
Text Example
Text Example
White with #DB0817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0817; }
p { color: rgb(219,8,23); }
H1.HeaderClassName
{
color: #DB0817;
}
.AnyTagClassName
{
color: #DB0817;
}
</style>
background-color css
<style>
a { background-color: #DB0817; }
a { background-color: rgb(219,8,23); }
div.DivClassName
{
background-color: #DB0817;
}
.BgClassName
{
background-color: #DB0817;
}
</style>
border-color css
<style>
span { border-color: #DB0817; }
span { border-color: rgb(219,8,23); }
td.TdClassName
{
border-color: #DB0817;
}
.TagClassName
{
border-color: #DB0817;
}
</style>