Shades of Venetian Red #DB0021
Tints of Venetian Red #DB0021
RGB
CMYK
RGB Variations
Color information
#DB0021 (or 0xDB0021) is known color: Venetian Red. HEX triplet: DB, 00 and 21. RGB value is (219,0,33). Sum of RGB (Red+Green+Blue) = 219+0+33=252 (33% of max value = 765). Red value is 219 (85.94% from 255 or 86.90% from 252); Green value is 0 (0.39% from 255 or 0% from 252); Blue value is 33 (13.28% from 255 or 13.10% from 252); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0021 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0021 is #24FFDE. Grayscale: #454545. Windows color (decimal): -2424799 or 2162907. OLE color: 2162907.
HSL color Cylindrical-coordinate representation of color #DB0021: hue angle of 350.96º 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 #DB0021 is Cyan = 0, Magento = 1, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 0 | 33 | - |
| CMYK | 0 | 1 | 0.85 | 0.14 |
| HSL | 350.96º | 1% | 0.43% | - |
| HSV(B) | 350.96º | 1% | 0.86% | - |
| XYZ | 29.49 | 15.17 | 2.81 | - |
| YUV | 69.24 | 107.55 | 234.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 0 | 33 | 0 | 1 | 0.85 | 0.14 | 350.96 | 1 | 0.43 |
| Hex | DB | 0 | 21 | 0 | 64 | 55 | E | 15F | 64 | 2B |
| Octal | 333 | 0 | 41 | 0 | 144 | 125 | 16 | 537 | 144 | 53 |
| Binary | 11011011 | 0 | 100001 | 0 | 1100100 | 1010101 | 1110 | 101011111 | 1100100 | 101011 |
Color Harmonies of #DB0021
Complementary color
Monochromatic Colors of #DB0021
Black with #DB0021
Text Example
Text Example
White with #DB0021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0021; }
p { color: rgb(219,0,33); }
H1.HeaderClassName
{
color: #DB0021;
}
.AnyTagClassName
{
color: #DB0021;
}
</style>
background-color css
<style>
a { background-color: #DB0021; }
a { background-color: rgb(219,0,33); }
div.DivClassName
{
background-color: #DB0021;
}
.BgClassName
{
background-color: #DB0021;
}
</style>
border-color css
<style>
span { border-color: #DB0021; }
span { border-color: rgb(219,0,33); }
td.TdClassName
{
border-color: #DB0021;
}
.TagClassName
{
border-color: #DB0021;
}
</style>