Shades of Persian Red #DE2820
Tints of Persian Red #DE2820
RGB
CMYK
RGB Variations
Color information
#DE2820 (or 0xDE2820) is known color: Persian Red. HEX triplet: DE, 28 and 20. RGB value is (222,40,32). Sum of RGB (Red+Green+Blue) = 222+40+32=294 (38% of max value = 765). Red value is 222 (87.11% from 255 or 75.51% from 294); Green value is 40 (16.02% from 255 or 13.61% from 294); Blue value is 32 (12.89% from 255 or 10.88% from 294); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2820 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2820 is #21D7DF. Grayscale: #5D5D5D. Windows color (decimal): -2217952 or 2107614. OLE color: 2107614.
HSL color Cylindrical-coordinate representation of color #DE2820: hue angle of 2.53º 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 #DE2820 is Cyan = 0, Magento = 0.82, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 40 | 32 | - |
| CMYK | 0 | 0.82 | 0.86 | 0.13 |
| HSL | 2.53º | 0.75% | 0.5% | - |
| HSV(B) | 2.53º | 0.86% | 0.87% | - |
| XYZ | 31.14 | 17.15 | 3.04 | - |
| YUV | 93.51 | 93.3 | 219.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 40 | 32 | 0 | 0.82 | 0.86 | 0.13 | 2.53 | 0.75 | 0.5 |
| Hex | DE | 28 | 20 | 0 | 52 | 56 | D | 3 | 4B | 32 |
| Octal | 336 | 50 | 40 | 0 | 122 | 126 | 15 | 3 | 113 | 62 |
| Binary | 11011110 | 101000 | 100000 | 0 | 1010010 | 1010110 | 1101 | 11 | 1001011 | 110010 |
Color Harmonies of #DE2820
Complementary color
Monochromatic Colors of #DE2820
Black with #DE2820
Text Example
Text Example
White with #DE2820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2820; }
p { color: rgb(222,40,32); }
H1.HeaderClassName
{
color: #DE2820;
}
.AnyTagClassName
{
color: #DE2820;
}
</style>
background-color css
<style>
a { background-color: #DE2820; }
a { background-color: rgb(222,40,32); }
div.DivClassName
{
background-color: #DE2820;
}
.BgClassName
{
background-color: #DE2820;
}
</style>
border-color css
<style>
span { border-color: #DE2820; }
span { border-color: rgb(222,40,32); }
td.TdClassName
{
border-color: #DE2820;
}
.TagClassName
{
border-color: #DE2820;
}
</style>