Shades of Persian Red #DC3122
Tints of Persian Red #DC3122
RGB
CMYK
RGB Variations
Color information
#DC3122 (or 0xDC3122) is known color: Persian Red. HEX triplet: DC, 31 and 22. RGB value is (220,49,34). Sum of RGB (Red+Green+Blue) = 220+49+34=303 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.61% from 303); Green value is 49 (19.53% from 255 or 16.17% from 303); Blue value is 34 (13.67% from 255 or 11.22% from 303); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3122 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3122 is #23CEDD. Grayscale: #626262. Windows color (decimal): -2346718 or 2240988. OLE color: 2240988.
HSL color Cylindrical-coordinate representation of color #DC3122: hue angle of 4.84º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC3122 is Cyan = 0, Magento = 0.78, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 49 | 34 | - |
| CMYK | 0 | 0.78 | 0.85 | 0.14 |
| HSL | 4.84º | 0.73% | 0.5% | - |
| HSV(B) | 4.84º | 0.85% | 0.86% | - |
| XYZ | 30.9 | 17.53 | 3.27 | - |
| YUV | 98.42 | 91.65 | 214.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 49 | 34 | 0 | 0.78 | 0.85 | 0.14 | 4.84 | 0.73 | 0.5 |
| Hex | DC | 31 | 22 | 0 | 4E | 55 | E | 5 | 49 | 32 |
| Octal | 334 | 61 | 42 | 0 | 116 | 125 | 16 | 5 | 111 | 62 |
| Binary | 11011100 | 110001 | 100010 | 0 | 1001110 | 1010101 | 1110 | 101 | 1001001 | 110010 |
Color Harmonies of #DC3122
Complementary color
Monochromatic Colors of #DC3122
Black with #DC3122
Text Example
Text Example
White with #DC3122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3122; }
p { color: rgb(220,49,34); }
H1.HeaderClassName
{
color: #DC3122;
}
.AnyTagClassName
{
color: #DC3122;
}
</style>
background-color css
<style>
a { background-color: #DC3122; }
a { background-color: rgb(220,49,34); }
div.DivClassName
{
background-color: #DC3122;
}
.BgClassName
{
background-color: #DC3122;
}
</style>
border-color css
<style>
span { border-color: #DC3122; }
span { border-color: rgb(220,49,34); }
td.TdClassName
{
border-color: #DC3122;
}
.TagClassName
{
border-color: #DC3122;
}
</style>