Shades of Venetian Red #DB0221
Tints of Venetian Red #DB0221
RGB
CMYK
RGB Variations
Color information
#DB0221 (or 0xDB0221) is known color: Venetian Red. HEX triplet: DB, 02 and 21. RGB value is (219,2,33). Sum of RGB (Red+Green+Blue) = 219+2+33=254 (33% of max value = 765). Red value is 219 (85.94% from 255 or 86.22% from 254); Green value is 2 (1.17% from 255 or 0.79% from 254); Blue value is 33 (13.28% from 255 or 12.99% from 254); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0221 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0221 is #24FDDE. Grayscale: #464646. Windows color (decimal): -2424287 or 2163419. OLE color: 2163419.
HSL color Cylindrical-coordinate representation of color #DB0221: hue angle of 351.43º 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 #DB0221 is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 2 | 33 | - |
| CMYK | 0 | 0.99 | 0.85 | 0.14 |
| HSL | 351.43º | 0.98% | 0.43% | - |
| HSV(B) | 351.43º | 0.99% | 0.86% | - |
| XYZ | 29.51 | 15.21 | 2.82 | - |
| YUV | 70.42 | 106.89 | 233.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 2 | 33 | 0 | 0.99 | 0.85 | 0.14 | 351.43 | 0.98 | 0.43 |
| Hex | DB | 2 | 21 | 0 | 63 | 55 | E | 15F | 62 | 2B |
| Octal | 333 | 2 | 41 | 0 | 143 | 125 | 16 | 537 | 142 | 53 |
| Binary | 11011011 | 10 | 100001 | 0 | 1100011 | 1010101 | 1110 | 101011111 | 1100010 | 101011 |
Color Harmonies of #DB0221
Complementary color
Monochromatic Colors of #DB0221
Black with #DB0221
Text Example
Text Example
White with #DB0221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0221; }
p { color: rgb(219,2,33); }
H1.HeaderClassName
{
color: #DB0221;
}
.AnyTagClassName
{
color: #DB0221;
}
</style>
background-color css
<style>
a { background-color: #DB0221; }
a { background-color: rgb(219,2,33); }
div.DivClassName
{
background-color: #DB0221;
}
.BgClassName
{
background-color: #DB0221;
}
</style>
border-color css
<style>
span { border-color: #DB0221; }
span { border-color: rgb(219,2,33); }
td.TdClassName
{
border-color: #DB0221;
}
.TagClassName
{
border-color: #DB0221;
}
</style>