Shades of Venetian Red #DA020A
Tints of Venetian Red #DA020A
RGB
CMYK
RGB Variations
Color information
#DA020A (or 0xDA020A) is known color: Venetian Red. HEX triplet: DA, 02 and 0A. RGB value is (218,2,10). Sum of RGB (Red+Green+Blue) = 218+2+10=230 (30% of max value = 765). Red value is 218 (85.55% from 255 or 94.78% from 230); Green value is 2 (1.17% from 255 or 0.87% from 230); Blue value is 10 (4.30% from 255 or 4.35% from 230); Max value from RGB is 218 - color contains mainly: red. Hex color #DA020A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA020A is #25FDF5. Grayscale: #434343. Windows color (decimal): -2489846 or 656090. OLE color: 656090.
HSL color Cylindrical-coordinate representation of color #DA020A: hue angle of 357.78º 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 #DA020A is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 2 | 10 | - |
| CMYK | 0 | 0.99 | 0.95 | 0.15 |
| HSL | 357.78º | 0.98% | 0.43% | - |
| HSV(B) | 357.78º | 0.99% | 0.85% | - |
| XYZ | 28.99 | 14.97 | 1.65 | - |
| YUV | 67.5 | 95.56 | 235.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 2 | 10 | 0 | 0.99 | 0.95 | 0.15 | 357.78 | 0.98 | 0.43 |
| Hex | DA | 2 | A | 0 | 63 | 5F | F | 166 | 62 | 2B |
| Octal | 332 | 2 | 12 | 0 | 143 | 137 | 17 | 546 | 142 | 53 |
| Binary | 11011010 | 10 | 1010 | 0 | 1100011 | 1011111 | 1111 | 101100110 | 1100010 | 101011 |
Color Harmonies of #DA020A
Complementary color
Monochromatic Colors of #DA020A
Black with #DA020A
Text Example
Text Example
White with #DA020A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA020A; }
p { color: rgb(218,2,10); }
H1.HeaderClassName
{
color: #DA020A;
}
.AnyTagClassName
{
color: #DA020A;
}
</style>
background-color css
<style>
a { background-color: #DA020A; }
a { background-color: rgb(218,2,10); }
div.DivClassName
{
background-color: #DA020A;
}
.BgClassName
{
background-color: #DA020A;
}
</style>
border-color css
<style>
span { border-color: #DA020A; }
span { border-color: rgb(218,2,10); }
td.TdClassName
{
border-color: #DA020A;
}
.TagClassName
{
border-color: #DA020A;
}
</style>