Shades of Venetian Red #DC0214
Tints of Venetian Red #DC0214
RGB
CMYK
RGB Variations
Color information
#DC0214 (or 0xDC0214) is known color: Venetian Red. HEX triplet: DC, 02 and 14. RGB value is (220,2,20). Sum of RGB (Red+Green+Blue) = 220+2+20=242 (32% of max value = 765). Red value is 220 (86.33% from 255 or 90.91% from 242); Green value is 2 (1.17% from 255 or 0.83% from 242); Blue value is 20 (8.20% from 255 or 8.26% from 242); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0214 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0214 is #23FDEB. Grayscale: #454545. Windows color (decimal): -2358764 or 1311452. OLE color: 1311452.
HSL color Cylindrical-coordinate representation of color #DC0214: hue angle of 355.05º 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 #DC0214 is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 2 | 20 | - |
| CMYK | 0 | 0.99 | 0.91 | 0.14 |
| HSL | 355.05º | 0.98% | 0.44% | - |
| HSV(B) | 355.05º | 0.99% | 0.86% | - |
| XYZ | 29.66 | 15.31 | 2.05 | - |
| YUV | 69.23 | 100.22 | 235.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 2 | 20 | 0 | 0.99 | 0.91 | 0.14 | 355.05 | 0.98 | 0.44 |
| Hex | DC | 2 | 14 | 0 | 63 | 5B | E | 163 | 62 | 2C |
| Octal | 334 | 2 | 24 | 0 | 143 | 133 | 16 | 543 | 142 | 54 |
| Binary | 11011100 | 10 | 10100 | 0 | 1100011 | 1011011 | 1110 | 101100011 | 1100010 | 101100 |
Color Harmonies of #DC0214
Complementary color
Monochromatic Colors of #DC0214
Black with #DC0214
Text Example
Text Example
White with #DC0214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0214; }
p { color: rgb(220,2,20); }
H1.HeaderClassName
{
color: #DC0214;
}
.AnyTagClassName
{
color: #DC0214;
}
</style>
background-color css
<style>
a { background-color: #DC0214; }
a { background-color: rgb(220,2,20); }
div.DivClassName
{
background-color: #DC0214;
}
.BgClassName
{
background-color: #DC0214;
}
</style>
border-color css
<style>
span { border-color: #DC0214; }
span { border-color: rgb(220,2,20); }
td.TdClassName
{
border-color: #DC0214;
}
.TagClassName
{
border-color: #DC0214;
}
</style>