Shades of Venetian Red #DB010E
Tints of Venetian Red #DB010E
RGB
CMYK
RGB Variations
Color information
#DB010E (or 0xDB010E) is known color: Venetian Red. HEX triplet: DB, 01 and 0E. RGB value is (219,1,14). Sum of RGB (Red+Green+Blue) = 219+1+14=234 (30% of max value = 765). Red value is 219 (85.94% from 255 or 93.59% from 234); Green value is 1 (0.78% from 255 or 0.43% from 234); Blue value is 14 (5.86% from 255 or 5.98% from 234); Max value from RGB is 219 - color contains mainly: red. Hex color #DB010E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB010E is #24FEF1. Grayscale: #434343. Windows color (decimal): -2424562 or 917979. OLE color: 917979.
HSL color Cylindrical-coordinate representation of color #DB010E: hue angle of 356.42º 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 #DB010E is Cyan = 0, Magento = 1.00, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 1 | 14 | - |
| CMYK | 0 | 1.00 | 0.94 | 0.14 |
| HSL | 356.42º | 0.99% | 0.43% | - |
| HSV(B) | 356.42º | 1% | 0.86% | - |
| XYZ | 29.3 | 15.11 | 1.79 | - |
| YUV | 67.66 | 97.72 | 235.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 1 | 14 | 0 | 1.00 | 0.94 | 0.14 | 356.42 | 0.99 | 0.43 |
| Hex | DB | 1 | E | 0 | 64 | 5E | E | 164 | 63 | 2B |
| Octal | 333 | 1 | 16 | 0 | 144 | 136 | 16 | 544 | 143 | 53 |
| Binary | 11011011 | 1 | 1110 | 0 | 1100100 | 1011110 | 1110 | 101100100 | 1100011 | 101011 |
Color Harmonies of #DB010E
Complementary color
Monochromatic Colors of #DB010E
Black with #DB010E
Text Example
Text Example
White with #DB010E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB010E; }
p { color: rgb(219,1,14); }
H1.HeaderClassName
{
color: #DB010E;
}
.AnyTagClassName
{
color: #DB010E;
}
</style>
background-color css
<style>
a { background-color: #DB010E; }
a { background-color: rgb(219,1,14); }
div.DivClassName
{
background-color: #DB010E;
}
.BgClassName
{
background-color: #DB010E;
}
</style>
border-color css
<style>
span { border-color: #DB010E; }
span { border-color: rgb(219,1,14); }
td.TdClassName
{
border-color: #DB010E;
}
.TagClassName
{
border-color: #DB010E;
}
</style>