Shades of Persian Red #E32520
Tints of Persian Red #E32520
RGB
CMYK
RGB Variations
Color information
#E32520 (or 0xE32520) is known color: Persian Red. HEX triplet: E3, 25 and 20. RGB value is (227,37,32). Sum of RGB (Red+Green+Blue) = 227+37+32=296 (39% of max value = 765). Red value is 227 (89.06% from 255 or 76.69% from 296); Green value is 37 (14.84% from 255 or 12.5% from 296); Blue value is 32 (12.89% from 255 or 10.81% from 296); Max value from RGB is 227 - color contains mainly: red. Hex color #E32520 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32520 is #1CDADF. Grayscale: #5D5D5D. Windows color (decimal): -1891040 or 2106851. OLE color: 2106851.
HSL color Cylindrical-coordinate representation of color #E32520: hue angle of 1.54º 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 #E32520 is Cyan = 0, Magento = 0.84, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 37 | 32 | - |
| CMYK | 0 | 0.84 | 0.86 | 0.11 |
| HSL | 1.54º | 0.78% | 0.51% | - |
| HSV(B) | 1.54º | 0.86% | 0.89% | - |
| XYZ | 32.6 | 17.76 | 3.08 | - |
| YUV | 93.24 | 93.45 | 223.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 37 | 32 | 0 | 0.84 | 0.86 | 0.11 | 1.54 | 0.78 | 0.51 |
| Hex | E3 | 25 | 20 | 0 | 54 | 56 | B | 2 | 4E | 33 |
| Octal | 343 | 45 | 40 | 0 | 124 | 126 | 13 | 2 | 116 | 63 |
| Binary | 11100011 | 100101 | 100000 | 0 | 1010100 | 1010110 | 1011 | 10 | 1001110 | 110011 |
Color Harmonies of #E32520
Complementary color
Monochromatic Colors of #E32520
Black with #E32520
Text Example
Text Example
White with #E32520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32520; }
p { color: rgb(227,37,32); }
H1.HeaderClassName
{
color: #E32520;
}
.AnyTagClassName
{
color: #E32520;
}
</style>
background-color css
<style>
a { background-color: #E32520; }
a { background-color: rgb(227,37,32); }
div.DivClassName
{
background-color: #E32520;
}
.BgClassName
{
background-color: #E32520;
}
</style>
border-color css
<style>
span { border-color: #E32520; }
span { border-color: rgb(227,37,32); }
td.TdClassName
{
border-color: #E32520;
}
.TagClassName
{
border-color: #E32520;
}
</style>