Shades of Venetian Red #DB000B
Tints of Venetian Red #DB000B
RGB
CMYK
RGB Variations
Color information
#DB000B (or 0xDB000B) is known color: Venetian Red. HEX triplet: DB, 00 and 0B. RGB value is (219,0,11). Sum of RGB (Red+Green+Blue) = 219+0+11=230 (30% of max value = 765). Red value is 219 (85.94% from 255 or 95.22% from 230); Green value is 0 (0.39% from 255 or 0% from 230); Blue value is 11 (4.69% from 255 or 4.78% from 230); Max value from RGB is 219 - color contains mainly: red. Hex color #DB000B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB000B is #24FFF4. Grayscale: #424242. Windows color (decimal): -2424821 or 721115. OLE color: 721115.
HSL color Cylindrical-coordinate representation of color #DB000B: hue angle of 356.99º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB000B is Cyan = 0, Magento = 1, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 0 | 11 | - |
| CMYK | 0 | 1 | 0.95 | 0.14 |
| HSL | 356.99º | 1% | 0.43% | - |
| HSV(B) | 356.99º | 1% | 0.86% | - |
| XYZ | 29.27 | 15.08 | 1.69 | - |
| YUV | 66.74 | 96.55 | 236.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 0 | 11 | 0 | 1 | 0.95 | 0.14 | 356.99 | 1 | 0.43 |
| Hex | DB | 0 | B | 0 | 64 | 5F | E | 165 | 64 | 2B |
| Octal | 333 | 0 | 13 | 0 | 144 | 137 | 16 | 545 | 144 | 53 |
| Binary | 11011011 | 0 | 1011 | 0 | 1100100 | 1011111 | 1110 | 101100101 | 1100100 | 101011 |
Color Harmonies of #DB000B
Complementary color
Monochromatic Colors of #DB000B
Black with #DB000B
Text Example
Text Example
White with #DB000B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB000B; }
p { color: rgb(219,0,11); }
H1.HeaderClassName
{
color: #DB000B;
}
.AnyTagClassName
{
color: #DB000B;
}
</style>
background-color css
<style>
a { background-color: #DB000B; }
a { background-color: rgb(219,0,11); }
div.DivClassName
{
background-color: #DB000B;
}
.BgClassName
{
background-color: #DB000B;
}
</style>
border-color css
<style>
span { border-color: #DB000B; }
span { border-color: rgb(219,0,11); }
td.TdClassName
{
border-color: #DB000B;
}
.TagClassName
{
border-color: #DB000B;
}
</style>