Shades of Venetian Red #DB011E
Tints of Venetian Red #DB011E
RGB
CMYK
RGB Variations
Color information
#DB011E (or 0xDB011E) is known color: Venetian Red. HEX triplet: DB, 01 and 1E. RGB value is (219,1,30). Sum of RGB (Red+Green+Blue) = 219+1+30=250 (33% of max value = 765). Red value is 219 (85.94% from 255 or 87.6% from 250); Green value is 1 (0.78% from 255 or 0.4% from 250); Blue value is 30 (12.11% from 255 or 12% from 250); Max value from RGB is 219 - color contains mainly: red. Hex color #DB011E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB011E is #24FEE1. Grayscale: #454545. Windows color (decimal): -2424546 or 1966555. OLE color: 1966555.
HSL color Cylindrical-coordinate representation of color #DB011E: hue angle of 352.02º 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 #DB011E is Cyan = 0, Magento = 1.00, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 1 | 30 | - |
| CMYK | 0 | 1.00 | 0.86 | 0.14 |
| HSL | 352.02º | 0.99% | 0.43% | - |
| HSV(B) | 352.02º | 1% | 0.86% | - |
| XYZ | 29.46 | 15.18 | 2.6 | - |
| YUV | 69.49 | 105.72 | 234.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 1 | 30 | 0 | 1.00 | 0.86 | 0.14 | 352.02 | 0.99 | 0.43 |
| Hex | DB | 1 | 1E | 0 | 64 | 56 | E | 160 | 63 | 2B |
| Octal | 333 | 1 | 36 | 0 | 144 | 126 | 16 | 540 | 143 | 53 |
| Binary | 11011011 | 1 | 11110 | 0 | 1100100 | 1010110 | 1110 | 101100000 | 1100011 | 101011 |
Color Harmonies of #DB011E
Complementary color
Monochromatic Colors of #DB011E
Black with #DB011E
Text Example
Text Example
White with #DB011E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB011E; }
p { color: rgb(219,1,30); }
H1.HeaderClassName
{
color: #DB011E;
}
.AnyTagClassName
{
color: #DB011E;
}
</style>
background-color css
<style>
a { background-color: #DB011E; }
a { background-color: rgb(219,1,30); }
div.DivClassName
{
background-color: #DB011E;
}
.BgClassName
{
background-color: #DB011E;
}
</style>
border-color css
<style>
span { border-color: #DB011E; }
span { border-color: rgb(219,1,30); }
td.TdClassName
{
border-color: #DB011E;
}
.TagClassName
{
border-color: #DB011E;
}
</style>