Shades of Venetian Red #DA0816
Tints of Venetian Red #DA0816
RGB
CMYK
RGB Variations
Color information
#DA0816 (or 0xDA0816) is known color: Venetian Red. HEX triplet: DA, 08 and 16. RGB value is (218,8,22). Sum of RGB (Red+Green+Blue) = 218+8+22=248 (32% of max value = 765). Red value is 218 (85.55% from 255 or 87.90% from 248); Green value is 8 (3.52% from 255 or 3.23% from 248); Blue value is 22 (8.98% from 255 or 8.87% from 248); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0816 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0816 is #25F7E9. Grayscale: #484848. Windows color (decimal): -2488298 or 1444058. OLE color: 1444058.
HSL color Cylindrical-coordinate representation of color #DA0816: hue angle of 356º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DA0816 is Cyan = 0, Magento = 0.96, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 8 | 22 | - |
| CMYK | 0 | 0.96 | 0.90 | 0.15 |
| HSL | 356º | 0.93% | 0.44% | - |
| HSV(B) | 356º | 0.96% | 0.85% | - |
| XYZ | 29.15 | 15.14 | 2.14 | - |
| YUV | 72.39 | 99.57 | 231.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 8 | 22 | 0 | 0.96 | 0.90 | 0.15 | 356 | 0.93 | 0.44 |
| Hex | DA | 8 | 16 | 0 | 60 | 5A | F | 164 | 5D | 2C |
| Octal | 332 | 10 | 26 | 0 | 140 | 132 | 17 | 544 | 135 | 54 |
| Binary | 11011010 | 1000 | 10110 | 0 | 1100000 | 1011010 | 1111 | 101100100 | 1011101 | 101100 |
Color Harmonies of #DA0816
Complementary color
Monochromatic Colors of #DA0816
Black with #DA0816
Text Example
Text Example
White with #DA0816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0816; }
p { color: rgb(218,8,22); }
H1.HeaderClassName
{
color: #DA0816;
}
.AnyTagClassName
{
color: #DA0816;
}
</style>
background-color css
<style>
a { background-color: #DA0816; }
a { background-color: rgb(218,8,22); }
div.DivClassName
{
background-color: #DA0816;
}
.BgClassName
{
background-color: #DA0816;
}
</style>
border-color css
<style>
span { border-color: #DA0816; }
span { border-color: rgb(218,8,22); }
td.TdClassName
{
border-color: #DA0816;
}
.TagClassName
{
border-color: #DA0816;
}
</style>