Shades of Venetian Red #DB031E
Tints of Venetian Red #DB031E
RGB
CMYK
RGB Variations
Color information
#DB031E (or 0xDB031E) is known color: Venetian Red. HEX triplet: DB, 03 and 1E. RGB value is (219,3,30). Sum of RGB (Red+Green+Blue) = 219+3+30=252 (33% of max value = 765). Red value is 219 (85.94% from 255 or 86.90% from 252); Green value is 3 (1.56% from 255 or 1.19% from 252); Blue value is 30 (12.11% from 255 or 11.90% from 252); Max value from RGB is 219 - color contains mainly: red. Hex color #DB031E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB031E is #24FCE1. Grayscale: #464646. Windows color (decimal): -2424034 or 1967067. OLE color: 1967067.
HSL color Cylindrical-coordinate representation of color #DB031E: hue angle of 352.5º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB031E is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 3 | 30 | - |
| CMYK | 0 | 0.99 | 0.86 | 0.14 |
| HSL | 352.5º | 0.97% | 0.44% | - |
| HSV(B) | 352.5º | 0.99% | 0.86% | - |
| XYZ | 29.48 | 15.22 | 2.61 | - |
| YUV | 70.66 | 105.06 | 233.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 3 | 30 | 0 | 0.99 | 0.86 | 0.14 | 352.5 | 0.97 | 0.44 |
| Hex | DB | 3 | 1E | 0 | 63 | 56 | E | 160 | 61 | 2C |
| Octal | 333 | 3 | 36 | 0 | 143 | 126 | 16 | 540 | 141 | 54 |
| Binary | 11011011 | 11 | 11110 | 0 | 1100011 | 1010110 | 1110 | 101100000 | 1100001 | 101100 |
Color Harmonies of #DB031E
Complementary color
Monochromatic Colors of #DB031E
Black with #DB031E
Text Example
Text Example
White with #DB031E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB031E; }
p { color: rgb(219,3,30); }
H1.HeaderClassName
{
color: #DB031E;
}
.AnyTagClassName
{
color: #DB031E;
}
</style>
background-color css
<style>
a { background-color: #DB031E; }
a { background-color: rgb(219,3,30); }
div.DivClassName
{
background-color: #DB031E;
}
.BgClassName
{
background-color: #DB031E;
}
</style>
border-color css
<style>
span { border-color: #DB031E; }
span { border-color: rgb(219,3,30); }
td.TdClassName
{
border-color: #DB031E;
}
.TagClassName
{
border-color: #DB031E;
}
</style>