Shades of Venetian Red #DB031D
Tints of Venetian Red #DB031D
RGB
CMYK
RGB Variations
Color information
#DB031D (or 0xDB031D) is known color: Venetian Red. HEX triplet: DB, 03 and 1D. RGB value is (219,3,29). Sum of RGB (Red+Green+Blue) = 219+3+29=251 (33% of max value = 765). Red value is 219 (85.94% from 255 or 87.25% from 251); Green value is 3 (1.56% from 255 or 1.20% from 251); Blue value is 29 (11.72% from 255 or 11.55% from 251); Max value from RGB is 219 - color contains mainly: red. Hex color #DB031D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB031D is #24FCE2. Grayscale: #464646. Windows color (decimal): -2424035 or 1901531. OLE color: 1901531.
HSL color Cylindrical-coordinate representation of color #DB031D: hue angle of 352.78º 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 #DB031D is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 3 | 29 | - |
| CMYK | 0 | 0.99 | 0.87 | 0.14 |
| HSL | 352.78º | 0.97% | 0.44% | - |
| HSV(B) | 352.78º | 0.99% | 0.86% | - |
| XYZ | 29.47 | 15.21 | 2.55 | - |
| YUV | 70.55 | 104.56 | 233.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 3 | 29 | 0 | 0.99 | 0.87 | 0.14 | 352.78 | 0.97 | 0.44 |
| Hex | DB | 3 | 1D | 0 | 63 | 57 | E | 161 | 61 | 2C |
| Octal | 333 | 3 | 35 | 0 | 143 | 127 | 16 | 541 | 141 | 54 |
| Binary | 11011011 | 11 | 11101 | 0 | 1100011 | 1010111 | 1110 | 101100001 | 1100001 | 101100 |
Color Harmonies of #DB031D
Complementary color
Monochromatic Colors of #DB031D
Black with #DB031D
Text Example
Text Example
White with #DB031D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB031D; }
p { color: rgb(219,3,29); }
H1.HeaderClassName
{
color: #DB031D;
}
.AnyTagClassName
{
color: #DB031D;
}
</style>
background-color css
<style>
a { background-color: #DB031D; }
a { background-color: rgb(219,3,29); }
div.DivClassName
{
background-color: #DB031D;
}
.BgClassName
{
background-color: #DB031D;
}
</style>
border-color css
<style>
span { border-color: #DB031D; }
span { border-color: rgb(219,3,29); }
td.TdClassName
{
border-color: #DB031D;
}
.TagClassName
{
border-color: #DB031D;
}
</style>