Shades of Venetian Red #DA0210
Tints of Venetian Red #DA0210
RGB
CMYK
RGB Variations
Color information
#DA0210 (or 0xDA0210) is known color: Venetian Red. HEX triplet: DA, 02 and 10. RGB value is (218,2,16). Sum of RGB (Red+Green+Blue) = 218+2+16=236 (31% of max value = 765). Red value is 218 (85.55% from 255 or 92.37% from 236); Green value is 2 (1.17% from 255 or 0.85% from 236); Blue value is 16 (6.64% from 255 or 6.78% from 236); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0210 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0210 is #25FDEF. Grayscale: #444444. Windows color (decimal): -2489840 or 1049306. OLE color: 1049306.
HSL color Cylindrical-coordinate representation of color #DA0210: hue angle of 356.11º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DA0210 is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 2 | 16 | - |
| CMYK | 0 | 0.99 | 0.93 | 0.15 |
| HSL | 356.11º | 0.98% | 0.43% | - |
| HSV(B) | 356.11º | 0.99% | 0.85% | - |
| XYZ | 29.03 | 14.99 | 1.85 | - |
| YUV | 68.18 | 98.56 | 234.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 2 | 16 | 0 | 0.99 | 0.93 | 0.15 | 356.11 | 0.98 | 0.43 |
| Hex | DA | 2 | 10 | 0 | 63 | 5D | F | 164 | 62 | 2B |
| Octal | 332 | 2 | 20 | 0 | 143 | 135 | 17 | 544 | 142 | 53 |
| Binary | 11011010 | 10 | 10000 | 0 | 1100011 | 1011101 | 1111 | 101100100 | 1100010 | 101011 |
Color Harmonies of #DA0210
Complementary color
Monochromatic Colors of #DA0210
Black with #DA0210
Text Example
Text Example
White with #DA0210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0210; }
p { color: rgb(218,2,16); }
H1.HeaderClassName
{
color: #DA0210;
}
.AnyTagClassName
{
color: #DA0210;
}
</style>
background-color css
<style>
a { background-color: #DA0210; }
a { background-color: rgb(218,2,16); }
div.DivClassName
{
background-color: #DA0210;
}
.BgClassName
{
background-color: #DA0210;
}
</style>
border-color css
<style>
span { border-color: #DA0210; }
span { border-color: rgb(218,2,16); }
td.TdClassName
{
border-color: #DA0210;
}
.TagClassName
{
border-color: #DA0210;
}
</style>