Shades of Persian Red #E32120
Tints of Persian Red #E32120
RGB
CMYK
RGB Variations
Color information
#E32120 (or 0xE32120) is known color: Persian Red. HEX triplet: E3, 21 and 20. RGB value is (227,33,32). Sum of RGB (Red+Green+Blue) = 227+33+32=292 (38% of max value = 765). Red value is 227 (89.06% from 255 or 77.74% from 292); Green value is 33 (13.28% from 255 or 11.30% from 292); Blue value is 32 (12.89% from 255 or 10.96% from 292); Max value from RGB is 227 - color contains mainly: red. Hex color #E32120 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32120 is #1CDEDF. Grayscale: #5B5B5B. Windows color (decimal): -1892064 or 2105827. OLE color: 2105827.
HSL color Cylindrical-coordinate representation of color #E32120: hue angle of 0.31º degrees, saturation: 0.78, 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 #E32120 is Cyan = 0, Magento = 0.85, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 33 | 32 | - |
| CMYK | 0 | 0.85 | 0.86 | 0.11 |
| HSL | 0.31º | 0.78% | 0.51% | - |
| HSV(B) | 0.31º | 0.86% | 0.89% | - |
| XYZ | 32.48 | 17.52 | 3.04 | - |
| YUV | 90.89 | 94.77 | 225.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 33 | 32 | 0 | 0.85 | 0.86 | 0.11 | 0.31 | 0.78 | 0.51 |
| Hex | E3 | 21 | 20 | 0 | 55 | 56 | B | 0 | 4E | 33 |
| Octal | 343 | 41 | 40 | 0 | 125 | 126 | 13 | 0 | 116 | 63 |
| Binary | 11100011 | 100001 | 100000 | 0 | 1010101 | 1010110 | 1011 | 0 | 1001110 | 110011 |
Color Harmonies of #E32120
Complementary color
Monochromatic Colors of #E32120
Black with #E32120
Text Example
Text Example
White with #E32120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32120; }
p { color: rgb(227,33,32); }
H1.HeaderClassName
{
color: #E32120;
}
.AnyTagClassName
{
color: #E32120;
}
</style>
background-color css
<style>
a { background-color: #E32120; }
a { background-color: rgb(227,33,32); }
div.DivClassName
{
background-color: #E32120;
}
.BgClassName
{
background-color: #E32120;
}
</style>
border-color css
<style>
span { border-color: #E32120; }
span { border-color: rgb(227,33,32); }
td.TdClassName
{
border-color: #E32120;
}
.TagClassName
{
border-color: #E32120;
}
</style>