Shades of Venetian Red #DB0415
Tints of Venetian Red #DB0415
RGB
CMYK
RGB Variations
Color information
#DB0415 (or 0xDB0415) is known color: Venetian Red. HEX triplet: DB, 04 and 15. RGB value is (219,4,21). Sum of RGB (Red+Green+Blue) = 219+4+21=244 (32% of max value = 765). Red value is 219 (85.94% from 255 or 89.75% from 244); Green value is 4 (1.95% from 255 or 1.64% from 244); Blue value is 21 (8.59% from 255 or 8.61% from 244); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0415 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0415 is #24FBEA. Grayscale: #464646. Windows color (decimal): -2423787 or 1377499. OLE color: 1377499.
HSL color Cylindrical-coordinate representation of color #DB0415: hue angle of 355.26º 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 #DB0415 is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 4 | 21 | - |
| CMYK | 0 | 0.98 | 0.90 | 0.14 |
| HSL | 355.26º | 0.96% | 0.44% | - |
| HSV(B) | 355.26º | 0.98% | 0.86% | - |
| XYZ | 29.39 | 15.2 | 2.09 | - |
| YUV | 70.22 | 100.23 | 234.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 4 | 21 | 0 | 0.98 | 0.90 | 0.14 | 355.26 | 0.96 | 0.44 |
| Hex | DB | 4 | 15 | 0 | 62 | 5A | E | 163 | 60 | 2C |
| Octal | 333 | 4 | 25 | 0 | 142 | 132 | 16 | 543 | 140 | 54 |
| Binary | 11011011 | 100 | 10101 | 0 | 1100010 | 1011010 | 1110 | 101100011 | 1100000 | 101100 |
Color Harmonies of #DB0415
Complementary color
Monochromatic Colors of #DB0415
Black with #DB0415
Text Example
Text Example
White with #DB0415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0415; }
p { color: rgb(219,4,21); }
H1.HeaderClassName
{
color: #DB0415;
}
.AnyTagClassName
{
color: #DB0415;
}
</style>
background-color css
<style>
a { background-color: #DB0415; }
a { background-color: rgb(219,4,21); }
div.DivClassName
{
background-color: #DB0415;
}
.BgClassName
{
background-color: #DB0415;
}
</style>
border-color css
<style>
span { border-color: #DB0415; }
span { border-color: rgb(219,4,21); }
td.TdClassName
{
border-color: #DB0415;
}
.TagClassName
{
border-color: #DB0415;
}
</style>