Shades of Venetian Red #DB010D
Tints of Venetian Red #DB010D
RGB
CMYK
RGB Variations
Color information
#DB010D (or 0xDB010D) is known color: Venetian Red. HEX triplet: DB, 01 and 0D. RGB value is (219,1,13). Sum of RGB (Red+Green+Blue) = 219+1+13=233 (30% of max value = 765). Red value is 219 (85.94% from 255 or 93.99% from 233); Green value is 1 (0.78% from 255 or 0.43% from 233); Blue value is 13 (5.47% from 255 or 5.58% from 233); Max value from RGB is 219 - color contains mainly: red. Hex color #DB010D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB010D is #24FEF2. Grayscale: #434343. Windows color (decimal): -2424563 or 852443. OLE color: 852443.
HSL color Cylindrical-coordinate representation of color #DB010D: hue angle of 356.7º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB010D is Cyan = 0, Magento = 1.00, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 1 | 13 | - |
| CMYK | 0 | 1.00 | 0.94 | 0.14 |
| HSL | 356.7º | 0.99% | 0.43% | - |
| HSV(B) | 356.7º | 1% | 0.86% | - |
| XYZ | 29.3 | 15.11 | 1.75 | - |
| YUV | 67.55 | 97.22 | 236.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 1 | 13 | 0 | 1.00 | 0.94 | 0.14 | 356.7 | 0.99 | 0.43 |
| Hex | DB | 1 | D | 0 | 64 | 5E | E | 165 | 63 | 2B |
| Octal | 333 | 1 | 15 | 0 | 144 | 136 | 16 | 545 | 143 | 53 |
| Binary | 11011011 | 1 | 1101 | 0 | 1100100 | 1011110 | 1110 | 101100101 | 1100011 | 101011 |
Color Harmonies of #DB010D
Complementary color
Monochromatic Colors of #DB010D
Black with #DB010D
Text Example
Text Example
White with #DB010D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB010D; }
p { color: rgb(219,1,13); }
H1.HeaderClassName
{
color: #DB010D;
}
.AnyTagClassName
{
color: #DB010D;
}
</style>
background-color css
<style>
a { background-color: #DB010D; }
a { background-color: rgb(219,1,13); }
div.DivClassName
{
background-color: #DB010D;
}
.BgClassName
{
background-color: #DB010D;
}
</style>
border-color css
<style>
span { border-color: #DB010D; }
span { border-color: rgb(219,1,13); }
td.TdClassName
{
border-color: #DB010D;
}
.TagClassName
{
border-color: #DB010D;
}
</style>