Shades of Venetian Red #DB071C
Tints of Venetian Red #DB071C
RGB
CMYK
RGB Variations
Color information
#DB071C (or 0xDB071C) is known color: Venetian Red. HEX triplet: DB, 07 and 1C. RGB value is (219,7,28). Sum of RGB (Red+Green+Blue) = 219+7+28=254 (33% of max value = 765). Red value is 219 (85.94% from 255 or 86.22% from 254); Green value is 7 (3.12% from 255 or 2.76% from 254); Blue value is 28 (11.33% from 255 or 11.02% from 254); Max value from RGB is 219 - color contains mainly: red. Hex color #DB071C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB071C is #24F8E3. Grayscale: #484848. Windows color (decimal): -2423012 or 1837019. OLE color: 1837019.
HSL color Cylindrical-coordinate representation of color #DB071C: hue angle of 354.06º 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 #DB071C is Cyan = 0, Magento = 0.97, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 7 | 28 | - |
| CMYK | 0 | 0.97 | 0.87 | 0.14 |
| HSL | 354.06º | 0.94% | 0.44% | - |
| HSV(B) | 354.06º | 0.97% | 0.86% | - |
| XYZ | 29.5 | 15.3 | 2.5 | - |
| YUV | 72.78 | 102.74 | 232.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 7 | 28 | 0 | 0.97 | 0.87 | 0.14 | 354.06 | 0.94 | 0.44 |
| Hex | DB | 7 | 1C | 0 | 61 | 57 | E | 162 | 5E | 2C |
| Octal | 333 | 7 | 34 | 0 | 141 | 127 | 16 | 542 | 136 | 54 |
| Binary | 11011011 | 111 | 11100 | 0 | 1100001 | 1010111 | 1110 | 101100010 | 1011110 | 101100 |
Color Harmonies of #DB071C
Complementary color
Monochromatic Colors of #DB071C
Black with #DB071C
Text Example
Text Example
White with #DB071C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB071C; }
p { color: rgb(219,7,28); }
H1.HeaderClassName
{
color: #DB071C;
}
.AnyTagClassName
{
color: #DB071C;
}
</style>
background-color css
<style>
a { background-color: #DB071C; }
a { background-color: rgb(219,7,28); }
div.DivClassName
{
background-color: #DB071C;
}
.BgClassName
{
background-color: #DB071C;
}
</style>
border-color css
<style>
span { border-color: #DB071C; }
span { border-color: rgb(219,7,28); }
td.TdClassName
{
border-color: #DB071C;
}
.TagClassName
{
border-color: #DB071C;
}
</style>