Shades of Venetian Red #DB0512
Tints of Venetian Red #DB0512
RGB
CMYK
RGB Variations
Color information
#DB0512 (or 0xDB0512) is known color: Venetian Red. HEX triplet: DB, 05 and 12. RGB value is (219,5,18). Sum of RGB (Red+Green+Blue) = 219+5+18=242 (32% of max value = 765). Red value is 219 (85.94% from 255 or 90.50% from 242); Green value is 5 (2.34% from 255 or 2.07% from 242); Blue value is 18 (7.42% from 255 or 7.44% from 242); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0512 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0512 is #24FAED. Grayscale: #464646. Windows color (decimal): -2423534 or 1181147. OLE color: 1181147.
HSL color Cylindrical-coordinate representation of color #DB0512: hue angle of 356.36º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DB0512 is Cyan = 0, Magento = 0.98, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 5 | 18 | - |
| CMYK | 0 | 0.98 | 0.92 | 0.14 |
| HSL | 356.36º | 0.96% | 0.44% | - |
| HSV(B) | 356.36º | 0.98% | 0.86% | - |
| XYZ | 29.38 | 15.21 | 1.96 | - |
| YUV | 70.47 | 98.4 | 233.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 5 | 18 | 0 | 0.98 | 0.92 | 0.14 | 356.36 | 0.96 | 0.44 |
| Hex | DB | 5 | 12 | 0 | 62 | 5C | E | 164 | 60 | 2C |
| Octal | 333 | 5 | 22 | 0 | 142 | 134 | 16 | 544 | 140 | 54 |
| Binary | 11011011 | 101 | 10010 | 0 | 1100010 | 1011100 | 1110 | 101100100 | 1100000 | 101100 |
Color Harmonies of #DB0512
Complementary color
Monochromatic Colors of #DB0512
Black with #DB0512
Text Example
Text Example
White with #DB0512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0512; }
p { color: rgb(219,5,18); }
H1.HeaderClassName
{
color: #DB0512;
}
.AnyTagClassName
{
color: #DB0512;
}
</style>
background-color css
<style>
a { background-color: #DB0512; }
a { background-color: rgb(219,5,18); }
div.DivClassName
{
background-color: #DB0512;
}
.BgClassName
{
background-color: #DB0512;
}
</style>
border-color css
<style>
span { border-color: #DB0512; }
span { border-color: rgb(219,5,18); }
td.TdClassName
{
border-color: #DB0512;
}
.TagClassName
{
border-color: #DB0512;
}
</style>