Shades of Venetian Red #DB051F
Tints of Venetian Red #DB051F
RGB
CMYK
RGB Variations
Color information
#DB051F (or 0xDB051F) is known color: Venetian Red. HEX triplet: DB, 05 and 1F. RGB value is (219,5,31). Sum of RGB (Red+Green+Blue) = 219+5+31=255 (33% of max value = 765). Red value is 219 (85.94% from 255 or 85.88% from 255); Green value is 5 (2.34% from 255 or 1.96% from 255); Blue value is 31 (12.5% from 255 or 12.16% from 255); Max value from RGB is 219 - color contains mainly: red. Hex color #DB051F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB051F is #24FAE0. Grayscale: #484848. Windows color (decimal): -2423521 or 2033115. OLE color: 2033115.
HSL color Cylindrical-coordinate representation of color #DB051F: hue angle of 352.71º 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 #DB051F is Cyan = 0, Magento = 0.98, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 5 | 31 | - |
| CMYK | 0 | 0.98 | 0.86 | 0.14 |
| HSL | 352.71º | 0.96% | 0.44% | - |
| HSV(B) | 352.71º | 0.98% | 0.86% | - |
| XYZ | 29.52 | 15.27 | 2.69 | - |
| YUV | 71.95 | 104.9 | 232.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 5 | 31 | 0 | 0.98 | 0.86 | 0.14 | 352.71 | 0.96 | 0.44 |
| Hex | DB | 5 | 1F | 0 | 62 | 56 | E | 161 | 60 | 2C |
| Octal | 333 | 5 | 37 | 0 | 142 | 126 | 16 | 541 | 140 | 54 |
| Binary | 11011011 | 101 | 11111 | 0 | 1100010 | 1010110 | 1110 | 101100001 | 1100000 | 101100 |
Color Harmonies of #DB051F
Complementary color
Monochromatic Colors of #DB051F
Black with #DB051F
Text Example
Text Example
White with #DB051F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB051F; }
p { color: rgb(219,5,31); }
H1.HeaderClassName
{
color: #DB051F;
}
.AnyTagClassName
{
color: #DB051F;
}
</style>
background-color css
<style>
a { background-color: #DB051F; }
a { background-color: rgb(219,5,31); }
div.DivClassName
{
background-color: #DB051F;
}
.BgClassName
{
background-color: #DB051F;
}
</style>
border-color css
<style>
span { border-color: #DB051F; }
span { border-color: rgb(219,5,31); }
td.TdClassName
{
border-color: #DB051F;
}
.TagClassName
{
border-color: #DB051F;
}
</style>