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