Shades of Persian Red #E52721
Tints of Persian Red #E52721
RGB
CMYK
RGB Variations
Color information
#E52721 (or 0xE52721) is known color: Persian Red. HEX triplet: E5, 27 and 21. RGB value is (229,39,33). Sum of RGB (Red+Green+Blue) = 229+39+33=301 (39% of max value = 765). Red value is 229 (89.84% from 255 or 76.08% from 301); Green value is 39 (15.62% from 255 or 12.96% from 301); Blue value is 33 (13.28% from 255 or 10.96% from 301); Max value from RGB is 229 - color contains mainly: red. Hex color #E52721 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52721 is #1AD8DE. Grayscale: #5F5F5F. Windows color (decimal): -1759455 or 2172901. OLE color: 2172901.
HSL color Cylindrical-coordinate representation of color #E52721: hue angle of 1.84º 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 #E52721 is Cyan = 0, Magento = 0.83, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 39 | 33 | - |
| CMYK | 0 | 0.83 | 0.86 | 0.10 |
| HSL | 1.84º | 0.79% | 0.51% | - |
| HSV(B) | 1.84º | 0.86% | 0.9% | - |
| XYZ | 33.31 | 18.22 | 3.2 | - |
| YUV | 95.13 | 92.95 | 223.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 39 | 33 | 0 | 0.83 | 0.86 | 0.10 | 1.84 | 0.79 | 0.51 |
| Hex | E5 | 27 | 21 | 0 | 53 | 56 | A | 2 | 4F | 33 |
| Octal | 345 | 47 | 41 | 0 | 123 | 126 | 12 | 2 | 117 | 63 |
| Binary | 11100101 | 100111 | 100001 | 0 | 1010011 | 1010110 | 1010 | 10 | 1001111 | 110011 |
Color Harmonies of #E52721
Complementary color
Monochromatic Colors of #E52721
Black with #E52721
Text Example
Text Example
White with #E52721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52721; }
p { color: rgb(229,39,33); }
H1.HeaderClassName
{
color: #E52721;
}
.AnyTagClassName
{
color: #E52721;
}
</style>
background-color css
<style>
a { background-color: #E52721; }
a { background-color: rgb(229,39,33); }
div.DivClassName
{
background-color: #E52721;
}
.BgClassName
{
background-color: #E52721;
}
</style>
border-color css
<style>
span { border-color: #E52721; }
span { border-color: rgb(229,39,33); }
td.TdClassName
{
border-color: #E52721;
}
.TagClassName
{
border-color: #E52721;
}
</style>