Shades of Venetian Red #DB011D
Tints of Venetian Red #DB011D
RGB
CMYK
RGB Variations
Color information
#DB011D (or 0xDB011D) is known color: Venetian Red. HEX triplet: DB, 01 and 1D. RGB value is (219,1,29). Sum of RGB (Red+Green+Blue) = 219+1+29=249 (32% of max value = 765). Red value is 219 (85.94% from 255 or 87.95% from 249); Green value is 1 (0.78% from 255 or 0.40% from 249); Blue value is 29 (11.72% from 255 or 11.65% from 249); Max value from RGB is 219 - color contains mainly: red. Hex color #DB011D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB011D is #24FEE2. Grayscale: #454545. Windows color (decimal): -2424547 or 1901019. OLE color: 1901019.
HSL color Cylindrical-coordinate representation of color #DB011D: hue angle of 352.29º 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 #DB011D is Cyan = 0, Magento = 1.00, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 1 | 29 | - |
| CMYK | 0 | 1.00 | 0.87 | 0.14 |
| HSL | 352.29º | 0.99% | 0.43% | - |
| HSV(B) | 352.29º | 1% | 0.86% | - |
| XYZ | 29.45 | 15.17 | 2.54 | - |
| YUV | 69.37 | 105.22 | 234.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 1 | 29 | 0 | 1.00 | 0.87 | 0.14 | 352.29 | 0.99 | 0.43 |
| Hex | DB | 1 | 1D | 0 | 64 | 57 | E | 160 | 63 | 2B |
| Octal | 333 | 1 | 35 | 0 | 144 | 127 | 16 | 540 | 143 | 53 |
| Binary | 11011011 | 1 | 11101 | 0 | 1100100 | 1010111 | 1110 | 101100000 | 1100011 | 101011 |
Color Harmonies of #DB011D
Complementary color
Monochromatic Colors of #DB011D
Black with #DB011D
Text Example
Text Example
White with #DB011D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB011D; }
p { color: rgb(219,1,29); }
H1.HeaderClassName
{
color: #DB011D;
}
.AnyTagClassName
{
color: #DB011D;
}
</style>
background-color css
<style>
a { background-color: #DB011D; }
a { background-color: rgb(219,1,29); }
div.DivClassName
{
background-color: #DB011D;
}
.BgClassName
{
background-color: #DB011D;
}
</style>
border-color css
<style>
span { border-color: #DB011D; }
span { border-color: rgb(219,1,29); }
td.TdClassName
{
border-color: #DB011D;
}
.TagClassName
{
border-color: #DB011D;
}
</style>