Shades of Venetian Red #DB050C
Tints of Venetian Red #DB050C
RGB
CMYK
RGB Variations
Color information
#DB050C (or 0xDB050C) is known color: Venetian Red. HEX triplet: DB, 05 and 0C. RGB value is (219,5,12). Sum of RGB (Red+Green+Blue) = 219+5+12=236 (31% of max value = 765). Red value is 219 (85.94% from 255 or 92.80% from 236); Green value is 5 (2.34% from 255 or 2.12% from 236); Blue value is 12 (5.08% from 255 or 5.08% from 236); Max value from RGB is 219 - color contains mainly: red. Hex color #DB050C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB050C is #24FAF3. Grayscale: #454545. Windows color (decimal): -2423540 or 787931. OLE color: 787931.
HSL color Cylindrical-coordinate representation of color #DB050C: hue angle of 358.04º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DB050C is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 5 | 12 | - |
| CMYK | 0 | 0.98 | 0.95 | 0.14 |
| HSL | 358.04º | 0.96% | 0.44% | - |
| HSV(B) | 358.04º | 0.98% | 0.86% | - |
| XYZ | 29.33 | 15.2 | 1.73 | - |
| YUV | 69.78 | 95.4 | 234.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 5 | 12 | 0 | 0.98 | 0.95 | 0.14 | 358.04 | 0.96 | 0.44 |
| Hex | DB | 5 | C | 0 | 62 | 5F | E | 166 | 60 | 2C |
| Octal | 333 | 5 | 14 | 0 | 142 | 137 | 16 | 546 | 140 | 54 |
| Binary | 11011011 | 101 | 1100 | 0 | 1100010 | 1011111 | 1110 | 101100110 | 1100000 | 101100 |
Color Harmonies of #DB050C
Complementary color
Monochromatic Colors of #DB050C
Black with #DB050C
Text Example
Text Example
White with #DB050C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB050C; }
p { color: rgb(219,5,12); }
H1.HeaderClassName
{
color: #DB050C;
}
.AnyTagClassName
{
color: #DB050C;
}
</style>
background-color css
<style>
a { background-color: #DB050C; }
a { background-color: rgb(219,5,12); }
div.DivClassName
{
background-color: #DB050C;
}
.BgClassName
{
background-color: #DB050C;
}
</style>
border-color css
<style>
span { border-color: #DB050C; }
span { border-color: rgb(219,5,12); }
td.TdClassName
{
border-color: #DB050C;
}
.TagClassName
{
border-color: #DB050C;
}
</style>