Shades of Venetian Red #DA0519
Tints of Venetian Red #DA0519
RGB
CMYK
RGB Variations
Color information
#DA0519 (or 0xDA0519) is known color: Venetian Red. HEX triplet: DA, 05 and 19. RGB value is (218,5,25). Sum of RGB (Red+Green+Blue) = 218+5+25=248 (32% of max value = 765). Red value is 218 (85.55% from 255 or 87.90% from 248); Green value is 5 (2.34% from 255 or 2.02% from 248); Blue value is 25 (10.16% from 255 or 10.08% from 248); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0519 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0519 is #25FAE6. Grayscale: #474747. Windows color (decimal): -2489063 or 1639898. OLE color: 1639898.
HSL color Cylindrical-coordinate representation of color #DA0519: hue angle of 354.37º 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 #DA0519 is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 5 | 25 | - |
| CMYK | 0 | 0.98 | 0.89 | 0.15 |
| HSL | 354.37º | 0.96% | 0.44% | - |
| HSV(B) | 354.37º | 0.98% | 0.85% | - |
| XYZ | 29.14 | 15.08 | 2.3 | - |
| YUV | 70.97 | 102.07 | 232.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 5 | 25 | 0 | 0.98 | 0.89 | 0.15 | 354.37 | 0.96 | 0.44 |
| Hex | DA | 5 | 19 | 0 | 62 | 59 | F | 162 | 60 | 2C |
| Octal | 332 | 5 | 31 | 0 | 142 | 131 | 17 | 542 | 140 | 54 |
| Binary | 11011010 | 101 | 11001 | 0 | 1100010 | 1011001 | 1111 | 101100010 | 1100000 | 101100 |
Color Harmonies of #DA0519
Complementary color
Monochromatic Colors of #DA0519
Black with #DA0519
Text Example
Text Example
White with #DA0519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0519; }
p { color: rgb(218,5,25); }
H1.HeaderClassName
{
color: #DA0519;
}
.AnyTagClassName
{
color: #DA0519;
}
</style>
background-color css
<style>
a { background-color: #DA0519; }
a { background-color: rgb(218,5,25); }
div.DivClassName
{
background-color: #DA0519;
}
.BgClassName
{
background-color: #DA0519;
}
</style>
border-color css
<style>
span { border-color: #DA0519; }
span { border-color: rgb(218,5,25); }
td.TdClassName
{
border-color: #DA0519;
}
.TagClassName
{
border-color: #DA0519;
}
</style>