Shades of Persian Red #E22620
Tints of Persian Red #E22620
RGB
CMYK
RGB Variations
Color information
#E22620 (or 0xE22620) is known color: Persian Red. HEX triplet: E2, 26 and 20. RGB value is (226,38,32). Sum of RGB (Red+Green+Blue) = 226+38+32=296 (39% of max value = 765). Red value is 226 (88.67% from 255 or 76.35% from 296); Green value is 38 (15.23% from 255 or 12.84% from 296); Blue value is 32 (12.89% from 255 or 10.81% from 296); Max value from RGB is 226 - color contains mainly: red. Hex color #E22620 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E22620 is #1DD9DF. Grayscale: #5D5D5D. Windows color (decimal): -1956320 or 2107106. OLE color: 2107106.
HSL color Cylindrical-coordinate representation of color #E22620: hue angle of 1.86º 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 #E22620 is Cyan = 0, Magento = 0.83, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 38 | 32 | - |
| CMYK | 0 | 0.83 | 0.86 | 0.11 |
| HSL | 1.86º | 0.77% | 0.51% | - |
| HSV(B) | 1.86º | 0.86% | 0.89% | - |
| XYZ | 32.32 | 17.66 | 3.07 | - |
| YUV | 93.53 | 93.28 | 222.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 38 | 32 | 0 | 0.83 | 0.86 | 0.11 | 1.86 | 0.77 | 0.51 |
| Hex | E2 | 26 | 20 | 0 | 53 | 56 | B | 2 | 4D | 33 |
| Octal | 342 | 46 | 40 | 0 | 123 | 126 | 13 | 2 | 115 | 63 |
| Binary | 11100010 | 100110 | 100000 | 0 | 1010011 | 1010110 | 1011 | 10 | 1001101 | 110011 |
Color Harmonies of #E22620
Complementary color
Monochromatic Colors of #E22620
Black with #E22620
Text Example
Text Example
White with #E22620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22620; }
p { color: rgb(226,38,32); }
H1.HeaderClassName
{
color: #E22620;
}
.AnyTagClassName
{
color: #E22620;
}
</style>
background-color css
<style>
a { background-color: #E22620; }
a { background-color: rgb(226,38,32); }
div.DivClassName
{
background-color: #E22620;
}
.BgClassName
{
background-color: #E22620;
}
</style>
border-color css
<style>
span { border-color: #E22620; }
span { border-color: rgb(226,38,32); }
td.TdClassName
{
border-color: #E22620;
}
.TagClassName
{
border-color: #E22620;
}
</style>