Shades of Venetian Red #DB041B
Tints of Venetian Red #DB041B
RGB
CMYK
RGB Variations
Color information
#DB041B (or 0xDB041B) is known color: Venetian Red. HEX triplet: DB, 04 and 1B. RGB value is (219,4,27). Sum of RGB (Red+Green+Blue) = 219+4+27=250 (33% of max value = 765). Red value is 219 (85.94% from 255 or 87.6% from 250); Green value is 4 (1.95% from 255 or 1.6% from 250); Blue value is 27 (10.94% from 255 or 10.8% from 250); Max value from RGB is 219 - color contains mainly: red. Hex color #DB041B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB041B is #24FBE4. Grayscale: #474747. Windows color (decimal): -2423781 or 1770715. OLE color: 1770715.
HSL color Cylindrical-coordinate representation of color #DB041B: hue angle of 353.58º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DB041B is Cyan = 0, Magento = 0.98, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 4 | 27 | - |
| CMYK | 0 | 0.98 | 0.88 | 0.14 |
| HSL | 353.58º | 0.96% | 0.44% | - |
| HSV(B) | 353.58º | 0.98% | 0.86% | - |
| XYZ | 29.45 | 15.23 | 2.42 | - |
| YUV | 70.91 | 103.23 | 233.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 4 | 27 | 0 | 0.98 | 0.88 | 0.14 | 353.58 | 0.96 | 0.44 |
| Hex | DB | 4 | 1B | 0 | 62 | 58 | E | 162 | 60 | 2C |
| Octal | 333 | 4 | 33 | 0 | 142 | 130 | 16 | 542 | 140 | 54 |
| Binary | 11011011 | 100 | 11011 | 0 | 1100010 | 1011000 | 1110 | 101100010 | 1100000 | 101100 |
Color Harmonies of #DB041B
Complementary color
Monochromatic Colors of #DB041B
Black with #DB041B
Text Example
Text Example
White with #DB041B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB041B; }
p { color: rgb(219,4,27); }
H1.HeaderClassName
{
color: #DB041B;
}
.AnyTagClassName
{
color: #DB041B;
}
</style>
background-color css
<style>
a { background-color: #DB041B; }
a { background-color: rgb(219,4,27); }
div.DivClassName
{
background-color: #DB041B;
}
.BgClassName
{
background-color: #DB041B;
}
</style>
border-color css
<style>
span { border-color: #DB041B; }
span { border-color: rgb(219,4,27); }
td.TdClassName
{
border-color: #DB041B;
}
.TagClassName
{
border-color: #DB041B;
}
</style>