Shades of Venetian Red #DB0211
Tints of Venetian Red #DB0211
RGB
CMYK
RGB Variations
Color information
#DB0211 (or 0xDB0211) is known color: Venetian Red. HEX triplet: DB, 02 and 11. RGB value is (219,2,17). Sum of RGB (Red+Green+Blue) = 219+2+17=238 (31% of max value = 765). Red value is 219 (85.94% from 255 or 92.02% from 238); Green value is 2 (1.17% from 255 or 0.84% from 238); Blue value is 17 (7.03% from 255 or 7.14% from 238); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0211 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0211 is #24FDEE. Grayscale: #444444. Windows color (decimal): -2424303 or 1114843. OLE color: 1114843.
HSL color Cylindrical-coordinate representation of color #DB0211: hue angle of 355.85º 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 #DB0211 is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 2 | 17 | - |
| CMYK | 0 | 0.99 | 0.92 | 0.14 |
| HSL | 355.85º | 0.98% | 0.43% | - |
| HSV(B) | 355.85º | 0.99% | 0.86% | - |
| XYZ | 29.34 | 15.14 | 1.91 | - |
| YUV | 68.59 | 98.89 | 235.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 2 | 17 | 0 | 0.99 | 0.92 | 0.14 | 355.85 | 0.98 | 0.43 |
| Hex | DB | 2 | 11 | 0 | 63 | 5C | E | 164 | 62 | 2B |
| Octal | 333 | 2 | 21 | 0 | 143 | 134 | 16 | 544 | 142 | 53 |
| Binary | 11011011 | 10 | 10001 | 0 | 1100011 | 1011100 | 1110 | 101100100 | 1100010 | 101011 |
Color Harmonies of #DB0211
Complementary color
Monochromatic Colors of #DB0211
Black with #DB0211
Text Example
Text Example
White with #DB0211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0211; }
p { color: rgb(219,2,17); }
H1.HeaderClassName
{
color: #DB0211;
}
.AnyTagClassName
{
color: #DB0211;
}
</style>
background-color css
<style>
a { background-color: #DB0211; }
a { background-color: rgb(219,2,17); }
div.DivClassName
{
background-color: #DB0211;
}
.BgClassName
{
background-color: #DB0211;
}
</style>
border-color css
<style>
span { border-color: #DB0211; }
span { border-color: rgb(219,2,17); }
td.TdClassName
{
border-color: #DB0211;
}
.TagClassName
{
border-color: #DB0211;
}
</style>