Shades of Venetian Red #DB041A
Tints of Venetian Red #DB041A
RGB
CMYK
RGB Variations
Color information
#DB041A (or 0xDB041A) is known color: Venetian Red. HEX triplet: DB, 04 and 1A. RGB value is (219,4,26). Sum of RGB (Red+Green+Blue) = 219+4+26=249 (32% of max value = 765). Red value is 219 (85.94% from 255 or 87.95% from 249); Green value is 4 (1.95% from 255 or 1.61% from 249); Blue value is 26 (10.55% from 255 or 10.44% from 249); Max value from RGB is 219 - color contains mainly: red. Hex color #DB041A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB041A is #24FBE5. Grayscale: #464646. Windows color (decimal): -2423782 or 1705179. OLE color: 1705179.
HSL color Cylindrical-coordinate representation of color #DB041A: hue angle of 353.86º 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 #DB041A is Cyan = 0, Magento = 0.98, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 4 | 26 | - |
| CMYK | 0 | 0.98 | 0.88 | 0.14 |
| HSL | 353.86º | 0.96% | 0.44% | - |
| HSV(B) | 353.86º | 0.98% | 0.86% | - |
| XYZ | 29.44 | 15.22 | 2.36 | - |
| YUV | 70.79 | 102.73 | 233.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 4 | 26 | 0 | 0.98 | 0.88 | 0.14 | 353.86 | 0.96 | 0.44 |
| Hex | DB | 4 | 1A | 0 | 62 | 58 | E | 162 | 60 | 2C |
| Octal | 333 | 4 | 32 | 0 | 142 | 130 | 16 | 542 | 140 | 54 |
| Binary | 11011011 | 100 | 11010 | 0 | 1100010 | 1011000 | 1110 | 101100010 | 1100000 | 101100 |
Color Harmonies of #DB041A
Complementary color
Monochromatic Colors of #DB041A
Black with #DB041A
Text Example
Text Example
White with #DB041A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB041A; }
p { color: rgb(219,4,26); }
H1.HeaderClassName
{
color: #DB041A;
}
.AnyTagClassName
{
color: #DB041A;
}
</style>
background-color css
<style>
a { background-color: #DB041A; }
a { background-color: rgb(219,4,26); }
div.DivClassName
{
background-color: #DB041A;
}
.BgClassName
{
background-color: #DB041A;
}
</style>
border-color css
<style>
span { border-color: #DB041A; }
span { border-color: rgb(219,4,26); }
td.TdClassName
{
border-color: #DB041A;
}
.TagClassName
{
border-color: #DB041A;
}
</style>