Shades of Venetian Red #DB0217
Tints of Venetian Red #DB0217
RGB
CMYK
RGB Variations
Color information
#DB0217 (or 0xDB0217) is known color: Venetian Red. HEX triplet: DB, 02 and 17. RGB value is (219,2,23). Sum of RGB (Red+Green+Blue) = 219+2+23=244 (32% of max value = 765). Red value is 219 (85.94% from 255 or 89.75% from 244); Green value is 2 (1.17% from 255 or 0.82% from 244); Blue value is 23 (9.38% from 255 or 9.43% from 244); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0217 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0217 is #24FDE8. Grayscale: #454545. Windows color (decimal): -2424297 or 1508059. OLE color: 1508059.
HSL color Cylindrical-coordinate representation of color #DB0217: hue angle of 354.19º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB0217 is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 2 | 23 | - |
| CMYK | 0 | 0.99 | 0.89 | 0.14 |
| HSL | 354.19º | 0.98% | 0.43% | - |
| HSV(B) | 354.19º | 0.99% | 0.86% | - |
| XYZ | 29.39 | 15.17 | 2.19 | - |
| YUV | 69.28 | 101.89 | 234.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 2 | 23 | 0 | 0.99 | 0.89 | 0.14 | 354.19 | 0.98 | 0.43 |
| Hex | DB | 2 | 17 | 0 | 63 | 59 | E | 162 | 62 | 2B |
| Octal | 333 | 2 | 27 | 0 | 143 | 131 | 16 | 542 | 142 | 53 |
| Binary | 11011011 | 10 | 10111 | 0 | 1100011 | 1011001 | 1110 | 101100010 | 1100010 | 101011 |
Color Harmonies of #DB0217
Complementary color
Monochromatic Colors of #DB0217
Black with #DB0217
Text Example
Text Example
White with #DB0217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0217; }
p { color: rgb(219,2,23); }
H1.HeaderClassName
{
color: #DB0217;
}
.AnyTagClassName
{
color: #DB0217;
}
</style>
background-color css
<style>
a { background-color: #DB0217; }
a { background-color: rgb(219,2,23); }
div.DivClassName
{
background-color: #DB0217;
}
.BgClassName
{
background-color: #DB0217;
}
</style>
border-color css
<style>
span { border-color: #DB0217; }
span { border-color: rgb(219,2,23); }
td.TdClassName
{
border-color: #DB0217;
}
.TagClassName
{
border-color: #DB0217;
}
</style>