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