Shades of Persian Red #DC322A
Tints of Persian Red #DC322A
RGB
CMYK
RGB Variations
Color information
#DC322A (or 0xDC322A) is known color: Persian Red. HEX triplet: DC, 32 and 2A. RGB value is (220,50,42). Sum of RGB (Red+Green+Blue) = 220+50+42=312 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.51% from 312); Green value is 50 (19.92% from 255 or 16.03% from 312); Blue value is 42 (16.80% from 255 or 13.46% from 312); Max value from RGB is 220 - color contains mainly: red. Hex color #DC322A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC322A is #23CDD5. Grayscale: #646464. Windows color (decimal): -2346454 or 2765532. OLE color: 2765532.
HSL color Cylindrical-coordinate representation of color #DC322A: hue angle of 2.7º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DC322A is Cyan = 0, Magento = 0.77, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 50 | 42 | - |
| CMYK | 0 | 0.77 | 0.81 | 0.14 |
| HSL | 2.7º | 0.72% | 0.51% | - |
| HSV(B) | 2.7º | 0.81% | 0.86% | - |
| XYZ | 31.07 | 17.66 | 3.96 | - |
| YUV | 99.92 | 95.32 | 213.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 50 | 42 | 0 | 0.77 | 0.81 | 0.14 | 2.7 | 0.72 | 0.51 |
| Hex | DC | 32 | 2A | 0 | 4D | 51 | E | 3 | 48 | 33 |
| Octal | 334 | 62 | 52 | 0 | 115 | 121 | 16 | 3 | 110 | 63 |
| Binary | 11011100 | 110010 | 101010 | 0 | 1001101 | 1010001 | 1110 | 11 | 1001000 | 110011 |
Color Harmonies of #DC322A
Complementary color
Monochromatic Colors of #DC322A
Black with #DC322A
Text Example
Text Example
White with #DC322A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC322A; }
p { color: rgb(220,50,42); }
H1.HeaderClassName
{
color: #DC322A;
}
.AnyTagClassName
{
color: #DC322A;
}
</style>
background-color css
<style>
a { background-color: #DC322A; }
a { background-color: rgb(220,50,42); }
div.DivClassName
{
background-color: #DC322A;
}
.BgClassName
{
background-color: #DC322A;
}
</style>
border-color css
<style>
span { border-color: #DC322A; }
span { border-color: rgb(220,50,42); }
td.TdClassName
{
border-color: #DC322A;
}
.TagClassName
{
border-color: #DC322A;
}
</style>