Shades of Venetian Red #DB0002
Tints of Venetian Red #DB0002
RGB
CMYK
RGB Variations
Color information
#DB0002 (or 0xDB0002) is known color: Venetian Red. HEX triplet: DB, 00 and 02. RGB value is (219,0,2). Sum of RGB (Red+Green+Blue) = 219+0+2=221 (29% of max value = 765). Red value is 219 (85.94% from 255 or 99.10% from 221); Green value is 0 (0.39% from 255 or 0% from 221); Blue value is 2 (1.17% from 255 or 0.90% from 221); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0002 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0002 is #24FFFD. Grayscale: #414141. Windows color (decimal): -2424830 or 131291. OLE color: 131291.
HSL color Cylindrical-coordinate representation of color #DB0002: hue angle of 359.45º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB0002 is Cyan = 0, Magento = 1, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 0 | 2 | - |
| CMYK | 0 | 1 | 0.99 | 0.14 |
| HSL | 359.45º | 1% | 0.43% | - |
| HSV(B) | 359.45º | 1% | 0.86% | - |
| XYZ | 29.22 | 15.06 | 1.42 | - |
| YUV | 65.71 | 92.05 | 237.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 0 | 2 | 0 | 1 | 0.99 | 0.14 | 359.45 | 1 | 0.43 |
| Hex | DB | 0 | 2 | 0 | 64 | 63 | E | 167 | 64 | 2B |
| Octal | 333 | 0 | 2 | 0 | 144 | 143 | 16 | 547 | 144 | 53 |
| Binary | 11011011 | 0 | 10 | 0 | 1100100 | 1100011 | 1110 | 101100111 | 1100100 | 101011 |
Color Harmonies of #DB0002
Complementary color
Monochromatic Colors of #DB0002
Black with #DB0002
Text Example
Text Example
White with #DB0002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0002; }
p { color: rgb(219,0,2); }
H1.HeaderClassName
{
color: #DB0002;
}
.AnyTagClassName
{
color: #DB0002;
}
</style>
background-color css
<style>
a { background-color: #DB0002; }
a { background-color: rgb(219,0,2); }
div.DivClassName
{
background-color: #DB0002;
}
.BgClassName
{
background-color: #DB0002;
}
</style>
border-color css
<style>
span { border-color: #DB0002; }
span { border-color: rgb(219,0,2); }
td.TdClassName
{
border-color: #DB0002;
}
.TagClassName
{
border-color: #DB0002;
}
</style>