Shades of Persian Red #DF2120
Tints of Persian Red #DF2120
RGB
CMYK
RGB Variations
Color information
#DF2120 (or 0xDF2120) is known color: Persian Red. HEX triplet: DF, 21 and 20. RGB value is (223,33,32). Sum of RGB (Red+Green+Blue) = 223+33+32=288 (38% of max value = 765). Red value is 223 (87.5% from 255 or 77.43% from 288); Green value is 33 (13.28% from 255 or 11.46% from 288); Blue value is 32 (12.89% from 255 or 11.11% from 288); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2120 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2120 is #20DEDF. Grayscale: #595959. Windows color (decimal): -2154208 or 2105823. OLE color: 2105823.
HSL color Cylindrical-coordinate representation of color #DF2120: hue angle of 0.31º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DF2120 is Cyan = 0, Magento = 0.85, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 33 | 32 | - |
| CMYK | 0 | 0.85 | 0.86 | 0.13 |
| HSL | 0.31º | 0.75% | 0.5% | - |
| HSV(B) | 0.31º | 0.86% | 0.87% | - |
| XYZ | 31.24 | 16.88 | 2.98 | - |
| YUV | 89.7 | 95.45 | 223.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 33 | 32 | 0 | 0.85 | 0.86 | 0.13 | 0.31 | 0.75 | 0.5 |
| Hex | DF | 21 | 20 | 0 | 55 | 56 | D | 0 | 4B | 32 |
| Octal | 337 | 41 | 40 | 0 | 125 | 126 | 15 | 0 | 113 | 62 |
| Binary | 11011111 | 100001 | 100000 | 0 | 1010101 | 1010110 | 1101 | 0 | 1001011 | 110010 |
Color Harmonies of #DF2120
Complementary color
Monochromatic Colors of #DF2120
Black with #DF2120
Text Example
Text Example
White with #DF2120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2120; }
p { color: rgb(223,33,32); }
H1.HeaderClassName
{
color: #DF2120;
}
.AnyTagClassName
{
color: #DF2120;
}
</style>
background-color css
<style>
a { background-color: #DF2120; }
a { background-color: rgb(223,33,32); }
div.DivClassName
{
background-color: #DF2120;
}
.BgClassName
{
background-color: #DF2120;
}
</style>
border-color css
<style>
span { border-color: #DF2120; }
span { border-color: rgb(223,33,32); }
td.TdClassName
{
border-color: #DF2120;
}
.TagClassName
{
border-color: #DF2120;
}
</style>