Shades of Venetian Red #DB061B
Tints of Venetian Red #DB061B
RGB
CMYK
RGB Variations
Color information
#DB061B (or 0xDB061B) is known color: Venetian Red. HEX triplet: DB, 06 and 1B. RGB value is (219,6,27). Sum of RGB (Red+Green+Blue) = 219+6+27=252 (33% of max value = 765). Red value is 219 (85.94% from 255 or 86.90% from 252); Green value is 6 (2.73% from 255 or 2.38% from 252); Blue value is 27 (10.94% from 255 or 10.71% from 252); Max value from RGB is 219 - color contains mainly: red. Hex color #DB061B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB061B is #24F9E4. Grayscale: #484848. Windows color (decimal): -2423269 or 1771227. OLE color: 1771227.
HSL color Cylindrical-coordinate representation of color #DB061B: hue angle of 354.08º 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 #DB061B is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 6 | 27 | - |
| CMYK | 0 | 0.97 | 0.88 | 0.14 |
| HSL | 354.08º | 0.95% | 0.44% | - |
| HSV(B) | 354.08º | 0.97% | 0.86% | - |
| XYZ | 29.48 | 15.27 | 2.43 | - |
| YUV | 72.08 | 102.57 | 232.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 6 | 27 | 0 | 0.97 | 0.88 | 0.14 | 354.08 | 0.95 | 0.44 |
| Hex | DB | 6 | 1B | 0 | 61 | 58 | E | 162 | 5F | 2C |
| Octal | 333 | 6 | 33 | 0 | 141 | 130 | 16 | 542 | 137 | 54 |
| Binary | 11011011 | 110 | 11011 | 0 | 1100001 | 1011000 | 1110 | 101100010 | 1011111 | 101100 |
Color Harmonies of #DB061B
Complementary color
Monochromatic Colors of #DB061B
Black with #DB061B
Text Example
Text Example
White with #DB061B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB061B; }
p { color: rgb(219,6,27); }
H1.HeaderClassName
{
color: #DB061B;
}
.AnyTagClassName
{
color: #DB061B;
}
</style>
background-color css
<style>
a { background-color: #DB061B; }
a { background-color: rgb(219,6,27); }
div.DivClassName
{
background-color: #DB061B;
}
.BgClassName
{
background-color: #DB061B;
}
</style>
border-color css
<style>
span { border-color: #DB061B; }
span { border-color: rgb(219,6,27); }
td.TdClassName
{
border-color: #DB061B;
}
.TagClassName
{
border-color: #DB061B;
}
</style>