Shades of Venetian Red #DA0217
Tints of Venetian Red #DA0217
RGB
CMYK
RGB Variations
Color information
#DA0217 (or 0xDA0217) is known color: Venetian Red. HEX triplet: DA, 02 and 17. RGB value is (218,2,23). Sum of RGB (Red+Green+Blue) = 218+2+23=243 (32% of max value = 765). Red value is 218 (85.55% from 255 or 89.71% from 243); Green value is 2 (1.17% from 255 or 0.82% from 243); Blue value is 23 (9.38% from 255 or 9.47% from 243); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0217 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0217 is #25FDE8. Grayscale: #454545. Windows color (decimal): -2489833 or 1508058. OLE color: 1508058.
HSL color Cylindrical-coordinate representation of color #DA0217: hue angle of 354.17º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DA0217 is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 2 | 23 | - |
| CMYK | 0 | 0.99 | 0.89 | 0.15 |
| HSL | 354.17º | 0.98% | 0.43% | - |
| HSV(B) | 354.17º | 0.99% | 0.85% | - |
| XYZ | 29.09 | 15.01 | 2.17 | - |
| YUV | 68.98 | 102.06 | 234.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 2 | 23 | 0 | 0.99 | 0.89 | 0.15 | 354.17 | 0.98 | 0.43 |
| Hex | DA | 2 | 17 | 0 | 63 | 59 | F | 162 | 62 | 2B |
| Octal | 332 | 2 | 27 | 0 | 143 | 131 | 17 | 542 | 142 | 53 |
| Binary | 11011010 | 10 | 10111 | 0 | 1100011 | 1011001 | 1111 | 101100010 | 1100010 | 101011 |
Color Harmonies of #DA0217
Complementary color
Monochromatic Colors of #DA0217
Black with #DA0217
Text Example
Text Example
White with #DA0217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0217; }
p { color: rgb(218,2,23); }
H1.HeaderClassName
{
color: #DA0217;
}
.AnyTagClassName
{
color: #DA0217;
}
</style>
background-color css
<style>
a { background-color: #DA0217; }
a { background-color: rgb(218,2,23); }
div.DivClassName
{
background-color: #DA0217;
}
.BgClassName
{
background-color: #DA0217;
}
</style>
border-color css
<style>
span { border-color: #DA0217; }
span { border-color: rgb(218,2,23); }
td.TdClassName
{
border-color: #DA0217;
}
.TagClassName
{
border-color: #DA0217;
}
</style>