Shades of Venetian Red #DB080F
Tints of Venetian Red #DB080F
RGB
CMYK
RGB Variations
Color information
#DB080F (or 0xDB080F) is known color: Venetian Red. HEX triplet: DB, 08 and 0F. RGB value is (219,8,15). Sum of RGB (Red+Green+Blue) = 219+8+15=242 (32% of max value = 765). Red value is 219 (85.94% from 255 or 90.50% from 242); Green value is 8 (3.52% from 255 or 3.31% from 242); Blue value is 15 (6.25% from 255 or 6.20% from 242); Max value from RGB is 219 - color contains mainly: red. Hex color #DB080F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB080F is #24F7F0. Grayscale: #484848. Windows color (decimal): -2422769 or 985307. OLE color: 985307.
HSL color Cylindrical-coordinate representation of color #DB080F: hue angle of 358.01º 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 #DB080F is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 8 | 15 | - |
| CMYK | 0 | 0.96 | 0.93 | 0.14 |
| HSL | 358.01º | 0.93% | 0.45% | - |
| HSV(B) | 358.01º | 0.96% | 0.86% | - |
| XYZ | 29.39 | 15.27 | 1.85 | - |
| YUV | 71.89 | 95.9 | 232.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 8 | 15 | 0 | 0.96 | 0.93 | 0.14 | 358.01 | 0.93 | 0.45 |
| Hex | DB | 8 | F | 0 | 60 | 5D | E | 166 | 5D | 2D |
| Octal | 333 | 10 | 17 | 0 | 140 | 135 | 16 | 546 | 135 | 55 |
| Binary | 11011011 | 1000 | 1111 | 0 | 1100000 | 1011101 | 1110 | 101100110 | 1011101 | 101101 |
Color Harmonies of #DB080F
Complementary color
Monochromatic Colors of #DB080F
Black with #DB080F
Text Example
Text Example
White with #DB080F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB080F; }
p { color: rgb(219,8,15); }
H1.HeaderClassName
{
color: #DB080F;
}
.AnyTagClassName
{
color: #DB080F;
}
</style>
background-color css
<style>
a { background-color: #DB080F; }
a { background-color: rgb(219,8,15); }
div.DivClassName
{
background-color: #DB080F;
}
.BgClassName
{
background-color: #DB080F;
}
</style>
border-color css
<style>
span { border-color: #DB080F; }
span { border-color: rgb(219,8,15); }
td.TdClassName
{
border-color: #DB080F;
}
.TagClassName
{
border-color: #DB080F;
}
</style>