Shades of Venetian Red #DB051C
Tints of Venetian Red #DB051C
RGB
CMYK
RGB Variations
Color information
#DB051C (or 0xDB051C) is known color: Venetian Red. HEX triplet: DB, 05 and 1C. RGB value is (219,5,28). Sum of RGB (Red+Green+Blue) = 219+5+28=252 (33% of max value = 765). Red value is 219 (85.94% from 255 or 86.90% from 252); Green value is 5 (2.34% from 255 or 1.98% from 252); Blue value is 28 (11.33% from 255 or 11.11% from 252); Max value from RGB is 219 - color contains mainly: red. Hex color #DB051C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB051C is #24FAE3. Grayscale: #474747. Windows color (decimal): -2423524 or 1836507. OLE color: 1836507.
HSL color Cylindrical-coordinate representation of color #DB051C: hue angle of 353.55º 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 #DB051C is Cyan = 0, Magento = 0.98, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 5 | 28 | - |
| CMYK | 0 | 0.98 | 0.87 | 0.14 |
| HSL | 353.55º | 0.96% | 0.44% | - |
| HSV(B) | 353.55º | 0.98% | 0.86% | - |
| XYZ | 29.48 | 15.25 | 2.49 | - |
| YUV | 71.61 | 103.4 | 233.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 5 | 28 | 0 | 0.98 | 0.87 | 0.14 | 353.55 | 0.96 | 0.44 |
| Hex | DB | 5 | 1C | 0 | 62 | 57 | E | 162 | 60 | 2C |
| Octal | 333 | 5 | 34 | 0 | 142 | 127 | 16 | 542 | 140 | 54 |
| Binary | 11011011 | 101 | 11100 | 0 | 1100010 | 1010111 | 1110 | 101100010 | 1100000 | 101100 |
Color Harmonies of #DB051C
Complementary color
Monochromatic Colors of #DB051C
Black with #DB051C
Text Example
Text Example
White with #DB051C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB051C; }
p { color: rgb(219,5,28); }
H1.HeaderClassName
{
color: #DB051C;
}
.AnyTagClassName
{
color: #DB051C;
}
</style>
background-color css
<style>
a { background-color: #DB051C; }
a { background-color: rgb(219,5,28); }
div.DivClassName
{
background-color: #DB051C;
}
.BgClassName
{
background-color: #DB051C;
}
</style>
border-color css
<style>
span { border-color: #DB051C; }
span { border-color: rgb(219,5,28); }
td.TdClassName
{
border-color: #DB051C;
}
.TagClassName
{
border-color: #DB051C;
}
</style>