Shades of Venetian Red #DB0114
Tints of Venetian Red #DB0114
RGB
CMYK
RGB Variations
Color information
#DB0114 (or 0xDB0114) is known color: Venetian Red. HEX triplet: DB, 01 and 14. RGB value is (219,1,20). Sum of RGB (Red+Green+Blue) = 219+1+20=240 (31% of max value = 765). Red value is 219 (85.94% from 255 or 91.25% from 240); Green value is 1 (0.78% from 255 or 0.42% from 240); Blue value is 20 (8.20% from 255 or 8.33% from 240); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0114 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0114 is #24FEEB. Grayscale: #444444. Windows color (decimal): -2424556 or 1311195. OLE color: 1311195.
HSL color Cylindrical-coordinate representation of color #DB0114: hue angle of 354.77º 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 #DB0114 is Cyan = 0, Magento = 1.00, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 1 | 20 | - |
| CMYK | 0 | 1.00 | 0.91 | 0.14 |
| HSL | 354.77º | 0.99% | 0.43% | - |
| HSV(B) | 354.77º | 1% | 0.86% | - |
| XYZ | 29.35 | 15.13 | 2.04 | - |
| YUV | 68.35 | 100.72 | 235.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 1 | 20 | 0 | 1.00 | 0.91 | 0.14 | 354.77 | 0.99 | 0.43 |
| Hex | DB | 1 | 14 | 0 | 64 | 5B | E | 163 | 63 | 2B |
| Octal | 333 | 1 | 24 | 0 | 144 | 133 | 16 | 543 | 143 | 53 |
| Binary | 11011011 | 1 | 10100 | 0 | 1100100 | 1011011 | 1110 | 101100011 | 1100011 | 101011 |
Color Harmonies of #DB0114
Complementary color
Monochromatic Colors of #DB0114
Black with #DB0114
Text Example
Text Example
White with #DB0114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0114; }
p { color: rgb(219,1,20); }
H1.HeaderClassName
{
color: #DB0114;
}
.AnyTagClassName
{
color: #DB0114;
}
</style>
background-color css
<style>
a { background-color: #DB0114; }
a { background-color: rgb(219,1,20); }
div.DivClassName
{
background-color: #DB0114;
}
.BgClassName
{
background-color: #DB0114;
}
</style>
border-color css
<style>
span { border-color: #DB0114; }
span { border-color: rgb(219,1,20); }
td.TdClassName
{
border-color: #DB0114;
}
.TagClassName
{
border-color: #DB0114;
}
</style>