Shades of Venetian Red #DB090C
Tints of Venetian Red #DB090C
RGB
CMYK
RGB Variations
Color information
#DB090C (or 0xDB090C) is known color: Venetian Red. HEX triplet: DB, 09 and 0C. RGB value is (219,9,12). Sum of RGB (Red+Green+Blue) = 219+9+12=240 (31% of max value = 765). Red value is 219 (85.94% from 255 or 91.25% from 240); Green value is 9 (3.91% from 255 or 3.75% from 240); Blue value is 12 (5.08% from 255 or 5% from 240); Max value from RGB is 219 - color contains mainly: red. Hex color #DB090C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB090C is #24F6F3. Grayscale: #484848. Windows color (decimal): -2422516 or 788955. OLE color: 788955.
HSL color Cylindrical-coordinate representation of color #DB090C: hue angle of 359.14º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DB090C is Cyan = 0, Magento = 0.96, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 9 | 12 | - |
| CMYK | 0 | 0.96 | 0.95 | 0.14 |
| HSL | 359.14º | 0.92% | 0.45% | - |
| HSV(B) | 359.14º | 0.96% | 0.86% | - |
| XYZ | 29.38 | 15.28 | 1.75 | - |
| YUV | 72.13 | 94.07 | 232.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 9 | 12 | 0 | 0.96 | 0.95 | 0.14 | 359.14 | 0.92 | 0.45 |
| Hex | DB | 9 | C | 0 | 60 | 5F | E | 167 | 5C | 2D |
| Octal | 333 | 11 | 14 | 0 | 140 | 137 | 16 | 547 | 134 | 55 |
| Binary | 11011011 | 1001 | 1100 | 0 | 1100000 | 1011111 | 1110 | 101100111 | 1011100 | 101101 |
Color Harmonies of #DB090C
Complementary color
Monochromatic Colors of #DB090C
Black with #DB090C
Text Example
Text Example
White with #DB090C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB090C; }
p { color: rgb(219,9,12); }
H1.HeaderClassName
{
color: #DB090C;
}
.AnyTagClassName
{
color: #DB090C;
}
</style>
background-color css
<style>
a { background-color: #DB090C; }
a { background-color: rgb(219,9,12); }
div.DivClassName
{
background-color: #DB090C;
}
.BgClassName
{
background-color: #DB090C;
}
</style>
border-color css
<style>
span { border-color: #DB090C; }
span { border-color: rgb(219,9,12); }
td.TdClassName
{
border-color: #DB090C;
}
.TagClassName
{
border-color: #DB090C;
}
</style>