Shades of Venetian Red #DB0507
Tints of Venetian Red #DB0507
RGB
CMYK
RGB Variations
Color information
#DB0507 (or 0xDB0507) is known color: Venetian Red. HEX triplet: DB, 05 and 07. RGB value is (219,5,7). Sum of RGB (Red+Green+Blue) = 219+5+7=231 (30% of max value = 765). Red value is 219 (85.94% from 255 or 94.81% from 231); Green value is 5 (2.34% from 255 or 2.16% from 231); Blue value is 7 (3.12% from 255 or 3.03% from 231); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0507 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0507 is #24FAF8. Grayscale: #454545. Windows color (decimal): -2423545 or 460251. OLE color: 460251.
HSL color Cylindrical-coordinate representation of color #DB0507: hue angle of 359.44º 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 #DB0507 is Cyan = 0, Magento = 0.98, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 5 | 7 | - |
| CMYK | 0 | 0.98 | 0.97 | 0.14 |
| HSL | 359.44º | 0.96% | 0.44% | - |
| HSV(B) | 359.44º | 0.98% | 0.86% | - |
| XYZ | 29.31 | 15.18 | 1.59 | - |
| YUV | 69.21 | 92.9 | 234.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 5 | 7 | 0 | 0.98 | 0.97 | 0.14 | 359.44 | 0.96 | 0.44 |
| Hex | DB | 5 | 7 | 0 | 62 | 61 | E | 167 | 60 | 2C |
| Octal | 333 | 5 | 7 | 0 | 142 | 141 | 16 | 547 | 140 | 54 |
| Binary | 11011011 | 101 | 111 | 0 | 1100010 | 1100001 | 1110 | 101100111 | 1100000 | 101100 |
Color Harmonies of #DB0507
Complementary color
Monochromatic Colors of #DB0507
Black with #DB0507
Text Example
Text Example
White with #DB0507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0507; }
p { color: rgb(219,5,7); }
H1.HeaderClassName
{
color: #DB0507;
}
.AnyTagClassName
{
color: #DB0507;
}
</style>
background-color css
<style>
a { background-color: #DB0507; }
a { background-color: rgb(219,5,7); }
div.DivClassName
{
background-color: #DB0507;
}
.BgClassName
{
background-color: #DB0507;
}
</style>
border-color css
<style>
span { border-color: #DB0507; }
span { border-color: rgb(219,5,7); }
td.TdClassName
{
border-color: #DB0507;
}
.TagClassName
{
border-color: #DB0507;
}
</style>