Shades of Venetian Red #DA0A17
Tints of Venetian Red #DA0A17
RGB
CMYK
RGB Variations
Color information
#DA0A17 (or 0xDA0A17) is known color: Venetian Red. HEX triplet: DA, 0A and 17. RGB value is (218,10,23). Sum of RGB (Red+Green+Blue) = 218+10+23=251 (33% of max value = 765). Red value is 218 (85.55% from 255 or 86.85% from 251); Green value is 10 (4.30% from 255 or 3.98% from 251); Blue value is 23 (9.38% from 255 or 9.16% from 251); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0A17 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0A17 is #25F5E8. Grayscale: #494949. Windows color (decimal): -2487785 or 1510106. OLE color: 1510106.
HSL color Cylindrical-coordinate representation of color #DA0A17: hue angle of 356.25º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DA0A17 is Cyan = 0, Magento = 0.95, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 10 | 23 | - |
| CMYK | 0 | 0.95 | 0.89 | 0.15 |
| HSL | 356.25º | 0.91% | 0.45% | - |
| HSV(B) | 356.25º | 0.95% | 0.85% | - |
| XYZ | 29.18 | 15.18 | 2.2 | - |
| YUV | 73.67 | 99.41 | 230.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 10 | 23 | 0 | 0.95 | 0.89 | 0.15 | 356.25 | 0.91 | 0.45 |
| Hex | DA | A | 17 | 0 | 5F | 59 | F | 164 | 5B | 2D |
| Octal | 332 | 12 | 27 | 0 | 137 | 131 | 17 | 544 | 133 | 55 |
| Binary | 11011010 | 1010 | 10111 | 0 | 1011111 | 1011001 | 1111 | 101100100 | 1011011 | 101101 |
Color Harmonies of #DA0A17
Complementary color
Monochromatic Colors of #DA0A17
Black with #DA0A17
Text Example
Text Example
White with #DA0A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0A17; }
p { color: rgb(218,10,23); }
H1.HeaderClassName
{
color: #DA0A17;
}
.AnyTagClassName
{
color: #DA0A17;
}
</style>
background-color css
<style>
a { background-color: #DA0A17; }
a { background-color: rgb(218,10,23); }
div.DivClassName
{
background-color: #DA0A17;
}
.BgClassName
{
background-color: #DA0A17;
}
</style>
border-color css
<style>
span { border-color: #DA0A17; }
span { border-color: rgb(218,10,23); }
td.TdClassName
{
border-color: #DA0A17;
}
.TagClassName
{
border-color: #DA0A17;
}
</style>