Shades of Venetian Red #DB0E10
Tints of Venetian Red #DB0E10
RGB
CMYK
RGB Variations
Color information
#DB0E10 (or 0xDB0E10) is known color: Venetian Red. HEX triplet: DB, 0E and 10. RGB value is (219,14,16). Sum of RGB (Red+Green+Blue) = 219+14+16=249 (32% of max value = 765). Red value is 219 (85.94% from 255 or 87.95% from 249); Green value is 14 (5.86% from 255 or 5.62% from 249); Blue value is 16 (6.64% from 255 or 6.43% from 249); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0E10 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0E10 is #24F1EF. Grayscale: #4B4B4B. Windows color (decimal): -2421232 or 1052379. OLE color: 1052379.
HSL color Cylindrical-coordinate representation of color #DB0E10: hue angle of 359.41º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB0E10 is Cyan = 0, Magento = 0.94, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 14 | 16 | - |
| CMYK | 0 | 0.94 | 0.93 | 0.14 |
| HSL | 359.41º | 0.88% | 0.46% | - |
| HSV(B) | 359.41º | 0.94% | 0.86% | - |
| XYZ | 29.46 | 15.41 | 1.91 | - |
| YUV | 75.52 | 94.42 | 230.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 14 | 16 | 0 | 0.94 | 0.93 | 0.14 | 359.41 | 0.88 | 0.46 |
| Hex | DB | E | 10 | 0 | 5E | 5D | E | 167 | 58 | 2E |
| Octal | 333 | 16 | 20 | 0 | 136 | 135 | 16 | 547 | 130 | 56 |
| Binary | 11011011 | 1110 | 10000 | 0 | 1011110 | 1011101 | 1110 | 101100111 | 1011000 | 101110 |
Color Harmonies of #DB0E10
Complementary color
Monochromatic Colors of #DB0E10
Black with #DB0E10
Text Example
Text Example
White with #DB0E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0E10; }
p { color: rgb(219,14,16); }
H1.HeaderClassName
{
color: #DB0E10;
}
.AnyTagClassName
{
color: #DB0E10;
}
</style>
background-color css
<style>
a { background-color: #DB0E10; }
a { background-color: rgb(219,14,16); }
div.DivClassName
{
background-color: #DB0E10;
}
.BgClassName
{
background-color: #DB0E10;
}
</style>
border-color css
<style>
span { border-color: #DB0E10; }
span { border-color: rgb(219,14,16); }
td.TdClassName
{
border-color: #DB0E10;
}
.TagClassName
{
border-color: #DB0E10;
}
</style>