Shades of Venetian Red #DB061D
Tints of Venetian Red #DB061D
RGB
CMYK
RGB Variations
Color information
#DB061D (or 0xDB061D) is known color: Venetian Red. HEX triplet: DB, 06 and 1D. RGB value is (219,6,29). Sum of RGB (Red+Green+Blue) = 219+6+29=254 (33% of max value = 765). Red value is 219 (85.94% from 255 or 86.22% from 254); Green value is 6 (2.73% from 255 or 2.36% from 254); Blue value is 29 (11.72% from 255 or 11.42% from 254); Max value from RGB is 219 - color contains mainly: red. Hex color #DB061D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB061D is #24F9E2. Grayscale: #484848. Windows color (decimal): -2423267 or 1902299. OLE color: 1902299.
HSL color Cylindrical-coordinate representation of color #DB061D: hue angle of 353.52º 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 #DB061D is Cyan = 0, Magento = 0.97, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 6 | 29 | - |
| CMYK | 0 | 0.97 | 0.87 | 0.14 |
| HSL | 353.52º | 0.95% | 0.44% | - |
| HSV(B) | 353.52º | 0.97% | 0.86% | - |
| XYZ | 29.5 | 15.28 | 2.56 | - |
| YUV | 72.31 | 103.57 | 232.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 6 | 29 | 0 | 0.97 | 0.87 | 0.14 | 353.52 | 0.95 | 0.44 |
| Hex | DB | 6 | 1D | 0 | 61 | 57 | E | 162 | 5F | 2C |
| Octal | 333 | 6 | 35 | 0 | 141 | 127 | 16 | 542 | 137 | 54 |
| Binary | 11011011 | 110 | 11101 | 0 | 1100001 | 1010111 | 1110 | 101100010 | 1011111 | 101100 |
Color Harmonies of #DB061D
Complementary color
Monochromatic Colors of #DB061D
Black with #DB061D
Text Example
Text Example
White with #DB061D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB061D; }
p { color: rgb(219,6,29); }
H1.HeaderClassName
{
color: #DB061D;
}
.AnyTagClassName
{
color: #DB061D;
}
</style>
background-color css
<style>
a { background-color: #DB061D; }
a { background-color: rgb(219,6,29); }
div.DivClassName
{
background-color: #DB061D;
}
.BgClassName
{
background-color: #DB061D;
}
</style>
border-color css
<style>
span { border-color: #DB061D; }
span { border-color: rgb(219,6,29); }
td.TdClassName
{
border-color: #DB061D;
}
.TagClassName
{
border-color: #DB061D;
}
</style>