Shades of Venetian Red #DA0C11
Tints of Venetian Red #DA0C11
RGB
CMYK
RGB Variations
Color information
#DA0C11 (or 0xDA0C11) is known color: Venetian Red. HEX triplet: DA, 0C and 11. RGB value is (218,12,17). Sum of RGB (Red+Green+Blue) = 218+12+17=247 (32% of max value = 765). Red value is 218 (85.55% from 255 or 88.26% from 247); Green value is 12 (5.08% from 255 or 4.86% from 247); Blue value is 17 (7.03% from 255 or 6.88% from 247); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0C11 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0C11 is #25F3EE. Grayscale: #4A4A4A. Windows color (decimal): -2487279 or 1117402. OLE color: 1117402.
HSL color Cylindrical-coordinate representation of color #DA0C11: hue angle of 358.54º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA0C11 is Cyan = 0, Magento = 0.94, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 12 | 17 | - |
| CMYK | 0 | 0.94 | 0.92 | 0.15 |
| HSL | 358.54º | 0.9% | 0.45% | - |
| HSV(B) | 358.54º | 0.94% | 0.85% | - |
| XYZ | 29.15 | 15.21 | 1.93 | - |
| YUV | 74.16 | 95.75 | 230.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 12 | 17 | 0 | 0.94 | 0.92 | 0.15 | 358.54 | 0.9 | 0.45 |
| Hex | DA | C | 11 | 0 | 5E | 5C | F | 167 | 5A | 2D |
| Octal | 332 | 14 | 21 | 0 | 136 | 134 | 17 | 547 | 132 | 55 |
| Binary | 11011010 | 1100 | 10001 | 0 | 1011110 | 1011100 | 1111 | 101100111 | 1011010 | 101101 |
Color Harmonies of #DA0C11
Complementary color
Monochromatic Colors of #DA0C11
Black with #DA0C11
Text Example
Text Example
White with #DA0C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0C11; }
p { color: rgb(218,12,17); }
H1.HeaderClassName
{
color: #DA0C11;
}
.AnyTagClassName
{
color: #DA0C11;
}
</style>
background-color css
<style>
a { background-color: #DA0C11; }
a { background-color: rgb(218,12,17); }
div.DivClassName
{
background-color: #DA0C11;
}
.BgClassName
{
background-color: #DA0C11;
}
</style>
border-color css
<style>
span { border-color: #DA0C11; }
span { border-color: rgb(218,12,17); }
td.TdClassName
{
border-color: #DA0C11;
}
.TagClassName
{
border-color: #DA0C11;
}
</style>