Shades of Venetian Red #DB0124
Tints of Venetian Red #DB0124
RGB
CMYK
RGB Variations
Color information
#DB0124 (or 0xDB0124) is known color: Venetian Red. HEX triplet: DB, 01 and 24. RGB value is (219,1,36). Sum of RGB (Red+Green+Blue) = 219+1+36=256 (33% of max value = 765). Red value is 219 (85.94% from 255 or 85.55% from 256); Green value is 1 (0.78% from 255 or 0.39% from 256); Blue value is 36 (14.45% from 255 or 14.06% from 256); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0124 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0124 is #24FEDB. Grayscale: #464646. Windows color (decimal): -2424540 or 2359771. OLE color: 2359771.
HSL color Cylindrical-coordinate representation of color #DB0124: hue angle of 350.37º 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 #DB0124 is Cyan = 0, Magento = 1.00, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 1 | 36 | - |
| CMYK | 0 | 1.00 | 0.84 | 0.14 |
| HSL | 350.37º | 0.99% | 0.43% | - |
| HSV(B) | 350.37º | 1% | 0.86% | - |
| XYZ | 29.54 | 15.21 | 3.05 | - |
| YUV | 70.17 | 108.72 | 234.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 1 | 36 | 0 | 1.00 | 0.84 | 0.14 | 350.37 | 0.99 | 0.43 |
| Hex | DB | 1 | 24 | 0 | 64 | 54 | E | 15E | 63 | 2B |
| Octal | 333 | 1 | 44 | 0 | 144 | 124 | 16 | 536 | 143 | 53 |
| Binary | 11011011 | 1 | 100100 | 0 | 1100100 | 1010100 | 1110 | 101011110 | 1100011 | 101011 |
Color Harmonies of #DB0124
Complementary color
Monochromatic Colors of #DB0124
Black with #DB0124
Text Example
Text Example
White with #DB0124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0124; }
p { color: rgb(219,1,36); }
H1.HeaderClassName
{
color: #DB0124;
}
.AnyTagClassName
{
color: #DB0124;
}
</style>
background-color css
<style>
a { background-color: #DB0124; }
a { background-color: rgb(219,1,36); }
div.DivClassName
{
background-color: #DB0124;
}
.BgClassName
{
background-color: #DB0124;
}
</style>
border-color css
<style>
span { border-color: #DB0124; }
span { border-color: rgb(219,1,36); }
td.TdClassName
{
border-color: #DB0124;
}
.TagClassName
{
border-color: #DB0124;
}
</style>