Shades of Venetian Red #DA0016
Tints of Venetian Red #DA0016
RGB
CMYK
RGB Variations
Color information
#DA0016 (or 0xDA0016) is known color: Venetian Red. HEX triplet: DA, 00 and 16. RGB value is (218,0,22). Sum of RGB (Red+Green+Blue) = 218+0+22=240 (31% of max value = 765). Red value is 218 (85.55% from 255 or 90.83% from 240); Green value is 0 (0.39% from 255 or 0% from 240); Blue value is 22 (8.98% from 255 or 9.17% from 240); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0016 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0016 is #25FFE9. Grayscale: #434343. Windows color (decimal): -2490346 or 1442010. OLE color: 1442010.
HSL color Cylindrical-coordinate representation of color #DA0016: hue angle of 353.94º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA0016 is Cyan = 0, Magento = 1, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 0 | 22 | - |
| CMYK | 0 | 1 | 0.90 | 0.15 |
| HSL | 353.94º | 1% | 0.43% | - |
| HSV(B) | 353.94º | 1% | 0.85% | - |
| XYZ | 29.06 | 14.96 | 2.12 | - |
| YUV | 67.69 | 102.22 | 235.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 0 | 22 | 0 | 1 | 0.90 | 0.15 | 353.94 | 1 | 0.43 |
| Hex | DA | 0 | 16 | 0 | 64 | 5A | F | 162 | 64 | 2B |
| Octal | 332 | 0 | 26 | 0 | 144 | 132 | 17 | 542 | 144 | 53 |
| Binary | 11011010 | 0 | 10110 | 0 | 1100100 | 1011010 | 1111 | 101100010 | 1100100 | 101011 |
Color Harmonies of #DA0016
Complementary color
Monochromatic Colors of #DA0016
Black with #DA0016
Text Example
Text Example
White with #DA0016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0016; }
p { color: rgb(218,0,22); }
H1.HeaderClassName
{
color: #DA0016;
}
.AnyTagClassName
{
color: #DA0016;
}
</style>
background-color css
<style>
a { background-color: #DA0016; }
a { background-color: rgb(218,0,22); }
div.DivClassName
{
background-color: #DA0016;
}
.BgClassName
{
background-color: #DA0016;
}
</style>
border-color css
<style>
span { border-color: #DA0016; }
span { border-color: rgb(218,0,22); }
td.TdClassName
{
border-color: #DA0016;
}
.TagClassName
{
border-color: #DA0016;
}
</style>