Shades of Venetian Red #DB0122
Tints of Venetian Red #DB0122
RGB
CMYK
RGB Variations
Color information
#DB0122 (or 0xDB0122) is known color: Venetian Red. HEX triplet: DB, 01 and 22. RGB value is (219,1,34). Sum of RGB (Red+Green+Blue) = 219+1+34=254 (33% of max value = 765). Red value is 219 (85.94% from 255 or 86.22% from 254); Green value is 1 (0.78% from 255 or 0.39% from 254); Blue value is 34 (13.67% from 255 or 13.39% from 254); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0122 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0122 is #24FEDD. Grayscale: #464646. Windows color (decimal): -2424542 or 2228699. OLE color: 2228699.
HSL color Cylindrical-coordinate representation of color #DB0122: hue angle of 350.92º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB0122 is Cyan = 0, Magento = 1.00, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 1 | 34 | - |
| CMYK | 0 | 1.00 | 0.84 | 0.14 |
| HSL | 350.92º | 0.99% | 0.43% | - |
| HSV(B) | 350.92º | 1% | 0.86% | - |
| XYZ | 29.51 | 15.2 | 2.89 | - |
| YUV | 69.94 | 107.72 | 234.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 1 | 34 | 0 | 1.00 | 0.84 | 0.14 | 350.92 | 0.99 | 0.43 |
| Hex | DB | 1 | 22 | 0 | 64 | 54 | E | 15F | 63 | 2B |
| Octal | 333 | 1 | 42 | 0 | 144 | 124 | 16 | 537 | 143 | 53 |
| Binary | 11011011 | 1 | 100010 | 0 | 1100100 | 1010100 | 1110 | 101011111 | 1100011 | 101011 |
Color Harmonies of #DB0122
Complementary color
Monochromatic Colors of #DB0122
Black with #DB0122
Text Example
Text Example
White with #DB0122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0122; }
p { color: rgb(219,1,34); }
H1.HeaderClassName
{
color: #DB0122;
}
.AnyTagClassName
{
color: #DB0122;
}
</style>
background-color css
<style>
a { background-color: #DB0122; }
a { background-color: rgb(219,1,34); }
div.DivClassName
{
background-color: #DB0122;
}
.BgClassName
{
background-color: #DB0122;
}
</style>
border-color css
<style>
span { border-color: #DB0122; }
span { border-color: rgb(219,1,34); }
td.TdClassName
{
border-color: #DB0122;
}
.TagClassName
{
border-color: #DB0122;
}
</style>