Shades of Persian Red #E22520
Tints of Persian Red #E22520
RGB
CMYK
RGB Variations
Color information
#E22520 (or 0xE22520) is known color: Persian Red. HEX triplet: E2, 25 and 20. RGB value is (226,37,32). Sum of RGB (Red+Green+Blue) = 226+37+32=295 (39% of max value = 765). Red value is 226 (88.67% from 255 or 76.61% from 295); Green value is 37 (14.84% from 255 or 12.54% from 295); Blue value is 32 (12.89% from 255 or 10.85% from 295); Max value from RGB is 226 - color contains mainly: red. Hex color #E22520 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E22520 is #1DDADF. Grayscale: #5D5D5D. Windows color (decimal): -1956576 or 2106850. OLE color: 2106850.
HSL color Cylindrical-coordinate representation of color #E22520: hue angle of 1.55º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E22520 is Cyan = 0, Magento = 0.84, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 37 | 32 | - |
| CMYK | 0 | 0.84 | 0.86 | 0.11 |
| HSL | 1.55º | 0.77% | 0.51% | - |
| HSV(B) | 1.55º | 0.86% | 0.89% | - |
| XYZ | 32.29 | 17.6 | 3.06 | - |
| YUV | 92.94 | 93.62 | 222.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 37 | 32 | 0 | 0.84 | 0.86 | 0.11 | 1.55 | 0.77 | 0.51 |
| Hex | E2 | 25 | 20 | 0 | 54 | 56 | B | 2 | 4D | 33 |
| Octal | 342 | 45 | 40 | 0 | 124 | 126 | 13 | 2 | 115 | 63 |
| Binary | 11100010 | 100101 | 100000 | 0 | 1010100 | 1010110 | 1011 | 10 | 1001101 | 110011 |
Color Harmonies of #E22520
Complementary color
Monochromatic Colors of #E22520
Black with #E22520
Text Example
Text Example
White with #E22520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22520; }
p { color: rgb(226,37,32); }
H1.HeaderClassName
{
color: #E22520;
}
.AnyTagClassName
{
color: #E22520;
}
</style>
background-color css
<style>
a { background-color: #E22520; }
a { background-color: rgb(226,37,32); }
div.DivClassName
{
background-color: #E22520;
}
.BgClassName
{
background-color: #E22520;
}
</style>
border-color css
<style>
span { border-color: #E22520; }
span { border-color: rgb(226,37,32); }
td.TdClassName
{
border-color: #E22520;
}
.TagClassName
{
border-color: #E22520;
}
</style>