Shades of Venetian Red #DB031B
Tints of Venetian Red #DB031B
RGB
CMYK
RGB Variations
Color information
#DB031B (or 0xDB031B) is known color: Venetian Red. HEX triplet: DB, 03 and 1B. RGB value is (219,3,27). Sum of RGB (Red+Green+Blue) = 219+3+27=249 (32% of max value = 765). Red value is 219 (85.94% from 255 or 87.95% from 249); Green value is 3 (1.56% from 255 or 1.20% from 249); Blue value is 27 (10.94% from 255 or 10.84% from 249); Max value from RGB is 219 - color contains mainly: red. Hex color #DB031B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB031B is #24FCE4. Grayscale: #464646. Windows color (decimal): -2424037 or 1770459. OLE color: 1770459.
HSL color Cylindrical-coordinate representation of color #DB031B: hue angle of 353.33º 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 #DB031B is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 3 | 27 | - |
| CMYK | 0 | 0.99 | 0.88 | 0.14 |
| HSL | 353.33º | 0.97% | 0.44% | - |
| HSV(B) | 353.33º | 0.99% | 0.86% | - |
| XYZ | 29.44 | 15.2 | 2.42 | - |
| YUV | 70.32 | 103.56 | 234.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 3 | 27 | 0 | 0.99 | 0.88 | 0.14 | 353.33 | 0.97 | 0.44 |
| Hex | DB | 3 | 1B | 0 | 63 | 58 | E | 161 | 61 | 2C |
| Octal | 333 | 3 | 33 | 0 | 143 | 130 | 16 | 541 | 141 | 54 |
| Binary | 11011011 | 11 | 11011 | 0 | 1100011 | 1011000 | 1110 | 101100001 | 1100001 | 101100 |
Color Harmonies of #DB031B
Complementary color
Monochromatic Colors of #DB031B
Black with #DB031B
Text Example
Text Example
White with #DB031B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB031B; }
p { color: rgb(219,3,27); }
H1.HeaderClassName
{
color: #DB031B;
}
.AnyTagClassName
{
color: #DB031B;
}
</style>
background-color css
<style>
a { background-color: #DB031B; }
a { background-color: rgb(219,3,27); }
div.DivClassName
{
background-color: #DB031B;
}
.BgClassName
{
background-color: #DB031B;
}
</style>
border-color css
<style>
span { border-color: #DB031B; }
span { border-color: rgb(219,3,27); }
td.TdClassName
{
border-color: #DB031B;
}
.TagClassName
{
border-color: #DB031B;
}
</style>