Shades of Venetian Red #DB070D
Tints of Venetian Red #DB070D
RGB
CMYK
RGB Variations
Color information
#DB070D (or 0xDB070D) is known color: Venetian Red. HEX triplet: DB, 07 and 0D. RGB value is (219,7,13). Sum of RGB (Red+Green+Blue) = 219+7+13=239 (31% of max value = 765). Red value is 219 (85.94% from 255 or 91.63% from 239); Green value is 7 (3.12% from 255 or 2.93% from 239); Blue value is 13 (5.47% from 255 or 5.44% from 239); Max value from RGB is 219 - color contains mainly: red. Hex color #DB070D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB070D is #24F8F2. Grayscale: #474747. Windows color (decimal): -2423027 or 853979. OLE color: 853979.
HSL color Cylindrical-coordinate representation of color #DB070D: hue angle of 358.3º degrees, saturation: 0.94, 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 #DB070D is Cyan = 0, Magento = 0.97, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 7 | 13 | - |
| CMYK | 0 | 0.97 | 0.94 | 0.14 |
| HSL | 358.3º | 0.94% | 0.44% | - |
| HSV(B) | 358.3º | 0.97% | 0.86% | - |
| XYZ | 29.36 | 15.24 | 1.78 | - |
| YUV | 71.07 | 95.24 | 233.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 7 | 13 | 0 | 0.97 | 0.94 | 0.14 | 358.3 | 0.94 | 0.44 |
| Hex | DB | 7 | D | 0 | 61 | 5E | E | 166 | 5E | 2C |
| Octal | 333 | 7 | 15 | 0 | 141 | 136 | 16 | 546 | 136 | 54 |
| Binary | 11011011 | 111 | 1101 | 0 | 1100001 | 1011110 | 1110 | 101100110 | 1011110 | 101100 |
Color Harmonies of #DB070D
Complementary color
Monochromatic Colors of #DB070D
Black with #DB070D
Text Example
Text Example
White with #DB070D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB070D; }
p { color: rgb(219,7,13); }
H1.HeaderClassName
{
color: #DB070D;
}
.AnyTagClassName
{
color: #DB070D;
}
</style>
background-color css
<style>
a { background-color: #DB070D; }
a { background-color: rgb(219,7,13); }
div.DivClassName
{
background-color: #DB070D;
}
.BgClassName
{
background-color: #DB070D;
}
</style>
border-color css
<style>
span { border-color: #DB070D; }
span { border-color: rgb(219,7,13); }
td.TdClassName
{
border-color: #DB070D;
}
.TagClassName
{
border-color: #DB070D;
}
</style>