Shades of Venetian Red #DA0119
Tints of Venetian Red #DA0119
RGB
CMYK
RGB Variations
Color information
#DA0119 (or 0xDA0119) is known color: Venetian Red. HEX triplet: DA, 01 and 19. RGB value is (218,1,25). Sum of RGB (Red+Green+Blue) = 218+1+25=244 (32% of max value = 765). Red value is 218 (85.55% from 255 or 89.34% from 244); Green value is 1 (0.78% from 255 or 0.41% from 244); Blue value is 25 (10.16% from 255 or 10.25% from 244); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0119 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0119 is #25FEE6. Grayscale: #444444. Windows color (decimal): -2490087 or 1638874. OLE color: 1638874.
HSL color Cylindrical-coordinate representation of color #DA0119: hue angle of 353.36º 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 #DA0119 is Cyan = 0, Magento = 1.00, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 1 | 25 | - |
| CMYK | 0 | 1.00 | 0.89 | 0.15 |
| HSL | 353.36º | 0.99% | 0.43% | - |
| HSV(B) | 353.36º | 1% | 0.85% | - |
| XYZ | 29.1 | 15 | 2.28 | - |
| YUV | 68.62 | 103.39 | 234.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 1 | 25 | 0 | 1.00 | 0.89 | 0.15 | 353.36 | 0.99 | 0.43 |
| Hex | DA | 1 | 19 | 0 | 64 | 59 | F | 161 | 63 | 2B |
| Octal | 332 | 1 | 31 | 0 | 144 | 131 | 17 | 541 | 143 | 53 |
| Binary | 11011010 | 1 | 11001 | 0 | 1100100 | 1011001 | 1111 | 101100001 | 1100011 | 101011 |
Color Harmonies of #DA0119
Complementary color
Monochromatic Colors of #DA0119
Black with #DA0119
Text Example
Text Example
White with #DA0119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0119; }
p { color: rgb(218,1,25); }
H1.HeaderClassName
{
color: #DA0119;
}
.AnyTagClassName
{
color: #DA0119;
}
</style>
background-color css
<style>
a { background-color: #DA0119; }
a { background-color: rgb(218,1,25); }
div.DivClassName
{
background-color: #DA0119;
}
.BgClassName
{
background-color: #DA0119;
}
</style>
border-color css
<style>
span { border-color: #DA0119; }
span { border-color: rgb(218,1,25); }
td.TdClassName
{
border-color: #DA0119;
}
.TagClassName
{
border-color: #DA0119;
}
</style>