Shades of Venetian Red #DB0117
Tints of Venetian Red #DB0117
RGB
CMYK
RGB Variations
Color information
#DB0117 (or 0xDB0117) is known color: Venetian Red. HEX triplet: DB, 01 and 17. RGB value is (219,1,23). Sum of RGB (Red+Green+Blue) = 219+1+23=243 (32% of max value = 765). Red value is 219 (85.94% from 255 or 90.12% from 243); Green value is 1 (0.78% from 255 or 0.41% from 243); Blue value is 23 (9.38% from 255 or 9.47% from 243); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0117 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0117 is #24FEE8. Grayscale: #444444. Windows color (decimal): -2424553 or 1507803. OLE color: 1507803.
HSL color Cylindrical-coordinate representation of color #DB0117: hue angle of 353.94º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB0117 is Cyan = 0, Magento = 1.00, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 1 | 23 | - |
| CMYK | 0 | 1.00 | 0.89 | 0.14 |
| HSL | 353.94º | 0.99% | 0.43% | - |
| HSV(B) | 353.94º | 1% | 0.86% | - |
| XYZ | 29.38 | 15.14 | 2.19 | - |
| YUV | 68.69 | 102.22 | 235.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 1 | 23 | 0 | 1.00 | 0.89 | 0.14 | 353.94 | 0.99 | 0.43 |
| Hex | DB | 1 | 17 | 0 | 64 | 59 | E | 162 | 63 | 2B |
| Octal | 333 | 1 | 27 | 0 | 144 | 131 | 16 | 542 | 143 | 53 |
| Binary | 11011011 | 1 | 10111 | 0 | 1100100 | 1011001 | 1110 | 101100010 | 1100011 | 101011 |
Color Harmonies of #DB0117
Complementary color
Monochromatic Colors of #DB0117
Black with #DB0117
Text Example
Text Example
White with #DB0117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0117; }
p { color: rgb(219,1,23); }
H1.HeaderClassName
{
color: #DB0117;
}
.AnyTagClassName
{
color: #DB0117;
}
</style>
background-color css
<style>
a { background-color: #DB0117; }
a { background-color: rgb(219,1,23); }
div.DivClassName
{
background-color: #DB0117;
}
.BgClassName
{
background-color: #DB0117;
}
</style>
border-color css
<style>
span { border-color: #DB0117; }
span { border-color: rgb(219,1,23); }
td.TdClassName
{
border-color: #DB0117;
}
.TagClassName
{
border-color: #DB0117;
}
</style>