Shades of Venetian Red #DB0018
Tints of Venetian Red #DB0018
RGB
CMYK
RGB Variations
Color information
#DB0018 (or 0xDB0018) is known color: Venetian Red. HEX triplet: DB, 00 and 18. RGB value is (219,0,24). Sum of RGB (Red+Green+Blue) = 219+0+24=243 (32% of max value = 765). Red value is 219 (85.94% from 255 or 90.12% from 243); Green value is 0 (0.39% from 255 or 0% from 243); Blue value is 24 (9.77% from 255 or 9.88% from 243); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0018 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0018 is #24FFE7. Grayscale: #444444. Windows color (decimal): -2424808 or 1573083. OLE color: 1573083.
HSL color Cylindrical-coordinate representation of color #DB0018: hue angle of 353.42º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB0018 is Cyan = 0, Magento = 1, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 0 | 24 | - |
| CMYK | 0 | 1 | 0.89 | 0.14 |
| HSL | 353.42º | 1% | 0.43% | - |
| HSV(B) | 353.42º | 1% | 0.86% | - |
| XYZ | 29.38 | 15.13 | 2.24 | - |
| YUV | 68.22 | 103.05 | 235.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 0 | 24 | 0 | 1 | 0.89 | 0.14 | 353.42 | 1 | 0.43 |
| Hex | DB | 0 | 18 | 0 | 64 | 59 | E | 161 | 64 | 2B |
| Octal | 333 | 0 | 30 | 0 | 144 | 131 | 16 | 541 | 144 | 53 |
| Binary | 11011011 | 0 | 11000 | 0 | 1100100 | 1011001 | 1110 | 101100001 | 1100100 | 101011 |
Color Harmonies of #DB0018
Complementary color
Monochromatic Colors of #DB0018
Black with #DB0018
Text Example
Text Example
White with #DB0018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0018; }
p { color: rgb(219,0,24); }
H1.HeaderClassName
{
color: #DB0018;
}
.AnyTagClassName
{
color: #DB0018;
}
</style>
background-color css
<style>
a { background-color: #DB0018; }
a { background-color: rgb(219,0,24); }
div.DivClassName
{
background-color: #DB0018;
}
.BgClassName
{
background-color: #DB0018;
}
</style>
border-color css
<style>
span { border-color: #DB0018; }
span { border-color: rgb(219,0,24); }
td.TdClassName
{
border-color: #DB0018;
}
.TagClassName
{
border-color: #DB0018;
}
</style>