Shades of Venetian Red #DB021D
Tints of Venetian Red #DB021D
RGB
CMYK
RGB Variations
Color information
#DB021D (or 0xDB021D) is known color: Venetian Red. HEX triplet: DB, 02 and 1D. RGB value is (219,2,29). Sum of RGB (Red+Green+Blue) = 219+2+29=250 (33% of max value = 765). Red value is 219 (85.94% from 255 or 87.6% from 250); Green value is 2 (1.17% from 255 or 0.8% from 250); Blue value is 29 (11.72% from 255 or 11.6% from 250); Max value from RGB is 219 - color contains mainly: red. Hex color #DB021D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB021D is #24FDE2. Grayscale: #464646. Windows color (decimal): -2424291 or 1901275. OLE color: 1901275.
HSL color Cylindrical-coordinate representation of color #DB021D: hue angle of 352.53º 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 #DB021D is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 2 | 29 | - |
| CMYK | 0 | 0.99 | 0.87 | 0.14 |
| HSL | 352.53º | 0.98% | 0.43% | - |
| HSV(B) | 352.53º | 0.99% | 0.86% | - |
| XYZ | 29.46 | 15.19 | 2.54 | - |
| YUV | 69.96 | 104.89 | 234.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 2 | 29 | 0 | 0.99 | 0.87 | 0.14 | 352.53 | 0.98 | 0.43 |
| Hex | DB | 2 | 1D | 0 | 63 | 57 | E | 161 | 62 | 2B |
| Octal | 333 | 2 | 35 | 0 | 143 | 127 | 16 | 541 | 142 | 53 |
| Binary | 11011011 | 10 | 11101 | 0 | 1100011 | 1010111 | 1110 | 101100001 | 1100010 | 101011 |
Color Harmonies of #DB021D
Complementary color
Monochromatic Colors of #DB021D
Black with #DB021D
Text Example
Text Example
White with #DB021D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB021D; }
p { color: rgb(219,2,29); }
H1.HeaderClassName
{
color: #DB021D;
}
.AnyTagClassName
{
color: #DB021D;
}
</style>
background-color css
<style>
a { background-color: #DB021D; }
a { background-color: rgb(219,2,29); }
div.DivClassName
{
background-color: #DB021D;
}
.BgClassName
{
background-color: #DB021D;
}
</style>
border-color css
<style>
span { border-color: #DB021D; }
span { border-color: rgb(219,2,29); }
td.TdClassName
{
border-color: #DB021D;
}
.TagClassName
{
border-color: #DB021D;
}
</style>