Shades of Venetian Red #DB080E
Tints of Venetian Red #DB080E
RGB
CMYK
RGB Variations
Color information
#DB080E (or 0xDB080E) is known color: Venetian Red. HEX triplet: DB, 08 and 0E. RGB value is (219,8,14). Sum of RGB (Red+Green+Blue) = 219+8+14=241 (31% of max value = 765). Red value is 219 (85.94% from 255 or 90.87% from 241); Green value is 8 (3.52% from 255 or 3.32% from 241); Blue value is 14 (5.86% from 255 or 5.81% from 241); Max value from RGB is 219 - color contains mainly: red. Hex color #DB080E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB080E is #24F7F1. Grayscale: #474747. Windows color (decimal): -2422770 or 919771. OLE color: 919771.
HSL color Cylindrical-coordinate representation of color #DB080E: hue angle of 358.29º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DB080E is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 8 | 14 | - |
| CMYK | 0 | 0.96 | 0.94 | 0.14 |
| HSL | 358.29º | 0.93% | 0.45% | - |
| HSV(B) | 358.29º | 0.96% | 0.86% | - |
| XYZ | 29.38 | 15.27 | 1.81 | - |
| YUV | 71.77 | 95.4 | 233.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 8 | 14 | 0 | 0.96 | 0.94 | 0.14 | 358.29 | 0.93 | 0.45 |
| Hex | DB | 8 | E | 0 | 60 | 5E | E | 166 | 5D | 2D |
| Octal | 333 | 10 | 16 | 0 | 140 | 136 | 16 | 546 | 135 | 55 |
| Binary | 11011011 | 1000 | 1110 | 0 | 1100000 | 1011110 | 1110 | 101100110 | 1011101 | 101101 |
Color Harmonies of #DB080E
Complementary color
Monochromatic Colors of #DB080E
Black with #DB080E
Text Example
Text Example
White with #DB080E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB080E; }
p { color: rgb(219,8,14); }
H1.HeaderClassName
{
color: #DB080E;
}
.AnyTagClassName
{
color: #DB080E;
}
</style>
background-color css
<style>
a { background-color: #DB080E; }
a { background-color: rgb(219,8,14); }
div.DivClassName
{
background-color: #DB080E;
}
.BgClassName
{
background-color: #DB080E;
}
</style>
border-color css
<style>
span { border-color: #DB080E; }
span { border-color: rgb(219,8,14); }
td.TdClassName
{
border-color: #DB080E;
}
.TagClassName
{
border-color: #DB080E;
}
</style>