Shades of Persian Red #DC2220
Tints of Persian Red #DC2220
RGB
CMYK
RGB Variations
Color information
#DC2220 (or 0xDC2220) is known color: Persian Red. HEX triplet: DC, 22 and 20. RGB value is (220,34,32). Sum of RGB (Red+Green+Blue) = 220+34+32=286 (37% of max value = 765). Red value is 220 (86.33% from 255 or 76.92% from 286); Green value is 34 (13.67% from 255 or 11.89% from 286); Blue value is 32 (12.89% from 255 or 11.19% from 286); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2220 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2220 is #23DDDF. Grayscale: #595959. Windows color (decimal): -2350560 or 2106076. OLE color: 2106076.
HSL color Cylindrical-coordinate representation of color #DC2220: hue angle of 0.64º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC2220 is Cyan = 0, Magento = 0.85, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 34 | 32 | - |
| CMYK | 0 | 0.85 | 0.85 | 0.14 |
| HSL | 0.64º | 0.75% | 0.49% | - |
| HSV(B) | 0.64º | 0.85% | 0.86% | - |
| XYZ | 30.35 | 16.46 | 2.94 | - |
| YUV | 89.39 | 95.62 | 221.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 34 | 32 | 0 | 0.85 | 0.85 | 0.14 | 0.64 | 0.75 | 0.49 |
| Hex | DC | 22 | 20 | 0 | 55 | 55 | E | 1 | 4B | 31 |
| Octal | 334 | 42 | 40 | 0 | 125 | 125 | 16 | 1 | 113 | 61 |
| Binary | 11011100 | 100010 | 100000 | 0 | 1010101 | 1010101 | 1110 | 1 | 1001011 | 110001 |
Color Harmonies of #DC2220
Complementary color
Monochromatic Colors of #DC2220
Black with #DC2220
Text Example
Text Example
White with #DC2220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2220; }
p { color: rgb(220,34,32); }
H1.HeaderClassName
{
color: #DC2220;
}
.AnyTagClassName
{
color: #DC2220;
}
</style>
background-color css
<style>
a { background-color: #DC2220; }
a { background-color: rgb(220,34,32); }
div.DivClassName
{
background-color: #DC2220;
}
.BgClassName
{
background-color: #DC2220;
}
</style>
border-color css
<style>
span { border-color: #DC2220; }
span { border-color: rgb(220,34,32); }
td.TdClassName
{
border-color: #DC2220;
}
.TagClassName
{
border-color: #DC2220;
}
</style>