Shades of Venetian Red #DB060B
Tints of Venetian Red #DB060B
RGB
CMYK
RGB Variations
Color information
#DB060B (or 0xDB060B) is known color: Venetian Red. HEX triplet: DB, 06 and 0B. RGB value is (219,6,11). Sum of RGB (Red+Green+Blue) = 219+6+11=236 (31% of max value = 765). Red value is 219 (85.94% from 255 or 92.80% from 236); Green value is 6 (2.73% from 255 or 2.54% from 236); Blue value is 11 (4.69% from 255 or 4.66% from 236); Max value from RGB is 219 - color contains mainly: red. Hex color #DB060B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB060B is #24F9F4. Grayscale: #464646. Windows color (decimal): -2423285 or 722651. OLE color: 722651.
HSL color Cylindrical-coordinate representation of color #DB060B: hue angle of 358.59º 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 #DB060B is Cyan = 0, Magento = 0.97, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 6 | 11 | - |
| CMYK | 0 | 0.97 | 0.95 | 0.14 |
| HSL | 358.59º | 0.95% | 0.44% | - |
| HSV(B) | 358.59º | 0.97% | 0.86% | - |
| XYZ | 29.34 | 15.21 | 1.71 | - |
| YUV | 70.26 | 94.57 | 234.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 6 | 11 | 0 | 0.97 | 0.95 | 0.14 | 358.59 | 0.95 | 0.44 |
| Hex | DB | 6 | B | 0 | 61 | 5F | E | 167 | 5F | 2C |
| Octal | 333 | 6 | 13 | 0 | 141 | 137 | 16 | 547 | 137 | 54 |
| Binary | 11011011 | 110 | 1011 | 0 | 1100001 | 1011111 | 1110 | 101100111 | 1011111 | 101100 |
Color Harmonies of #DB060B
Complementary color
Monochromatic Colors of #DB060B
Black with #DB060B
Text Example
Text Example
White with #DB060B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB060B; }
p { color: rgb(219,6,11); }
H1.HeaderClassName
{
color: #DB060B;
}
.AnyTagClassName
{
color: #DB060B;
}
</style>
background-color css
<style>
a { background-color: #DB060B; }
a { background-color: rgb(219,6,11); }
div.DivClassName
{
background-color: #DB060B;
}
.BgClassName
{
background-color: #DB060B;
}
</style>
border-color css
<style>
span { border-color: #DB060B; }
span { border-color: rgb(219,6,11); }
td.TdClassName
{
border-color: #DB060B;
}
.TagClassName
{
border-color: #DB060B;
}
</style>