Shades of Venetian Red #DB0307
Tints of Venetian Red #DB0307
RGB
CMYK
RGB Variations
Color information
#DB0307 (or 0xDB0307) is known color: Venetian Red. HEX triplet: DB, 03 and 07. RGB value is (219,3,7). Sum of RGB (Red+Green+Blue) = 219+3+7=229 (30% of max value = 765). Red value is 219 (85.94% from 255 or 95.63% from 229); Green value is 3 (1.56% from 255 or 1.31% from 229); Blue value is 7 (3.12% from 255 or 3.06% from 229); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0307 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0307 is #24FCF8. Grayscale: #444444. Windows color (decimal): -2424057 or 459739. OLE color: 459739.
HSL color Cylindrical-coordinate representation of color #DB0307: hue angle of 358.89º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB0307 is Cyan = 0, Magento = 0.99, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 3 | 7 | - |
| CMYK | 0 | 0.99 | 0.97 | 0.14 |
| HSL | 358.89º | 0.97% | 0.44% | - |
| HSV(B) | 358.89º | 0.99% | 0.86% | - |
| XYZ | 29.28 | 15.14 | 1.58 | - |
| YUV | 68.04 | 93.56 | 235.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 3 | 7 | 0 | 0.99 | 0.97 | 0.14 | 358.89 | 0.97 | 0.44 |
| Hex | DB | 3 | 7 | 0 | 63 | 61 | E | 167 | 61 | 2C |
| Octal | 333 | 3 | 7 | 0 | 143 | 141 | 16 | 547 | 141 | 54 |
| Binary | 11011011 | 11 | 111 | 0 | 1100011 | 1100001 | 1110 | 101100111 | 1100001 | 101100 |
Color Harmonies of #DB0307
Complementary color
Monochromatic Colors of #DB0307
Black with #DB0307
Text Example
Text Example
White with #DB0307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0307; }
p { color: rgb(219,3,7); }
H1.HeaderClassName
{
color: #DB0307;
}
.AnyTagClassName
{
color: #DB0307;
}
</style>
background-color css
<style>
a { background-color: #DB0307; }
a { background-color: rgb(219,3,7); }
div.DivClassName
{
background-color: #DB0307;
}
.BgClassName
{
background-color: #DB0307;
}
</style>
border-color css
<style>
span { border-color: #DB0307; }
span { border-color: rgb(219,3,7); }
td.TdClassName
{
border-color: #DB0307;
}
.TagClassName
{
border-color: #DB0307;
}
</style>