Shades of Venetian Red #DB001A
Tints of Venetian Red #DB001A
RGB
CMYK
RGB Variations
Color information
#DB001A (or 0xDB001A) is known color: Venetian Red. HEX triplet: DB, 00 and 1A. RGB value is (219,0,26). Sum of RGB (Red+Green+Blue) = 219+0+26=245 (32% of max value = 765). Red value is 219 (85.94% from 255 or 89.39% from 245); Green value is 0 (0.39% from 255 or 0% from 245); Blue value is 26 (10.55% from 255 or 10.61% from 245); Max value from RGB is 219 - color contains mainly: red. Hex color #DB001A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB001A is #24FFE5. Grayscale: #444444. Windows color (decimal): -2424806 or 1704155. OLE color: 1704155.
HSL color Cylindrical-coordinate representation of color #DB001A: hue angle of 352.88º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB001A is Cyan = 0, Magento = 1, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 0 | 26 | - |
| CMYK | 0 | 1 | 0.88 | 0.14 |
| HSL | 352.88º | 1% | 0.43% | - |
| HSV(B) | 352.88º | 1% | 0.86% | - |
| XYZ | 29.4 | 15.13 | 2.35 | - |
| YUV | 68.45 | 104.05 | 235.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 0 | 26 | 0 | 1 | 0.88 | 0.14 | 352.88 | 1 | 0.43 |
| Hex | DB | 0 | 1A | 0 | 64 | 58 | E | 161 | 64 | 2B |
| Octal | 333 | 0 | 32 | 0 | 144 | 130 | 16 | 541 | 144 | 53 |
| Binary | 11011011 | 0 | 11010 | 0 | 1100100 | 1011000 | 1110 | 101100001 | 1100100 | 101011 |
Color Harmonies of #DB001A
Complementary color
Monochromatic Colors of #DB001A
Black with #DB001A
Text Example
Text Example
White with #DB001A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB001A; }
p { color: rgb(219,0,26); }
H1.HeaderClassName
{
color: #DB001A;
}
.AnyTagClassName
{
color: #DB001A;
}
</style>
background-color css
<style>
a { background-color: #DB001A; }
a { background-color: rgb(219,0,26); }
div.DivClassName
{
background-color: #DB001A;
}
.BgClassName
{
background-color: #DB001A;
}
</style>
border-color css
<style>
span { border-color: #DB001A; }
span { border-color: rgb(219,0,26); }
td.TdClassName
{
border-color: #DB001A;
}
.TagClassName
{
border-color: #DB001A;
}
</style>