Shades of Venetian Red #DA0020
Tints of Venetian Red #DA0020
RGB
CMYK
RGB Variations
Color information
#DA0020 (or 0xDA0020) is known color: Venetian Red. HEX triplet: DA, 00 and 20. RGB value is (218,0,32). Sum of RGB (Red+Green+Blue) = 218+0+32=250 (33% of max value = 765). Red value is 218 (85.55% from 255 or 87.2% from 250); Green value is 0 (0.39% from 255 or 0% from 250); Blue value is 32 (12.89% from 255 or 12.8% from 250); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0020 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0020 is #25FFDF. Grayscale: #444444. Windows color (decimal): -2490336 or 2097370. OLE color: 2097370.
HSL color Cylindrical-coordinate representation of color #DA0020: hue angle of 351.19º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA0020 is Cyan = 0, Magento = 1, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 0 | 32 | - |
| CMYK | 0 | 1 | 0.85 | 0.15 |
| HSL | 351.19º | 1% | 0.43% | - |
| HSV(B) | 351.19º | 1% | 0.85% | - |
| XYZ | 29.17 | 15.01 | 2.73 | - |
| YUV | 68.83 | 107.22 | 234.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 0 | 32 | 0 | 1 | 0.85 | 0.15 | 351.19 | 1 | 0.43 |
| Hex | DA | 0 | 20 | 0 | 64 | 55 | F | 15F | 64 | 2B |
| Octal | 332 | 0 | 40 | 0 | 144 | 125 | 17 | 537 | 144 | 53 |
| Binary | 11011010 | 0 | 100000 | 0 | 1100100 | 1010101 | 1111 | 101011111 | 1100100 | 101011 |
Color Harmonies of #DA0020
Complementary color
Monochromatic Colors of #DA0020
Black with #DA0020
Text Example
Text Example
White with #DA0020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0020; }
p { color: rgb(218,0,32); }
H1.HeaderClassName
{
color: #DA0020;
}
.AnyTagClassName
{
color: #DA0020;
}
</style>
background-color css
<style>
a { background-color: #DA0020; }
a { background-color: rgb(218,0,32); }
div.DivClassName
{
background-color: #DA0020;
}
.BgClassName
{
background-color: #DA0020;
}
</style>
border-color css
<style>
span { border-color: #DA0020; }
span { border-color: rgb(218,0,32); }
td.TdClassName
{
border-color: #DA0020;
}
.TagClassName
{
border-color: #DA0020;
}
</style>