Shades of Venetian Red #DA0509
Tints of Venetian Red #DA0509
RGB
CMYK
RGB Variations
Color information
#DA0509 (or 0xDA0509) is known color: Venetian Red. HEX triplet: DA, 05 and 09. RGB value is (218,5,9). Sum of RGB (Red+Green+Blue) = 218+5+9=232 (30% of max value = 765). Red value is 218 (85.55% from 255 or 93.97% from 232); Green value is 5 (2.34% from 255 or 2.16% from 232); Blue value is 9 (3.91% from 255 or 3.88% from 232); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0509 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0509 is #25FAF6. Grayscale: #454545. Windows color (decimal): -2489079 or 591322. OLE color: 591322.
HSL color Cylindrical-coordinate representation of color #DA0509: hue angle of 358.87º 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 #DA0509 is Cyan = 0, Magento = 0.98, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 5 | 9 | - |
| CMYK | 0 | 0.98 | 0.96 | 0.15 |
| HSL | 358.87º | 0.96% | 0.44% | - |
| HSV(B) | 358.87º | 0.98% | 0.85% | - |
| XYZ | 29.02 | 15.03 | 1.63 | - |
| YUV | 69.14 | 94.07 | 234.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 5 | 9 | 0 | 0.98 | 0.96 | 0.15 | 358.87 | 0.96 | 0.44 |
| Hex | DA | 5 | 9 | 0 | 62 | 60 | F | 167 | 60 | 2C |
| Octal | 332 | 5 | 11 | 0 | 142 | 140 | 17 | 547 | 140 | 54 |
| Binary | 11011010 | 101 | 1001 | 0 | 1100010 | 1100000 | 1111 | 101100111 | 1100000 | 101100 |
Color Harmonies of #DA0509
Complementary color
Monochromatic Colors of #DA0509
Black with #DA0509
Text Example
Text Example
White with #DA0509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0509; }
p { color: rgb(218,5,9); }
H1.HeaderClassName
{
color: #DA0509;
}
.AnyTagClassName
{
color: #DA0509;
}
</style>
background-color css
<style>
a { background-color: #DA0509; }
a { background-color: rgb(218,5,9); }
div.DivClassName
{
background-color: #DA0509;
}
.BgClassName
{
background-color: #DA0509;
}
</style>
border-color css
<style>
span { border-color: #DA0509; }
span { border-color: rgb(218,5,9); }
td.TdClassName
{
border-color: #DA0509;
}
.TagClassName
{
border-color: #DA0509;
}
</style>