Shades of Venetian Red #DA0205
Tints of Venetian Red #DA0205
RGB
CMYK
RGB Variations
Color information
#DA0205 (or 0xDA0205) is known color: Venetian Red. HEX triplet: DA, 02 and 05. RGB value is (218,2,5). Sum of RGB (Red+Green+Blue) = 218+2+5=225 (29% of max value = 765). Red value is 218 (85.55% from 255 or 96.89% from 225); Green value is 2 (1.17% from 255 or 0.89% from 225); Blue value is 5 (2.34% from 255 or 2.22% from 225); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0205 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0205 is #25FDFA. Grayscale: #434343. Windows color (decimal): -2489851 or 328410. OLE color: 328410.
HSL color Cylindrical-coordinate representation of color #DA0205: hue angle of 359.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 #DA0205 is Cyan = 0, Magento = 0.99, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 2 | 5 | - |
| CMYK | 0 | 0.99 | 0.98 | 0.15 |
| HSL | 359.17º | 0.98% | 0.43% | - |
| HSV(B) | 359.17º | 0.99% | 0.85% | - |
| XYZ | 28.96 | 14.96 | 1.5 | - |
| YUV | 66.93 | 93.06 | 235.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 2 | 5 | 0 | 0.99 | 0.98 | 0.15 | 359.17 | 0.98 | 0.43 |
| Hex | DA | 2 | 5 | 0 | 63 | 62 | F | 167 | 62 | 2B |
| Octal | 332 | 2 | 5 | 0 | 143 | 142 | 17 | 547 | 142 | 53 |
| Binary | 11011010 | 10 | 101 | 0 | 1100011 | 1100010 | 1111 | 101100111 | 1100010 | 101011 |
Color Harmonies of #DA0205
Complementary color
Monochromatic Colors of #DA0205
Black with #DA0205
Text Example
Text Example
White with #DA0205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0205; }
p { color: rgb(218,2,5); }
H1.HeaderClassName
{
color: #DA0205;
}
.AnyTagClassName
{
color: #DA0205;
}
</style>
background-color css
<style>
a { background-color: #DA0205; }
a { background-color: rgb(218,2,5); }
div.DivClassName
{
background-color: #DA0205;
}
.BgClassName
{
background-color: #DA0205;
}
</style>
border-color css
<style>
span { border-color: #DA0205; }
span { border-color: rgb(218,2,5); }
td.TdClassName
{
border-color: #DA0205;
}
.TagClassName
{
border-color: #DA0205;
}
</style>