Shades of Venetian Red #DB0103
Tints of Venetian Red #DB0103
RGB
CMYK
RGB Variations
Color information
#DB0103 (or 0xDB0103) is known color: Venetian Red. HEX triplet: DB, 01 and 03. RGB value is (219,1,3). Sum of RGB (Red+Green+Blue) = 219+1+3=223 (29% of max value = 765). Red value is 219 (85.94% from 255 or 98.21% from 223); Green value is 1 (0.78% from 255 or 0.45% from 223); Blue value is 3 (1.56% from 255 or 1.35% from 223); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0103 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0103 is #24FEFC. Grayscale: #424242. Windows color (decimal): -2424573 or 197083. OLE color: 197083.
HSL color Cylindrical-coordinate representation of color #DB0103: hue angle of 359.45º 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 #DB0103 is Cyan = 0, Magento = 1.00, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 1 | 3 | - |
| CMYK | 0 | 1.00 | 0.99 | 0.14 |
| HSL | 359.45º | 0.99% | 0.43% | - |
| HSV(B) | 359.45º | 1% | 0.86% | - |
| XYZ | 29.24 | 15.09 | 1.46 | - |
| YUV | 66.41 | 92.22 | 236.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 1 | 3 | 0 | 1.00 | 0.99 | 0.14 | 359.45 | 0.99 | 0.43 |
| Hex | DB | 1 | 3 | 0 | 64 | 63 | E | 167 | 63 | 2B |
| Octal | 333 | 1 | 3 | 0 | 144 | 143 | 16 | 547 | 143 | 53 |
| Binary | 11011011 | 1 | 11 | 0 | 1100100 | 1100011 | 1110 | 101100111 | 1100011 | 101011 |
Color Harmonies of #DB0103
Complementary color
Monochromatic Colors of #DB0103
Black with #DB0103
Text Example
Text Example
White with #DB0103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0103; }
p { color: rgb(219,1,3); }
H1.HeaderClassName
{
color: #DB0103;
}
.AnyTagClassName
{
color: #DB0103;
}
</style>
background-color css
<style>
a { background-color: #DB0103; }
a { background-color: rgb(219,1,3); }
div.DivClassName
{
background-color: #DB0103;
}
.BgClassName
{
background-color: #DB0103;
}
</style>
border-color css
<style>
span { border-color: #DB0103; }
span { border-color: rgb(219,1,3); }
td.TdClassName
{
border-color: #DB0103;
}
.TagClassName
{
border-color: #DB0103;
}
</style>