Shades of Persian Red #E52322
Tints of Persian Red #E52322
RGB
CMYK
RGB Variations
Color information
#E52322 (or 0xE52322) is known color: Persian Red. HEX triplet: E5, 23 and 22. RGB value is (229,35,34). Sum of RGB (Red+Green+Blue) = 229+35+34=298 (39% of max value = 765). Red value is 229 (89.84% from 255 or 76.85% from 298); Green value is 35 (14.06% from 255 or 11.74% from 298); Blue value is 34 (13.67% from 255 or 11.41% from 298); Max value from RGB is 229 - color contains mainly: red. Hex color #E52322 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52322 is #1ADCDD. Grayscale: #5D5D5D. Windows color (decimal): -1760478 or 2237413. OLE color: 2237413.
HSL color Cylindrical-coordinate representation of color #E52322: hue angle of 0.31º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E52322 is Cyan = 0, Magento = 0.85, Yellow = 0.85 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 35 | 34 | - |
| CMYK | 0 | 0.85 | 0.85 | 0.10 |
| HSL | 0.31º | 0.79% | 0.52% | - |
| HSV(B) | 0.31º | 0.85% | 0.9% | - |
| XYZ | 33.2 | 17.98 | 3.23 | - |
| YUV | 92.89 | 94.77 | 225.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 35 | 34 | 0 | 0.85 | 0.85 | 0.10 | 0.31 | 0.79 | 0.52 |
| Hex | E5 | 23 | 22 | 0 | 55 | 55 | A | 0 | 4F | 34 |
| Octal | 345 | 43 | 42 | 0 | 125 | 125 | 12 | 0 | 117 | 64 |
| Binary | 11100101 | 100011 | 100010 | 0 | 1010101 | 1010101 | 1010 | 0 | 1001111 | 110100 |
Color Harmonies of #E52322
Complementary color
Monochromatic Colors of #E52322
Black with #E52322
Text Example
Text Example
White with #E52322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52322; }
p { color: rgb(229,35,34); }
H1.HeaderClassName
{
color: #E52322;
}
.AnyTagClassName
{
color: #E52322;
}
</style>
background-color css
<style>
a { background-color: #E52322; }
a { background-color: rgb(229,35,34); }
div.DivClassName
{
background-color: #E52322;
}
.BgClassName
{
background-color: #E52322;
}
</style>
border-color css
<style>
span { border-color: #E52322; }
span { border-color: rgb(229,35,34); }
td.TdClassName
{
border-color: #E52322;
}
.TagClassName
{
border-color: #E52322;
}
</style>