Shades of Venetian Red #DB040E
Tints of Venetian Red #DB040E
RGB
CMYK
RGB Variations
Color information
#DB040E (or 0xDB040E) is known color: Venetian Red. HEX triplet: DB, 04 and 0E. RGB value is (219,4,14). Sum of RGB (Red+Green+Blue) = 219+4+14=237 (31% of max value = 765). Red value is 219 (85.94% from 255 or 92.41% from 237); Green value is 4 (1.95% from 255 or 1.69% from 237); Blue value is 14 (5.86% from 255 or 5.91% from 237); Max value from RGB is 219 - color contains mainly: red. Hex color #DB040E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB040E is #24FBF1. Grayscale: #454545. Windows color (decimal): -2423794 or 918747. OLE color: 918747.
HSL color Cylindrical-coordinate representation of color #DB040E: hue angle of 357.21º 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 #DB040E is Cyan = 0, Magento = 0.98, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 4 | 14 | - |
| CMYK | 0 | 0.98 | 0.94 | 0.14 |
| HSL | 357.21º | 0.96% | 0.44% | - |
| HSV(B) | 357.21º | 0.98% | 0.86% | - |
| XYZ | 29.34 | 15.18 | 1.8 | - |
| YUV | 69.43 | 96.73 | 234.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 4 | 14 | 0 | 0.98 | 0.94 | 0.14 | 357.21 | 0.96 | 0.44 |
| Hex | DB | 4 | E | 0 | 62 | 5E | E | 165 | 60 | 2C |
| Octal | 333 | 4 | 16 | 0 | 142 | 136 | 16 | 545 | 140 | 54 |
| Binary | 11011011 | 100 | 1110 | 0 | 1100010 | 1011110 | 1110 | 101100101 | 1100000 | 101100 |
Color Harmonies of #DB040E
Complementary color
Monochromatic Colors of #DB040E
Black with #DB040E
Text Example
Text Example
White with #DB040E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB040E; }
p { color: rgb(219,4,14); }
H1.HeaderClassName
{
color: #DB040E;
}
.AnyTagClassName
{
color: #DB040E;
}
</style>
background-color css
<style>
a { background-color: #DB040E; }
a { background-color: rgb(219,4,14); }
div.DivClassName
{
background-color: #DB040E;
}
.BgClassName
{
background-color: #DB040E;
}
</style>
border-color css
<style>
span { border-color: #DB040E; }
span { border-color: rgb(219,4,14); }
td.TdClassName
{
border-color: #DB040E;
}
.TagClassName
{
border-color: #DB040E;
}
</style>