Shades of Persian Red #E52521
Tints of Persian Red #E52521
RGB
CMYK
RGB Variations
Color information
#E52521 (or 0xE52521) is known color: Persian Red. HEX triplet: E5, 25 and 21. RGB value is (229,37,33). Sum of RGB (Red+Green+Blue) = 229+37+33=299 (39% of max value = 765). Red value is 229 (89.84% from 255 or 76.59% from 299); Green value is 37 (14.84% from 255 or 12.37% from 299); Blue value is 33 (13.28% from 255 or 11.04% from 299); Max value from RGB is 229 - color contains mainly: red. Hex color #E52521 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52521 is #1ADADE. Grayscale: #5E5E5E. Windows color (decimal): -1759967 or 2172389. OLE color: 2172389.
HSL color Cylindrical-coordinate representation of color #E52521: hue angle of 1.22º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E52521 is Cyan = 0, Magento = 0.84, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 37 | 33 | - |
| CMYK | 0 | 0.84 | 0.86 | 0.10 |
| HSL | 1.22º | 0.79% | 0.51% | - |
| HSV(B) | 1.22º | 0.86% | 0.9% | - |
| XYZ | 33.25 | 18.09 | 3.18 | - |
| YUV | 93.95 | 93.61 | 224.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 37 | 33 | 0 | 0.84 | 0.86 | 0.10 | 1.22 | 0.79 | 0.51 |
| Hex | E5 | 25 | 21 | 0 | 54 | 56 | A | 1 | 4F | 33 |
| Octal | 345 | 45 | 41 | 0 | 124 | 126 | 12 | 1 | 117 | 63 |
| Binary | 11100101 | 100101 | 100001 | 0 | 1010100 | 1010110 | 1010 | 1 | 1001111 | 110011 |
Color Harmonies of #E52521
Complementary color
Monochromatic Colors of #E52521
Black with #E52521
Text Example
Text Example
White with #E52521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52521; }
p { color: rgb(229,37,33); }
H1.HeaderClassName
{
color: #E52521;
}
.AnyTagClassName
{
color: #E52521;
}
</style>
background-color css
<style>
a { background-color: #E52521; }
a { background-color: rgb(229,37,33); }
div.DivClassName
{
background-color: #E52521;
}
.BgClassName
{
background-color: #E52521;
}
</style>
border-color css
<style>
span { border-color: #E52521; }
span { border-color: rgb(229,37,33); }
td.TdClassName
{
border-color: #E52521;
}
.TagClassName
{
border-color: #E52521;
}
</style>