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