Shades of Venetian Red #DA0112
Tints of Venetian Red #DA0112
RGB
CMYK
RGB Variations
Color information
#DA0112 (or 0xDA0112) is known color: Venetian Red. HEX triplet: DA, 01 and 12. RGB value is (218,1,18). Sum of RGB (Red+Green+Blue) = 218+1+18=237 (31% of max value = 765). Red value is 218 (85.55% from 255 or 91.98% from 237); Green value is 1 (0.78% from 255 or 0.42% from 237); Blue value is 18 (7.42% from 255 or 7.59% from 237); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0112 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0112 is #25FEED. Grayscale: #434343. Windows color (decimal): -2490094 or 1180122. OLE color: 1180122.
HSL color Cylindrical-coordinate representation of color #DA0112: hue angle of 355.3º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA0112 is Cyan = 0, Magento = 1.00, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 1 | 18 | - |
| CMYK | 0 | 1.00 | 0.92 | 0.15 |
| HSL | 355.3º | 0.99% | 0.43% | - |
| HSV(B) | 355.3º | 1% | 0.85% | - |
| XYZ | 29.03 | 14.97 | 1.93 | - |
| YUV | 67.82 | 99.89 | 235.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 1 | 18 | 0 | 1.00 | 0.92 | 0.15 | 355.3 | 0.99 | 0.43 |
| Hex | DA | 1 | 12 | 0 | 64 | 5C | F | 163 | 63 | 2B |
| Octal | 332 | 1 | 22 | 0 | 144 | 134 | 17 | 543 | 143 | 53 |
| Binary | 11011010 | 1 | 10010 | 0 | 1100100 | 1011100 | 1111 | 101100011 | 1100011 | 101011 |
Color Harmonies of #DA0112
Complementary color
Monochromatic Colors of #DA0112
Black with #DA0112
Text Example
Text Example
White with #DA0112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0112; }
p { color: rgb(218,1,18); }
H1.HeaderClassName
{
color: #DA0112;
}
.AnyTagClassName
{
color: #DA0112;
}
</style>
background-color css
<style>
a { background-color: #DA0112; }
a { background-color: rgb(218,1,18); }
div.DivClassName
{
background-color: #DA0112;
}
.BgClassName
{
background-color: #DA0112;
}
</style>
border-color css
<style>
span { border-color: #DA0112; }
span { border-color: rgb(218,1,18); }
td.TdClassName
{
border-color: #DA0112;
}
.TagClassName
{
border-color: #DA0112;
}
</style>