Shades of Venetian Red #DB031A
Tints of Venetian Red #DB031A
RGB
CMYK
RGB Variations
Color information
#DB031A (or 0xDB031A) is known color: Venetian Red. HEX triplet: DB, 03 and 1A. RGB value is (219,3,26). Sum of RGB (Red+Green+Blue) = 219+3+26=248 (32% of max value = 765). Red value is 219 (85.94% from 255 or 88.31% from 248); Green value is 3 (1.56% from 255 or 1.21% from 248); Blue value is 26 (10.55% from 255 or 10.48% from 248); Max value from RGB is 219 - color contains mainly: red. Hex color #DB031A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB031A is #24FCE5. Grayscale: #464646. Windows color (decimal): -2424038 or 1704923. OLE color: 1704923.
HSL color Cylindrical-coordinate representation of color #DB031A: hue angle of 353.61º 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 #DB031A is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 3 | 26 | - |
| CMYK | 0 | 0.99 | 0.88 | 0.14 |
| HSL | 353.61º | 0.97% | 0.44% | - |
| HSV(B) | 353.61º | 0.99% | 0.86% | - |
| XYZ | 29.43 | 15.2 | 2.36 | - |
| YUV | 70.21 | 103.06 | 234.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 3 | 26 | 0 | 0.99 | 0.88 | 0.14 | 353.61 | 0.97 | 0.44 |
| Hex | DB | 3 | 1A | 0 | 63 | 58 | E | 162 | 61 | 2C |
| Octal | 333 | 3 | 32 | 0 | 143 | 130 | 16 | 542 | 141 | 54 |
| Binary | 11011011 | 11 | 11010 | 0 | 1100011 | 1011000 | 1110 | 101100010 | 1100001 | 101100 |
Color Harmonies of #DB031A
Complementary color
Monochromatic Colors of #DB031A
Black with #DB031A
Text Example
Text Example
White with #DB031A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB031A; }
p { color: rgb(219,3,26); }
H1.HeaderClassName
{
color: #DB031A;
}
.AnyTagClassName
{
color: #DB031A;
}
</style>
background-color css
<style>
a { background-color: #DB031A; }
a { background-color: rgb(219,3,26); }
div.DivClassName
{
background-color: #DB031A;
}
.BgClassName
{
background-color: #DB031A;
}
</style>
border-color css
<style>
span { border-color: #DB031A; }
span { border-color: rgb(219,3,26); }
td.TdClassName
{
border-color: #DB031A;
}
.TagClassName
{
border-color: #DB031A;
}
</style>