Shades of Venetian Red #DB000D
Tints of Venetian Red #DB000D
RGB
CMYK
RGB Variations
Color information
#DB000D (or 0xDB000D) is known color: Venetian Red. HEX triplet: DB, 00 and 0D. RGB value is (219,0,13). Sum of RGB (Red+Green+Blue) = 219+0+13=232 (30% of max value = 765). Red value is 219 (85.94% from 255 or 94.40% from 232); Green value is 0 (0.39% from 255 or 0% from 232); Blue value is 13 (5.47% from 255 or 5.60% from 232); Max value from RGB is 219 - color contains mainly: red. Hex color #DB000D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB000D is #24FFF2. Grayscale: #434343. Windows color (decimal): -2424819 or 852187. OLE color: 852187.
HSL color Cylindrical-coordinate representation of color #DB000D: hue angle of 356.44º 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 #DB000D is Cyan = 0, Magento = 1, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 0 | 13 | - |
| CMYK | 0 | 1 | 0.94 | 0.14 |
| HSL | 356.44º | 1% | 0.43% | - |
| HSV(B) | 356.44º | 1% | 0.86% | - |
| XYZ | 29.29 | 15.09 | 1.75 | - |
| YUV | 66.96 | 97.55 | 236.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 0 | 13 | 0 | 1 | 0.94 | 0.14 | 356.44 | 1 | 0.43 |
| Hex | DB | 0 | D | 0 | 64 | 5E | E | 164 | 64 | 2B |
| Octal | 333 | 0 | 15 | 0 | 144 | 136 | 16 | 544 | 144 | 53 |
| Binary | 11011011 | 0 | 1101 | 0 | 1100100 | 1011110 | 1110 | 101100100 | 1100100 | 101011 |
Color Harmonies of #DB000D
Complementary color
Monochromatic Colors of #DB000D
Black with #DB000D
Text Example
Text Example
White with #DB000D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB000D; }
p { color: rgb(219,0,13); }
H1.HeaderClassName
{
color: #DB000D;
}
.AnyTagClassName
{
color: #DB000D;
}
</style>
background-color css
<style>
a { background-color: #DB000D; }
a { background-color: rgb(219,0,13); }
div.DivClassName
{
background-color: #DB000D;
}
.BgClassName
{
background-color: #DB000D;
}
</style>
border-color css
<style>
span { border-color: #DB000D; }
span { border-color: rgb(219,0,13); }
td.TdClassName
{
border-color: #DB000D;
}
.TagClassName
{
border-color: #DB000D;
}
</style>