Shades of Persian Red #DC322C
Tints of Persian Red #DC322C
RGB
CMYK
RGB Variations
Color information
#DC322C (or 0xDC322C) is known color: Persian Red. HEX triplet: DC, 32 and 2C. RGB value is (220,50,44). Sum of RGB (Red+Green+Blue) = 220+50+44=314 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.06% from 314); Green value is 50 (19.92% from 255 or 15.92% from 314); Blue value is 44 (17.58% from 255 or 14.01% from 314); Max value from RGB is 220 - color contains mainly: red. Hex color #DC322C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC322C is #23CDD3. Grayscale: #646464. Windows color (decimal): -2346452 or 2896604. OLE color: 2896604.
HSL color Cylindrical-coordinate representation of color #DC322C: hue angle of 2.05º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC322C is Cyan = 0, Magento = 0.77, Yellow = 0.8 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 50 | 44 | - |
| CMYK | 0 | 0.77 | 0.8 | 0.14 |
| HSL | 2.05º | 0.72% | 0.52% | - |
| HSV(B) | 2.05º | 0.8% | 0.86% | - |
| XYZ | 31.11 | 17.68 | 4.16 | - |
| YUV | 100.15 | 96.32 | 213.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 50 | 44 | 0 | 0.77 | 0.8 | 0.14 | 2.05 | 0.72 | 0.52 |
| Hex | DC | 32 | 2C | 0 | 4D | 50 | E | 2 | 48 | 34 |
| Octal | 334 | 62 | 54 | 0 | 115 | 120 | 16 | 2 | 110 | 64 |
| Binary | 11011100 | 110010 | 101100 | 0 | 1001101 | 1010000 | 1110 | 10 | 1001000 | 110100 |
Color Harmonies of #DC322C
Complementary color
Monochromatic Colors of #DC322C
Black with #DC322C
Text Example
Text Example
White with #DC322C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC322C; }
p { color: rgb(220,50,44); }
H1.HeaderClassName
{
color: #DC322C;
}
.AnyTagClassName
{
color: #DC322C;
}
</style>
background-color css
<style>
a { background-color: #DC322C; }
a { background-color: rgb(220,50,44); }
div.DivClassName
{
background-color: #DC322C;
}
.BgClassName
{
background-color: #DC322C;
}
</style>
border-color css
<style>
span { border-color: #DC322C; }
span { border-color: rgb(220,50,44); }
td.TdClassName
{
border-color: #DC322C;
}
.TagClassName
{
border-color: #DC322C;
}
</style>