Shades of Venetian Red #DC0222
Tints of Venetian Red #DC0222
RGB
CMYK
RGB Variations
Color information
#DC0222 (or 0xDC0222) is known color: Venetian Red. HEX triplet: DC, 02 and 22. RGB value is (220,2,34). Sum of RGB (Red+Green+Blue) = 220+2+34=256 (33% of max value = 765). Red value is 220 (86.33% from 255 or 85.94% from 256); Green value is 2 (1.17% from 255 or 0.78% from 256); Blue value is 34 (13.67% from 255 or 13.28% from 256); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0222 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0222 is #23FDDD. Grayscale: #464646. Windows color (decimal): -2358750 or 2228956. OLE color: 2228956.
HSL color Cylindrical-coordinate representation of color #DC0222: hue angle of 351.19º 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 #DC0222 is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 2 | 34 | - |
| CMYK | 0 | 0.99 | 0.85 | 0.14 |
| HSL | 351.19º | 0.98% | 0.44% | - |
| HSV(B) | 351.19º | 0.99% | 0.86% | - |
| XYZ | 29.83 | 15.37 | 2.91 | - |
| YUV | 70.83 | 107.22 | 234.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 2 | 34 | 0 | 0.99 | 0.85 | 0.14 | 351.19 | 0.98 | 0.44 |
| Hex | DC | 2 | 22 | 0 | 63 | 55 | E | 15F | 62 | 2C |
| Octal | 334 | 2 | 42 | 0 | 143 | 125 | 16 | 537 | 142 | 54 |
| Binary | 11011100 | 10 | 100010 | 0 | 1100011 | 1010101 | 1110 | 101011111 | 1100010 | 101100 |
Color Harmonies of #DC0222
Complementary color
Monochromatic Colors of #DC0222
Black with #DC0222
Text Example
Text Example
White with #DC0222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0222; }
p { color: rgb(220,2,34); }
H1.HeaderClassName
{
color: #DC0222;
}
.AnyTagClassName
{
color: #DC0222;
}
</style>
background-color css
<style>
a { background-color: #DC0222; }
a { background-color: rgb(220,2,34); }
div.DivClassName
{
background-color: #DC0222;
}
.BgClassName
{
background-color: #DC0222;
}
</style>
border-color css
<style>
span { border-color: #DC0222; }
span { border-color: rgb(220,2,34); }
td.TdClassName
{
border-color: #DC0222;
}
.TagClassName
{
border-color: #DC0222;
}
</style>