Shades of Venetian Red #DA020C
Tints of Venetian Red #DA020C
RGB
CMYK
RGB Variations
Color information
#DA020C (or 0xDA020C) is known color: Venetian Red. HEX triplet: DA, 02 and 0C. RGB value is (218,2,12). Sum of RGB (Red+Green+Blue) = 218+2+12=232 (30% of max value = 765). Red value is 218 (85.55% from 255 or 93.97% from 232); Green value is 2 (1.17% from 255 or 0.86% from 232); Blue value is 12 (5.08% from 255 or 5.17% from 232); Max value from RGB is 218 - color contains mainly: red. Hex color #DA020C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA020C is #25FDF3. Grayscale: #434343. Windows color (decimal): -2489844 or 787162. OLE color: 787162.
HSL color Cylindrical-coordinate representation of color #DA020C: hue angle of 357.22º 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 #DA020C is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 2 | 12 | - |
| CMYK | 0 | 0.99 | 0.94 | 0.15 |
| HSL | 357.22º | 0.98% | 0.43% | - |
| HSV(B) | 357.22º | 0.99% | 0.85% | - |
| XYZ | 29 | 14.98 | 1.71 | - |
| YUV | 67.72 | 96.56 | 235.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 2 | 12 | 0 | 0.99 | 0.94 | 0.15 | 357.22 | 0.98 | 0.43 |
| Hex | DA | 2 | C | 0 | 63 | 5E | F | 165 | 62 | 2B |
| Octal | 332 | 2 | 14 | 0 | 143 | 136 | 17 | 545 | 142 | 53 |
| Binary | 11011010 | 10 | 1100 | 0 | 1100011 | 1011110 | 1111 | 101100101 | 1100010 | 101011 |
Color Harmonies of #DA020C
Complementary color
Monochromatic Colors of #DA020C
Black with #DA020C
Text Example
Text Example
White with #DA020C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA020C; }
p { color: rgb(218,2,12); }
H1.HeaderClassName
{
color: #DA020C;
}
.AnyTagClassName
{
color: #DA020C;
}
</style>
background-color css
<style>
a { background-color: #DA020C; }
a { background-color: rgb(218,2,12); }
div.DivClassName
{
background-color: #DA020C;
}
.BgClassName
{
background-color: #DA020C;
}
</style>
border-color css
<style>
span { border-color: #DA020C; }
span { border-color: rgb(218,2,12); }
td.TdClassName
{
border-color: #DA020C;
}
.TagClassName
{
border-color: #DA020C;
}
</style>