Shades of Venetian Red #DB021B
Tints of Venetian Red #DB021B
RGB
CMYK
RGB Variations
Color information
#DB021B (or 0xDB021B) is known color: Venetian Red. HEX triplet: DB, 02 and 1B. RGB value is (219,2,27). Sum of RGB (Red+Green+Blue) = 219+2+27=248 (32% of max value = 765). Red value is 219 (85.94% from 255 or 88.31% from 248); Green value is 2 (1.17% from 255 or 0.81% from 248); Blue value is 27 (10.94% from 255 or 10.89% from 248); Max value from RGB is 219 - color contains mainly: red. Hex color #DB021B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB021B is #24FDE4. Grayscale: #454545. Windows color (decimal): -2424293 or 1770203. OLE color: 1770203.
HSL color Cylindrical-coordinate representation of color #DB021B: hue angle of 353.09º 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 #DB021B is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 2 | 27 | - |
| CMYK | 0 | 0.99 | 0.88 | 0.14 |
| HSL | 353.09º | 0.98% | 0.43% | - |
| HSV(B) | 353.09º | 0.99% | 0.86% | - |
| XYZ | 29.43 | 15.18 | 2.42 | - |
| YUV | 69.73 | 103.89 | 234.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 2 | 27 | 0 | 0.99 | 0.88 | 0.14 | 353.09 | 0.98 | 0.43 |
| Hex | DB | 2 | 1B | 0 | 63 | 58 | E | 161 | 62 | 2B |
| Octal | 333 | 2 | 33 | 0 | 143 | 130 | 16 | 541 | 142 | 53 |
| Binary | 11011011 | 10 | 11011 | 0 | 1100011 | 1011000 | 1110 | 101100001 | 1100010 | 101011 |
Color Harmonies of #DB021B
Complementary color
Monochromatic Colors of #DB021B
Black with #DB021B
Text Example
Text Example
White with #DB021B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB021B; }
p { color: rgb(219,2,27); }
H1.HeaderClassName
{
color: #DB021B;
}
.AnyTagClassName
{
color: #DB021B;
}
</style>
background-color css
<style>
a { background-color: #DB021B; }
a { background-color: rgb(219,2,27); }
div.DivClassName
{
background-color: #DB021B;
}
.BgClassName
{
background-color: #DB021B;
}
</style>
border-color css
<style>
span { border-color: #DB021B; }
span { border-color: rgb(219,2,27); }
td.TdClassName
{
border-color: #DB021B;
}
.TagClassName
{
border-color: #DB021B;
}
</style>