Shades of Venetian Red #DB071B
Tints of Venetian Red #DB071B
RGB
CMYK
RGB Variations
Color information
#DB071B (or 0xDB071B) is known color: Venetian Red. HEX triplet: DB, 07 and 1B. RGB value is (219,7,27). Sum of RGB (Red+Green+Blue) = 219+7+27=253 (33% of max value = 765). Red value is 219 (85.94% from 255 or 86.56% from 253); Green value is 7 (3.12% from 255 or 2.77% from 253); Blue value is 27 (10.94% from 255 or 10.67% from 253); Max value from RGB is 219 - color contains mainly: red. Hex color #DB071B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB071B is #24F8E4. Grayscale: #484848. Windows color (decimal): -2423013 or 1771483. OLE color: 1771483.
HSL color Cylindrical-coordinate representation of color #DB071B: hue angle of 354.34º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DB071B is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 7 | 27 | - |
| CMYK | 0 | 0.97 | 0.88 | 0.14 |
| HSL | 354.34º | 0.94% | 0.44% | - |
| HSV(B) | 354.34º | 0.97% | 0.86% | - |
| XYZ | 29.49 | 15.29 | 2.43 | - |
| YUV | 72.67 | 102.24 | 232.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 7 | 27 | 0 | 0.97 | 0.88 | 0.14 | 354.34 | 0.94 | 0.44 |
| Hex | DB | 7 | 1B | 0 | 61 | 58 | E | 162 | 5E | 2C |
| Octal | 333 | 7 | 33 | 0 | 141 | 130 | 16 | 542 | 136 | 54 |
| Binary | 11011011 | 111 | 11011 | 0 | 1100001 | 1011000 | 1110 | 101100010 | 1011110 | 101100 |
Color Harmonies of #DB071B
Complementary color
Monochromatic Colors of #DB071B
Black with #DB071B
Text Example
Text Example
White with #DB071B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB071B; }
p { color: rgb(219,7,27); }
H1.HeaderClassName
{
color: #DB071B;
}
.AnyTagClassName
{
color: #DB071B;
}
</style>
background-color css
<style>
a { background-color: #DB071B; }
a { background-color: rgb(219,7,27); }
div.DivClassName
{
background-color: #DB071B;
}
.BgClassName
{
background-color: #DB071B;
}
</style>
border-color css
<style>
span { border-color: #DB071B; }
span { border-color: rgb(219,7,27); }
td.TdClassName
{
border-color: #DB071B;
}
.TagClassName
{
border-color: #DB071B;
}
</style>