Shades of Venetian Red #DB0214
Tints of Venetian Red #DB0214
RGB
CMYK
RGB Variations
Color information
#DB0214 (or 0xDB0214) is known color: Venetian Red. HEX triplet: DB, 02 and 14. RGB value is (219,2,20). Sum of RGB (Red+Green+Blue) = 219+2+20=241 (31% of max value = 765). Red value is 219 (85.94% from 255 or 90.87% from 241); Green value is 2 (1.17% from 255 or 0.83% from 241); Blue value is 20 (8.20% from 255 or 8.30% from 241); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0214 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0214 is #24FDEB. Grayscale: #454545. Windows color (decimal): -2424300 or 1311451. OLE color: 1311451.
HSL color Cylindrical-coordinate representation of color #DB0214: hue angle of 355.02º 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 #DB0214 is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 2 | 20 | - |
| CMYK | 0 | 0.99 | 0.91 | 0.14 |
| HSL | 355.02º | 0.98% | 0.43% | - |
| HSV(B) | 355.02º | 0.99% | 0.86% | - |
| XYZ | 29.36 | 15.15 | 2.04 | - |
| YUV | 68.94 | 100.39 | 235.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 2 | 20 | 0 | 0.99 | 0.91 | 0.14 | 355.02 | 0.98 | 0.43 |
| Hex | DB | 2 | 14 | 0 | 63 | 5B | E | 163 | 62 | 2B |
| Octal | 333 | 2 | 24 | 0 | 143 | 133 | 16 | 543 | 142 | 53 |
| Binary | 11011011 | 10 | 10100 | 0 | 1100011 | 1011011 | 1110 | 101100011 | 1100010 | 101011 |
Color Harmonies of #DB0214
Complementary color
Monochromatic Colors of #DB0214
Black with #DB0214
Text Example
Text Example
White with #DB0214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0214; }
p { color: rgb(219,2,20); }
H1.HeaderClassName
{
color: #DB0214;
}
.AnyTagClassName
{
color: #DB0214;
}
</style>
background-color css
<style>
a { background-color: #DB0214; }
a { background-color: rgb(219,2,20); }
div.DivClassName
{
background-color: #DB0214;
}
.BgClassName
{
background-color: #DB0214;
}
</style>
border-color css
<style>
span { border-color: #DB0214; }
span { border-color: rgb(219,2,20); }
td.TdClassName
{
border-color: #DB0214;
}
.TagClassName
{
border-color: #DB0214;
}
</style>