Shades of Venetian Red #DB0508
Tints of Venetian Red #DB0508
RGB
CMYK
RGB Variations
Color information
#DB0508 (or 0xDB0508) is known color: Venetian Red. HEX triplet: DB, 05 and 08. RGB value is (219,5,8). Sum of RGB (Red+Green+Blue) = 219+5+8=232 (30% of max value = 765). Red value is 219 (85.94% from 255 or 94.40% from 232); Green value is 5 (2.34% from 255 or 2.16% from 232); Blue value is 8 (3.52% from 255 or 3.45% from 232); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0508 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0508 is #24FAF7. Grayscale: #454545. Windows color (decimal): -2423544 or 525787. OLE color: 525787.
HSL color Cylindrical-coordinate representation of color #DB0508: hue angle of 359.16º 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 #DB0508 is Cyan = 0, Magento = 0.98, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 5 | 8 | - |
| CMYK | 0 | 0.98 | 0.96 | 0.14 |
| HSL | 359.16º | 0.96% | 0.44% | - |
| HSV(B) | 359.16º | 0.98% | 0.86% | - |
| XYZ | 29.31 | 15.19 | 1.62 | - |
| YUV | 69.33 | 93.4 | 234.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 5 | 8 | 0 | 0.98 | 0.96 | 0.14 | 359.16 | 0.96 | 0.44 |
| Hex | DB | 5 | 8 | 0 | 62 | 60 | E | 167 | 60 | 2C |
| Octal | 333 | 5 | 10 | 0 | 142 | 140 | 16 | 547 | 140 | 54 |
| Binary | 11011011 | 101 | 1000 | 0 | 1100010 | 1100000 | 1110 | 101100111 | 1100000 | 101100 |
Color Harmonies of #DB0508
Complementary color
Monochromatic Colors of #DB0508
Black with #DB0508
Text Example
Text Example
White with #DB0508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0508; }
p { color: rgb(219,5,8); }
H1.HeaderClassName
{
color: #DB0508;
}
.AnyTagClassName
{
color: #DB0508;
}
</style>
background-color css
<style>
a { background-color: #DB0508; }
a { background-color: rgb(219,5,8); }
div.DivClassName
{
background-color: #DB0508;
}
.BgClassName
{
background-color: #DB0508;
}
</style>
border-color css
<style>
span { border-color: #DB0508; }
span { border-color: rgb(219,5,8); }
td.TdClassName
{
border-color: #DB0508;
}
.TagClassName
{
border-color: #DB0508;
}
</style>