Shades of Venetian Red #DB0306
Tints of Venetian Red #DB0306
RGB
CMYK
RGB Variations
Color information
#DB0306 (or 0xDB0306) is known color: Venetian Red. HEX triplet: DB, 03 and 06. RGB value is (219,3,6). Sum of RGB (Red+Green+Blue) = 219+3+6=228 (30% of max value = 765). Red value is 219 (85.94% from 255 or 96.05% from 228); Green value is 3 (1.56% from 255 or 1.32% from 228); Blue value is 6 (2.73% from 255 or 2.63% from 228); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0306 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0306 is #24FCF9. Grayscale: #444444. Windows color (decimal): -2424058 or 394203. OLE color: 394203.
HSL color Cylindrical-coordinate representation of color #DB0306: hue angle of 359.17º 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 #DB0306 is Cyan = 0, Magento = 0.99, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 3 | 6 | - |
| CMYK | 0 | 0.99 | 0.97 | 0.14 |
| HSL | 359.17º | 0.97% | 0.44% | - |
| HSV(B) | 359.17º | 0.99% | 0.86% | - |
| XYZ | 29.28 | 15.14 | 1.55 | - |
| YUV | 67.93 | 93.06 | 235.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 3 | 6 | 0 | 0.99 | 0.97 | 0.14 | 359.17 | 0.97 | 0.44 |
| Hex | DB | 3 | 6 | 0 | 63 | 61 | E | 167 | 61 | 2C |
| Octal | 333 | 3 | 6 | 0 | 143 | 141 | 16 | 547 | 141 | 54 |
| Binary | 11011011 | 11 | 110 | 0 | 1100011 | 1100001 | 1110 | 101100111 | 1100001 | 101100 |
Color Harmonies of #DB0306
Complementary color
Monochromatic Colors of #DB0306
Black with #DB0306
Text Example
Text Example
White with #DB0306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0306; }
p { color: rgb(219,3,6); }
H1.HeaderClassName
{
color: #DB0306;
}
.AnyTagClassName
{
color: #DB0306;
}
</style>
background-color css
<style>
a { background-color: #DB0306; }
a { background-color: rgb(219,3,6); }
div.DivClassName
{
background-color: #DB0306;
}
.BgClassName
{
background-color: #DB0306;
}
</style>
border-color css
<style>
span { border-color: #DB0306; }
span { border-color: rgb(219,3,6); }
td.TdClassName
{
border-color: #DB0306;
}
.TagClassName
{
border-color: #DB0306;
}
</style>