Shades of Venetian Red #DB0612
Tints of Venetian Red #DB0612
RGB
CMYK
RGB Variations
Color information
#DB0612 (or 0xDB0612) is known color: Venetian Red. HEX triplet: DB, 06 and 12. RGB value is (219,6,18). Sum of RGB (Red+Green+Blue) = 219+6+18=243 (32% of max value = 765). Red value is 219 (85.94% from 255 or 90.12% from 243); Green value is 6 (2.73% from 255 or 2.47% from 243); Blue value is 18 (7.42% from 255 or 7.41% from 243); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0612 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0612 is #24F9ED. Grayscale: #474747. Windows color (decimal): -2423278 or 1181403. OLE color: 1181403.
HSL color Cylindrical-coordinate representation of color #DB0612: hue angle of 356.62º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DB0612 is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 6 | 18 | - |
| CMYK | 0 | 0.97 | 0.92 | 0.14 |
| HSL | 356.62º | 0.95% | 0.44% | - |
| HSV(B) | 356.62º | 0.97% | 0.86% | - |
| XYZ | 29.39 | 15.23 | 1.96 | - |
| YUV | 71.06 | 98.07 | 233.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 6 | 18 | 0 | 0.97 | 0.92 | 0.14 | 356.62 | 0.95 | 0.44 |
| Hex | DB | 6 | 12 | 0 | 61 | 5C | E | 165 | 5F | 2C |
| Octal | 333 | 6 | 22 | 0 | 141 | 134 | 16 | 545 | 137 | 54 |
| Binary | 11011011 | 110 | 10010 | 0 | 1100001 | 1011100 | 1110 | 101100101 | 1011111 | 101100 |
Color Harmonies of #DB0612
Complementary color
Monochromatic Colors of #DB0612
Black with #DB0612
Text Example
Text Example
White with #DB0612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0612; }
p { color: rgb(219,6,18); }
H1.HeaderClassName
{
color: #DB0612;
}
.AnyTagClassName
{
color: #DB0612;
}
</style>
background-color css
<style>
a { background-color: #DB0612; }
a { background-color: rgb(219,6,18); }
div.DivClassName
{
background-color: #DB0612;
}
.BgClassName
{
background-color: #DB0612;
}
</style>
border-color css
<style>
span { border-color: #DB0612; }
span { border-color: rgb(219,6,18); }
td.TdClassName
{
border-color: #DB0612;
}
.TagClassName
{
border-color: #DB0612;
}
</style>