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