Shades of Venetian Red #DB041C
Tints of Venetian Red #DB041C
RGB
CMYK
RGB Variations
Color information
#DB041C (or 0xDB041C) is known color: Venetian Red. HEX triplet: DB, 04 and 1C. RGB value is (219,4,28). Sum of RGB (Red+Green+Blue) = 219+4+28=251 (33% of max value = 765). Red value is 219 (85.94% from 255 or 87.25% from 251); Green value is 4 (1.95% from 255 or 1.59% from 251); Blue value is 28 (11.33% from 255 or 11.16% from 251); Max value from RGB is 219 - color contains mainly: red. Hex color #DB041C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB041C is #24FBE3. Grayscale: #474747. Windows color (decimal): -2423780 or 1836251. OLE color: 1836251.
HSL color Cylindrical-coordinate representation of color #DB041C: hue angle of 353.3º 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 #DB041C is Cyan = 0, Magento = 0.98, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 4 | 28 | - |
| CMYK | 0 | 0.98 | 0.87 | 0.14 |
| HSL | 353.3º | 0.96% | 0.44% | - |
| HSV(B) | 353.3º | 0.98% | 0.86% | - |
| XYZ | 29.47 | 15.23 | 2.49 | - |
| YUV | 71.02 | 103.73 | 233.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 4 | 28 | 0 | 0.98 | 0.87 | 0.14 | 353.3 | 0.96 | 0.44 |
| Hex | DB | 4 | 1C | 0 | 62 | 57 | E | 161 | 60 | 2C |
| Octal | 333 | 4 | 34 | 0 | 142 | 127 | 16 | 541 | 140 | 54 |
| Binary | 11011011 | 100 | 11100 | 0 | 1100010 | 1010111 | 1110 | 101100001 | 1100000 | 101100 |
Color Harmonies of #DB041C
Complementary color
Monochromatic Colors of #DB041C
Black with #DB041C
Text Example
Text Example
White with #DB041C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB041C; }
p { color: rgb(219,4,28); }
H1.HeaderClassName
{
color: #DB041C;
}
.AnyTagClassName
{
color: #DB041C;
}
</style>
background-color css
<style>
a { background-color: #DB041C; }
a { background-color: rgb(219,4,28); }
div.DivClassName
{
background-color: #DB041C;
}
.BgClassName
{
background-color: #DB041C;
}
</style>
border-color css
<style>
span { border-color: #DB041C; }
span { border-color: rgb(219,4,28); }
td.TdClassName
{
border-color: #DB041C;
}
.TagClassName
{
border-color: #DB041C;
}
</style>