Shades of Venetian Red #DA0412
Tints of Venetian Red #DA0412
RGB
CMYK
RGB Variations
Color information
#DA0412 (or 0xDA0412) is known color: Venetian Red. HEX triplet: DA, 04 and 12. RGB value is (218,4,18). Sum of RGB (Red+Green+Blue) = 218+4+18=240 (31% of max value = 765). Red value is 218 (85.55% from 255 or 90.83% from 240); Green value is 4 (1.95% from 255 or 1.67% from 240); Blue value is 18 (7.42% from 255 or 7.5% from 240); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0412 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0412 is #25FBED. Grayscale: #454545. Windows color (decimal): -2489326 or 1180890. OLE color: 1180890.
HSL color Cylindrical-coordinate representation of color #DA0412: hue angle of 356.07º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DA0412 is Cyan = 0, Magento = 0.98, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 4 | 18 | - |
| CMYK | 0 | 0.98 | 0.92 | 0.15 |
| HSL | 356.07º | 0.96% | 0.44% | - |
| HSV(B) | 356.07º | 0.98% | 0.85% | - |
| XYZ | 29.07 | 15.04 | 1.94 | - |
| YUV | 69.58 | 98.9 | 233.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 4 | 18 | 0 | 0.98 | 0.92 | 0.15 | 356.07 | 0.96 | 0.44 |
| Hex | DA | 4 | 12 | 0 | 62 | 5C | F | 164 | 60 | 2C |
| Octal | 332 | 4 | 22 | 0 | 142 | 134 | 17 | 544 | 140 | 54 |
| Binary | 11011010 | 100 | 10010 | 0 | 1100010 | 1011100 | 1111 | 101100100 | 1100000 | 101100 |
Color Harmonies of #DA0412
Complementary color
Monochromatic Colors of #DA0412
Black with #DA0412
Text Example
Text Example
White with #DA0412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0412; }
p { color: rgb(218,4,18); }
H1.HeaderClassName
{
color: #DA0412;
}
.AnyTagClassName
{
color: #DA0412;
}
</style>
background-color css
<style>
a { background-color: #DA0412; }
a { background-color: rgb(218,4,18); }
div.DivClassName
{
background-color: #DA0412;
}
.BgClassName
{
background-color: #DA0412;
}
</style>
border-color css
<style>
span { border-color: #DA0412; }
span { border-color: rgb(218,4,18); }
td.TdClassName
{
border-color: #DA0412;
}
.TagClassName
{
border-color: #DA0412;
}
</style>