Shades of Venetian Red #DB031F
Tints of Venetian Red #DB031F
RGB
CMYK
RGB Variations
Color information
#DB031F (or 0xDB031F) is known color: Venetian Red. HEX triplet: DB, 03 and 1F. RGB value is (219,3,31). Sum of RGB (Red+Green+Blue) = 219+3+31=253 (33% of max value = 765). Red value is 219 (85.94% from 255 or 86.56% from 253); Green value is 3 (1.56% from 255 or 1.19% from 253); Blue value is 31 (12.5% from 255 or 12.25% from 253); Max value from RGB is 219 - color contains mainly: red. Hex color #DB031F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB031F is #24FCE0. Grayscale: #464646. Windows color (decimal): -2424033 or 2032603. OLE color: 2032603.
HSL color Cylindrical-coordinate representation of color #DB031F: hue angle of 352.22º 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 #DB031F is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 3 | 31 | - |
| CMYK | 0 | 0.99 | 0.86 | 0.14 |
| HSL | 352.22º | 0.97% | 0.44% | - |
| HSV(B) | 352.22º | 0.99% | 0.86% | - |
| XYZ | 29.49 | 15.22 | 2.68 | - |
| YUV | 70.78 | 105.56 | 233.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 3 | 31 | 0 | 0.99 | 0.86 | 0.14 | 352.22 | 0.97 | 0.44 |
| Hex | DB | 3 | 1F | 0 | 63 | 56 | E | 160 | 61 | 2C |
| Octal | 333 | 3 | 37 | 0 | 143 | 126 | 16 | 540 | 141 | 54 |
| Binary | 11011011 | 11 | 11111 | 0 | 1100011 | 1010110 | 1110 | 101100000 | 1100001 | 101100 |
Color Harmonies of #DB031F
Complementary color
Monochromatic Colors of #DB031F
Black with #DB031F
Text Example
Text Example
White with #DB031F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB031F; }
p { color: rgb(219,3,31); }
H1.HeaderClassName
{
color: #DB031F;
}
.AnyTagClassName
{
color: #DB031F;
}
</style>
background-color css
<style>
a { background-color: #DB031F; }
a { background-color: rgb(219,3,31); }
div.DivClassName
{
background-color: #DB031F;
}
.BgClassName
{
background-color: #DB031F;
}
</style>
border-color css
<style>
span { border-color: #DB031F; }
span { border-color: rgb(219,3,31); }
td.TdClassName
{
border-color: #DB031F;
}
.TagClassName
{
border-color: #DB031F;
}
</style>