Shades of Venetian Red #DB020E
Tints of Venetian Red #DB020E
RGB
CMYK
RGB Variations
Color information
#DB020E (or 0xDB020E) is known color: Venetian Red. HEX triplet: DB, 02 and 0E. RGB value is (219,2,14). Sum of RGB (Red+Green+Blue) = 219+2+14=235 (31% of max value = 765). Red value is 219 (85.94% from 255 or 93.19% from 235); Green value is 2 (1.17% from 255 or 0.85% from 235); Blue value is 14 (5.86% from 255 or 5.96% from 235); Max value from RGB is 219 - color contains mainly: red. Hex color #DB020E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB020E is #24FDF1. Grayscale: #444444. Windows color (decimal): -2424306 or 918235. OLE color: 918235.
HSL color Cylindrical-coordinate representation of color #DB020E: hue angle of 356.68º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB020E is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 2 | 14 | - |
| CMYK | 0 | 0.99 | 0.94 | 0.14 |
| HSL | 356.68º | 0.98% | 0.43% | - |
| HSV(B) | 356.68º | 0.99% | 0.86% | - |
| XYZ | 29.31 | 15.14 | 1.79 | - |
| YUV | 68.25 | 97.39 | 235.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 2 | 14 | 0 | 0.99 | 0.94 | 0.14 | 356.68 | 0.98 | 0.43 |
| Hex | DB | 2 | E | 0 | 63 | 5E | E | 165 | 62 | 2B |
| Octal | 333 | 2 | 16 | 0 | 143 | 136 | 16 | 545 | 142 | 53 |
| Binary | 11011011 | 10 | 1110 | 0 | 1100011 | 1011110 | 1110 | 101100101 | 1100010 | 101011 |
Color Harmonies of #DB020E
Complementary color
Monochromatic Colors of #DB020E
Black with #DB020E
Text Example
Text Example
White with #DB020E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB020E; }
p { color: rgb(219,2,14); }
H1.HeaderClassName
{
color: #DB020E;
}
.AnyTagClassName
{
color: #DB020E;
}
</style>
background-color css
<style>
a { background-color: #DB020E; }
a { background-color: rgb(219,2,14); }
div.DivClassName
{
background-color: #DB020E;
}
.BgClassName
{
background-color: #DB020E;
}
</style>
border-color css
<style>
span { border-color: #DB020E; }
span { border-color: rgb(219,2,14); }
td.TdClassName
{
border-color: #DB020E;
}
.TagClassName
{
border-color: #DB020E;
}
</style>