Shades of Venetian Red #DB0107
Tints of Venetian Red #DB0107
RGB
CMYK
RGB Variations
Color information
#DB0107 (or 0xDB0107) is known color: Venetian Red. HEX triplet: DB, 01 and 07. RGB value is (219,1,7). Sum of RGB (Red+Green+Blue) = 219+1+7=227 (30% of max value = 765). Red value is 219 (85.94% from 255 or 96.48% from 227); Green value is 1 (0.78% from 255 or 0.44% from 227); Blue value is 7 (3.12% from 255 or 3.08% from 227); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0107 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0107 is #24FEF8. Grayscale: #434343. Windows color (decimal): -2424569 or 459227. OLE color: 459227.
HSL color Cylindrical-coordinate representation of color #DB0107: hue angle of 358.35º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB0107 is Cyan = 0, Magento = 1.00, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 1 | 7 | - |
| CMYK | 0 | 1.00 | 0.97 | 0.14 |
| HSL | 358.35º | 0.99% | 0.43% | - |
| HSV(B) | 358.35º | 1% | 0.86% | - |
| XYZ | 29.26 | 15.1 | 1.57 | - |
| YUV | 66.87 | 94.22 | 236.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 1 | 7 | 0 | 1.00 | 0.97 | 0.14 | 358.35 | 0.99 | 0.43 |
| Hex | DB | 1 | 7 | 0 | 64 | 61 | E | 166 | 63 | 2B |
| Octal | 333 | 1 | 7 | 0 | 144 | 141 | 16 | 546 | 143 | 53 |
| Binary | 11011011 | 1 | 111 | 0 | 1100100 | 1100001 | 1110 | 101100110 | 1100011 | 101011 |
Color Harmonies of #DB0107
Complementary color
Monochromatic Colors of #DB0107
Black with #DB0107
Text Example
Text Example
White with #DB0107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0107; }
p { color: rgb(219,1,7); }
H1.HeaderClassName
{
color: #DB0107;
}
.AnyTagClassName
{
color: #DB0107;
}
</style>
background-color css
<style>
a { background-color: #DB0107; }
a { background-color: rgb(219,1,7); }
div.DivClassName
{
background-color: #DB0107;
}
.BgClassName
{
background-color: #DB0107;
}
</style>
border-color css
<style>
span { border-color: #DB0107; }
span { border-color: rgb(219,1,7); }
td.TdClassName
{
border-color: #DB0107;
}
.TagClassName
{
border-color: #DB0107;
}
</style>