Shades of Venetian Red #DB0410
Tints of Venetian Red #DB0410
RGB
CMYK
RGB Variations
Color information
#DB0410 (or 0xDB0410) is known color: Venetian Red. HEX triplet: DB, 04 and 10. RGB value is (219,4,16). Sum of RGB (Red+Green+Blue) = 219+4+16=239 (31% of max value = 765). Red value is 219 (85.94% from 255 or 91.63% from 239); Green value is 4 (1.95% from 255 or 1.67% from 239); Blue value is 16 (6.64% from 255 or 6.69% from 239); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0410 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0410 is #24FBEF. Grayscale: #454545. Windows color (decimal): -2423792 or 1049819. OLE color: 1049819.
HSL color Cylindrical-coordinate representation of color #DB0410: hue angle of 356.65º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DB0410 is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 4 | 16 | - |
| CMYK | 0 | 0.98 | 0.93 | 0.14 |
| HSL | 356.65º | 0.96% | 0.44% | - |
| HSV(B) | 356.65º | 0.98% | 0.86% | - |
| XYZ | 29.35 | 15.18 | 1.87 | - |
| YUV | 69.65 | 97.73 | 234.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 4 | 16 | 0 | 0.98 | 0.93 | 0.14 | 356.65 | 0.96 | 0.44 |
| Hex | DB | 4 | 10 | 0 | 62 | 5D | E | 165 | 60 | 2C |
| Octal | 333 | 4 | 20 | 0 | 142 | 135 | 16 | 545 | 140 | 54 |
| Binary | 11011011 | 100 | 10000 | 0 | 1100010 | 1011101 | 1110 | 101100101 | 1100000 | 101100 |
Color Harmonies of #DB0410
Complementary color
Monochromatic Colors of #DB0410
Black with #DB0410
Text Example
Text Example
White with #DB0410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0410; }
p { color: rgb(219,4,16); }
H1.HeaderClassName
{
color: #DB0410;
}
.AnyTagClassName
{
color: #DB0410;
}
</style>
background-color css
<style>
a { background-color: #DB0410; }
a { background-color: rgb(219,4,16); }
div.DivClassName
{
background-color: #DB0410;
}
.BgClassName
{
background-color: #DB0410;
}
</style>
border-color css
<style>
span { border-color: #DB0410; }
span { border-color: rgb(219,4,16); }
td.TdClassName
{
border-color: #DB0410;
}
.TagClassName
{
border-color: #DB0410;
}
</style>