Shades of Venetian Red #DC0218
Tints of Venetian Red #DC0218
RGB
CMYK
RGB Variations
Color information
#DC0218 (or 0xDC0218) is known color: Venetian Red. HEX triplet: DC, 02 and 18. RGB value is (220,2,24). Sum of RGB (Red+Green+Blue) = 220+2+24=246 (32% of max value = 765). Red value is 220 (86.33% from 255 or 89.43% from 246); Green value is 2 (1.17% from 255 or 0.81% from 246); Blue value is 24 (9.77% from 255 or 9.76% from 246); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0218 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0218 is #23FDE7. Grayscale: #454545. Windows color (decimal): -2358760 or 1573596. OLE color: 1573596.
HSL color Cylindrical-coordinate representation of color #DC0218: hue angle of 353.94º 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 #DC0218 is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 2 | 24 | - |
| CMYK | 0 | 0.99 | 0.89 | 0.14 |
| HSL | 353.94º | 0.98% | 0.44% | - |
| HSV(B) | 353.94º | 0.99% | 0.86% | - |
| XYZ | 29.7 | 15.33 | 2.26 | - |
| YUV | 69.69 | 102.22 | 235.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 2 | 24 | 0 | 0.99 | 0.89 | 0.14 | 353.94 | 0.98 | 0.44 |
| Hex | DC | 2 | 18 | 0 | 63 | 59 | E | 162 | 62 | 2C |
| Octal | 334 | 2 | 30 | 0 | 143 | 131 | 16 | 542 | 142 | 54 |
| Binary | 11011100 | 10 | 11000 | 0 | 1100011 | 1011001 | 1110 | 101100010 | 1100010 | 101100 |
Color Harmonies of #DC0218
Complementary color
Monochromatic Colors of #DC0218
Black with #DC0218
Text Example
Text Example
White with #DC0218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0218; }
p { color: rgb(220,2,24); }
H1.HeaderClassName
{
color: #DC0218;
}
.AnyTagClassName
{
color: #DC0218;
}
</style>
background-color css
<style>
a { background-color: #DC0218; }
a { background-color: rgb(220,2,24); }
div.DivClassName
{
background-color: #DC0218;
}
.BgClassName
{
background-color: #DC0218;
}
</style>
border-color css
<style>
span { border-color: #DC0218; }
span { border-color: rgb(220,2,24); }
td.TdClassName
{
border-color: #DC0218;
}
.TagClassName
{
border-color: #DC0218;
}
</style>