Shades of Venetian Red #DB0313
Tints of Venetian Red #DB0313
RGB
CMYK
RGB Variations
Color information
#DB0313 (or 0xDB0313) is known color: Venetian Red. HEX triplet: DB, 03 and 13. RGB value is (219,3,19). Sum of RGB (Red+Green+Blue) = 219+3+19=241 (31% of max value = 765). Red value is 219 (85.94% from 255 or 90.87% from 241); Green value is 3 (1.56% from 255 or 1.24% from 241); Blue value is 19 (7.81% from 255 or 7.88% from 241); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0313 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0313 is #24FCEC. Grayscale: #454545. Windows color (decimal): -2424045 or 1246171. OLE color: 1246171.
HSL color Cylindrical-coordinate representation of color #DB0313: hue angle of 355.56º 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 #DB0313 is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 3 | 19 | - |
| CMYK | 0 | 0.99 | 0.91 | 0.14 |
| HSL | 355.56º | 0.97% | 0.44% | - |
| HSV(B) | 355.56º | 0.99% | 0.86% | - |
| XYZ | 29.36 | 15.17 | 2 | - |
| YUV | 69.41 | 99.56 | 234.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 3 | 19 | 0 | 0.99 | 0.91 | 0.14 | 355.56 | 0.97 | 0.44 |
| Hex | DB | 3 | 13 | 0 | 63 | 5B | E | 164 | 61 | 2C |
| Octal | 333 | 3 | 23 | 0 | 143 | 133 | 16 | 544 | 141 | 54 |
| Binary | 11011011 | 11 | 10011 | 0 | 1100011 | 1011011 | 1110 | 101100100 | 1100001 | 101100 |
Color Harmonies of #DB0313
Complementary color
Monochromatic Colors of #DB0313
Black with #DB0313
Text Example
Text Example
White with #DB0313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0313; }
p { color: rgb(219,3,19); }
H1.HeaderClassName
{
color: #DB0313;
}
.AnyTagClassName
{
color: #DB0313;
}
</style>
background-color css
<style>
a { background-color: #DB0313; }
a { background-color: rgb(219,3,19); }
div.DivClassName
{
background-color: #DB0313;
}
.BgClassName
{
background-color: #DB0313;
}
</style>
border-color css
<style>
span { border-color: #DB0313; }
span { border-color: rgb(219,3,19); }
td.TdClassName
{
border-color: #DB0313;
}
.TagClassName
{
border-color: #DB0313;
}
</style>