Shades of Persian Red #DF2020
Tints of Persian Red #DF2020
RGB
CMYK
RGB Variations
Color information
#DF2020 (or 0xDF2020) is known color: Persian Red. HEX triplet: DF, 20 and 20. RGB value is (223,32,32). Sum of RGB (Red+Green+Blue) = 223+32+32=287 (38% of max value = 765). Red value is 223 (87.5% from 255 or 77.70% from 287); Green value is 32 (12.89% from 255 or 11.15% from 287); Blue value is 32 (12.89% from 255 or 11.15% from 287); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2020 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2020 is #20DFDF. Grayscale: #595959. Windows color (decimal): -2154464 or 2105567. OLE color: 2105567.
HSL color Cylindrical-coordinate representation of color #DF2020: hue angle of 0º 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 #DF2020 is Cyan = 0, Magento = 0.86, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 32 | 32 | - |
| CMYK | 0 | 0.86 | 0.86 | 0.13 |
| HSL | 0º | 0.75% | 0.5% | - |
| HSV(B) | 0º | 0.86% | 0.87% | - |
| XYZ | 31.21 | 16.83 | 2.97 | - |
| YUV | 89.11 | 95.78 | 223.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 32 | 32 | 0 | 0.86 | 0.86 | 0.13 | 0 | 0.75 | 0.5 |
| Hex | DF | 20 | 20 | 0 | 56 | 56 | D | 0 | 4B | 32 |
| Octal | 337 | 40 | 40 | 0 | 126 | 126 | 15 | 0 | 113 | 62 |
| Binary | 11011111 | 100000 | 100000 | 0 | 1010110 | 1010110 | 1101 | 0 | 1001011 | 110010 |
Color Harmonies of #DF2020
Complementary color
Monochromatic Colors of #DF2020
Black with #DF2020
Text Example
Text Example
White with #DF2020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2020; }
p { color: rgb(223,32,32); }
H1.HeaderClassName
{
color: #DF2020;
}
.AnyTagClassName
{
color: #DF2020;
}
</style>
background-color css
<style>
a { background-color: #DF2020; }
a { background-color: rgb(223,32,32); }
div.DivClassName
{
background-color: #DF2020;
}
.BgClassName
{
background-color: #DF2020;
}
</style>
border-color css
<style>
span { border-color: #DF2020; }
span { border-color: rgb(223,32,32); }
td.TdClassName
{
border-color: #DF2020;
}
.TagClassName
{
border-color: #DF2020;
}
</style>