Shades of Venetian Red #DB0207
Tints of Venetian Red #DB0207
RGB
CMYK
RGB Variations
Color information
#DB0207 (or 0xDB0207) is known color: Venetian Red. HEX triplet: DB, 02 and 07. RGB value is (219,2,7). Sum of RGB (Red+Green+Blue) = 219+2+7=228 (30% of max value = 765). Red value is 219 (85.94% from 255 or 96.05% from 228); Green value is 2 (1.17% from 255 or 0.88% from 228); Blue value is 7 (3.12% from 255 or 3.07% from 228); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0207 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0207 is #24FDF8. Grayscale: #434343. Windows color (decimal): -2424313 or 459483. OLE color: 459483.
HSL color Cylindrical-coordinate representation of color #DB0207: hue angle of 358.62º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB0207 is Cyan = 0, Magento = 0.99, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 2 | 7 | - |
| CMYK | 0 | 0.99 | 0.97 | 0.14 |
| HSL | 358.62º | 0.98% | 0.43% | - |
| HSV(B) | 358.62º | 0.99% | 0.86% | - |
| XYZ | 29.27 | 15.12 | 1.58 | - |
| YUV | 67.45 | 93.89 | 236.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 2 | 7 | 0 | 0.99 | 0.97 | 0.14 | 358.62 | 0.98 | 0.43 |
| Hex | DB | 2 | 7 | 0 | 63 | 61 | E | 167 | 62 | 2B |
| Octal | 333 | 2 | 7 | 0 | 143 | 141 | 16 | 547 | 142 | 53 |
| Binary | 11011011 | 10 | 111 | 0 | 1100011 | 1100001 | 1110 | 101100111 | 1100010 | 101011 |
Color Harmonies of #DB0207
Complementary color
Monochromatic Colors of #DB0207
Black with #DB0207
Text Example
Text Example
White with #DB0207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0207; }
p { color: rgb(219,2,7); }
H1.HeaderClassName
{
color: #DB0207;
}
.AnyTagClassName
{
color: #DB0207;
}
</style>
background-color css
<style>
a { background-color: #DB0207; }
a { background-color: rgb(219,2,7); }
div.DivClassName
{
background-color: #DB0207;
}
.BgClassName
{
background-color: #DB0207;
}
</style>
border-color css
<style>
span { border-color: #DB0207; }
span { border-color: rgb(219,2,7); }
td.TdClassName
{
border-color: #DB0207;
}
.TagClassName
{
border-color: #DB0207;
}
</style>