Shades of Venetian Red #DA0819
Tints of Venetian Red #DA0819
RGB
CMYK
RGB Variations
Color information
#DA0819 (or 0xDA0819) is known color: Venetian Red. HEX triplet: DA, 08 and 19. RGB value is (218,8,25). Sum of RGB (Red+Green+Blue) = 218+8+25=251 (33% of max value = 765). Red value is 218 (85.55% from 255 or 86.85% from 251); Green value is 8 (3.52% from 255 or 3.19% from 251); Blue value is 25 (10.16% from 255 or 9.96% from 251); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0819 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0819 is #25F7E6. Grayscale: #484848. Windows color (decimal): -2488295 or 1640666. OLE color: 1640666.
HSL color Cylindrical-coordinate representation of color #DA0819: hue angle of 355.14º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DA0819 is Cyan = 0, Magento = 0.96, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 8 | 25 | - |
| CMYK | 0 | 0.96 | 0.89 | 0.15 |
| HSL | 355.14º | 0.93% | 0.44% | - |
| HSV(B) | 355.14º | 0.96% | 0.85% | - |
| XYZ | 29.18 | 15.15 | 2.31 | - |
| YUV | 72.73 | 101.07 | 231.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 8 | 25 | 0 | 0.96 | 0.89 | 0.15 | 355.14 | 0.93 | 0.44 |
| Hex | DA | 8 | 19 | 0 | 60 | 59 | F | 163 | 5D | 2C |
| Octal | 332 | 10 | 31 | 0 | 140 | 131 | 17 | 543 | 135 | 54 |
| Binary | 11011010 | 1000 | 11001 | 0 | 1100000 | 1011001 | 1111 | 101100011 | 1011101 | 101100 |
Color Harmonies of #DA0819
Complementary color
Monochromatic Colors of #DA0819
Black with #DA0819
Text Example
Text Example
White with #DA0819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0819; }
p { color: rgb(218,8,25); }
H1.HeaderClassName
{
color: #DA0819;
}
.AnyTagClassName
{
color: #DA0819;
}
</style>
background-color css
<style>
a { background-color: #DA0819; }
a { background-color: rgb(218,8,25); }
div.DivClassName
{
background-color: #DA0819;
}
.BgClassName
{
background-color: #DA0819;
}
</style>
border-color css
<style>
span { border-color: #DA0819; }
span { border-color: rgb(218,8,25); }
td.TdClassName
{
border-color: #DA0819;
}
.TagClassName
{
border-color: #DA0819;
}
</style>