Shades of Venetian Red #DB070C
Tints of Venetian Red #DB070C
RGB
CMYK
RGB Variations
Color information
#DB070C (or 0xDB070C) is known color: Venetian Red. HEX triplet: DB, 07 and 0C. RGB value is (219,7,12). Sum of RGB (Red+Green+Blue) = 219+7+12=238 (31% of max value = 765). Red value is 219 (85.94% from 255 or 92.02% from 238); Green value is 7 (3.12% from 255 or 2.94% from 238); Blue value is 12 (5.08% from 255 or 5.04% from 238); Max value from RGB is 219 - color contains mainly: red. Hex color #DB070C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB070C is #24F8F3. Grayscale: #474747. Windows color (decimal): -2423028 or 788443. OLE color: 788443.
HSL color Cylindrical-coordinate representation of color #DB070C: hue angle of 358.58º 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 #DB070C is Cyan = 0, Magento = 0.97, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 7 | 12 | - |
| CMYK | 0 | 0.97 | 0.95 | 0.14 |
| HSL | 358.58º | 0.94% | 0.44% | - |
| HSV(B) | 358.58º | 0.97% | 0.86% | - |
| XYZ | 29.36 | 15.24 | 1.74 | - |
| YUV | 70.96 | 94.74 | 233.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 7 | 12 | 0 | 0.97 | 0.95 | 0.14 | 358.58 | 0.94 | 0.44 |
| Hex | DB | 7 | C | 0 | 61 | 5F | E | 167 | 5E | 2C |
| Octal | 333 | 7 | 14 | 0 | 141 | 137 | 16 | 547 | 136 | 54 |
| Binary | 11011011 | 111 | 1100 | 0 | 1100001 | 1011111 | 1110 | 101100111 | 1011110 | 101100 |
Color Harmonies of #DB070C
Complementary color
Monochromatic Colors of #DB070C
Black with #DB070C
Text Example
Text Example
White with #DB070C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB070C; }
p { color: rgb(219,7,12); }
H1.HeaderClassName
{
color: #DB070C;
}
.AnyTagClassName
{
color: #DB070C;
}
</style>
background-color css
<style>
a { background-color: #DB070C; }
a { background-color: rgb(219,7,12); }
div.DivClassName
{
background-color: #DB070C;
}
.BgClassName
{
background-color: #DB070C;
}
</style>
border-color css
<style>
span { border-color: #DB070C; }
span { border-color: rgb(219,7,12); }
td.TdClassName
{
border-color: #DB070C;
}
.TagClassName
{
border-color: #DB070C;
}
</style>