Shades of Venetian Red #DB0419
Tints of Venetian Red #DB0419
RGB
CMYK
RGB Variations
Color information
#DB0419 (or 0xDB0419) is known color: Venetian Red. HEX triplet: DB, 04 and 19. RGB value is (219,4,25). Sum of RGB (Red+Green+Blue) = 219+4+25=248 (32% of max value = 765). Red value is 219 (85.94% from 255 or 88.31% from 248); Green value is 4 (1.95% from 255 or 1.61% from 248); Blue value is 25 (10.16% from 255 or 10.08% from 248); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0419 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0419 is #24FBE6. Grayscale: #464646. Windows color (decimal): -2423783 or 1639643. OLE color: 1639643.
HSL color Cylindrical-coordinate representation of color #DB0419: hue angle of 354.14º 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 #DB0419 is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 4 | 25 | - |
| CMYK | 0 | 0.98 | 0.89 | 0.14 |
| HSL | 354.14º | 0.96% | 0.44% | - |
| HSV(B) | 354.14º | 0.98% | 0.86% | - |
| XYZ | 29.43 | 15.22 | 2.31 | - |
| YUV | 70.68 | 102.23 | 233.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 4 | 25 | 0 | 0.98 | 0.89 | 0.14 | 354.14 | 0.96 | 0.44 |
| Hex | DB | 4 | 19 | 0 | 62 | 59 | E | 162 | 60 | 2C |
| Octal | 333 | 4 | 31 | 0 | 142 | 131 | 16 | 542 | 140 | 54 |
| Binary | 11011011 | 100 | 11001 | 0 | 1100010 | 1011001 | 1110 | 101100010 | 1100000 | 101100 |
Color Harmonies of #DB0419
Complementary color
Monochromatic Colors of #DB0419
Black with #DB0419
Text Example
Text Example
White with #DB0419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0419; }
p { color: rgb(219,4,25); }
H1.HeaderClassName
{
color: #DB0419;
}
.AnyTagClassName
{
color: #DB0419;
}
</style>
background-color css
<style>
a { background-color: #DB0419; }
a { background-color: rgb(219,4,25); }
div.DivClassName
{
background-color: #DB0419;
}
.BgClassName
{
background-color: #DB0419;
}
</style>
border-color css
<style>
span { border-color: #DB0419; }
span { border-color: rgb(219,4,25); }
td.TdClassName
{
border-color: #DB0419;
}
.TagClassName
{
border-color: #DB0419;
}
</style>