Shades of Venetian Red #DC020E
Tints of Venetian Red #DC020E
RGB
CMYK
RGB Variations
Color information
#DC020E (or 0xDC020E) is known color: Venetian Red. HEX triplet: DC, 02 and 0E. RGB value is (220,2,14). Sum of RGB (Red+Green+Blue) = 220+2+14=236 (31% of max value = 765). Red value is 220 (86.33% from 255 or 93.22% from 236); Green value is 2 (1.17% from 255 or 0.85% from 236); Blue value is 14 (5.86% from 255 or 5.93% from 236); Max value from RGB is 220 - color contains mainly: red. Hex color #DC020E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC020E is #23FDF1. Grayscale: #444444. Windows color (decimal): -2358770 or 918236. OLE color: 918236.
HSL color Cylindrical-coordinate representation of color #DC020E: hue angle of 356.7º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DC020E is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 2 | 14 | - |
| CMYK | 0 | 0.99 | 0.94 | 0.14 |
| HSL | 356.7º | 0.98% | 0.44% | - |
| HSV(B) | 356.7º | 0.99% | 0.86% | - |
| XYZ | 29.62 | 15.29 | 1.81 | - |
| YUV | 68.55 | 97.22 | 236.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 2 | 14 | 0 | 0.99 | 0.94 | 0.14 | 356.7 | 0.98 | 0.44 |
| Hex | DC | 2 | E | 0 | 63 | 5E | E | 165 | 62 | 2C |
| Octal | 334 | 2 | 16 | 0 | 143 | 136 | 16 | 545 | 142 | 54 |
| Binary | 11011100 | 10 | 1110 | 0 | 1100011 | 1011110 | 1110 | 101100101 | 1100010 | 101100 |
Color Harmonies of #DC020E
Complementary color
Monochromatic Colors of #DC020E
Black with #DC020E
Text Example
Text Example
White with #DC020E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC020E; }
p { color: rgb(220,2,14); }
H1.HeaderClassName
{
color: #DC020E;
}
.AnyTagClassName
{
color: #DC020E;
}
</style>
background-color css
<style>
a { background-color: #DC020E; }
a { background-color: rgb(220,2,14); }
div.DivClassName
{
background-color: #DC020E;
}
.BgClassName
{
background-color: #DC020E;
}
</style>
border-color css
<style>
span { border-color: #DC020E; }
span { border-color: rgb(220,2,14); }
td.TdClassName
{
border-color: #DC020E;
}
.TagClassName
{
border-color: #DC020E;
}
</style>