Shades of Venetian Red #DB001D
Tints of Venetian Red #DB001D
RGB
CMYK
RGB Variations
Color information
#DB001D (or 0xDB001D) is known color: Venetian Red. HEX triplet: DB, 00 and 1D. RGB value is (219,0,29). Sum of RGB (Red+Green+Blue) = 219+0+29=248 (32% of max value = 765). Red value is 219 (85.94% from 255 or 88.31% from 248); Green value is 0 (0.39% from 255 or 0% from 248); Blue value is 29 (11.72% from 255 or 11.69% from 248); Max value from RGB is 219 - color contains mainly: red. Hex color #DB001D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB001D is #24FFE2. Grayscale: #444444. Windows color (decimal): -2424803 or 1900763. OLE color: 1900763.
HSL color Cylindrical-coordinate representation of color #DB001D: hue angle of 352.05º 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 #DB001D is Cyan = 0, Magento = 1, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 0 | 29 | - |
| CMYK | 0 | 1 | 0.87 | 0.14 |
| HSL | 352.05º | 1% | 0.43% | - |
| HSV(B) | 352.05º | 1% | 0.86% | - |
| XYZ | 29.44 | 15.15 | 2.53 | - |
| YUV | 68.79 | 105.55 | 235.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 0 | 29 | 0 | 1 | 0.87 | 0.14 | 352.05 | 1 | 0.43 |
| Hex | DB | 0 | 1D | 0 | 64 | 57 | E | 160 | 64 | 2B |
| Octal | 333 | 0 | 35 | 0 | 144 | 127 | 16 | 540 | 144 | 53 |
| Binary | 11011011 | 0 | 11101 | 0 | 1100100 | 1010111 | 1110 | 101100000 | 1100100 | 101011 |
Color Harmonies of #DB001D
Complementary color
Monochromatic Colors of #DB001D
Black with #DB001D
Text Example
Text Example
White with #DB001D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB001D; }
p { color: rgb(219,0,29); }
H1.HeaderClassName
{
color: #DB001D;
}
.AnyTagClassName
{
color: #DB001D;
}
</style>
background-color css
<style>
a { background-color: #DB001D; }
a { background-color: rgb(219,0,29); }
div.DivClassName
{
background-color: #DB001D;
}
.BgClassName
{
background-color: #DB001D;
}
</style>
border-color css
<style>
span { border-color: #DB001D; }
span { border-color: rgb(219,0,29); }
td.TdClassName
{
border-color: #DB001D;
}
.TagClassName
{
border-color: #DB001D;
}
</style>