Shades of Venetian Red #DB0319
Tints of Venetian Red #DB0319
RGB
CMYK
RGB Variations
Color information
#DB0319 (or 0xDB0319) is known color: Venetian Red. HEX triplet: DB, 03 and 19. RGB value is (219,3,25). Sum of RGB (Red+Green+Blue) = 219+3+25=247 (32% of max value = 765). Red value is 219 (85.94% from 255 or 88.66% from 247); Green value is 3 (1.56% from 255 or 1.21% from 247); Blue value is 25 (10.16% from 255 or 10.12% from 247); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0319 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0319 is #24FCE6. Grayscale: #464646. Windows color (decimal): -2424039 or 1639387. OLE color: 1639387.
HSL color Cylindrical-coordinate representation of color #DB0319: hue angle of 353.89º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB0319 is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 3 | 25 | - |
| CMYK | 0 | 0.99 | 0.89 | 0.14 |
| HSL | 353.89º | 0.97% | 0.44% | - |
| HSV(B) | 353.89º | 0.99% | 0.86% | - |
| XYZ | 29.42 | 15.2 | 2.3 | - |
| YUV | 70.09 | 102.56 | 234.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 3 | 25 | 0 | 0.99 | 0.89 | 0.14 | 353.89 | 0.97 | 0.44 |
| Hex | DB | 3 | 19 | 0 | 63 | 59 | E | 162 | 61 | 2C |
| Octal | 333 | 3 | 31 | 0 | 143 | 131 | 16 | 542 | 141 | 54 |
| Binary | 11011011 | 11 | 11001 | 0 | 1100011 | 1011001 | 1110 | 101100010 | 1100001 | 101100 |
Color Harmonies of #DB0319
Complementary color
Monochromatic Colors of #DB0319
Black with #DB0319
Text Example
Text Example
White with #DB0319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0319; }
p { color: rgb(219,3,25); }
H1.HeaderClassName
{
color: #DB0319;
}
.AnyTagClassName
{
color: #DB0319;
}
</style>
background-color css
<style>
a { background-color: #DB0319; }
a { background-color: rgb(219,3,25); }
div.DivClassName
{
background-color: #DB0319;
}
.BgClassName
{
background-color: #DB0319;
}
</style>
border-color css
<style>
span { border-color: #DB0319; }
span { border-color: rgb(219,3,25); }
td.TdClassName
{
border-color: #DB0319;
}
.TagClassName
{
border-color: #DB0319;
}
</style>