Shades of Persian Red #E02523
Tints of Persian Red #E02523
RGB
CMYK
RGB Variations
Color information
#E02523 (or 0xE02523) is known color: Persian Red. HEX triplet: E0, 25 and 23. RGB value is (224,37,35). Sum of RGB (Red+Green+Blue) = 224+37+35=296 (39% of max value = 765). Red value is 224 (87.89% from 255 or 75.68% from 296); Green value is 37 (14.84% from 255 or 12.5% from 296); Blue value is 35 (14.06% from 255 or 11.82% from 296); Max value from RGB is 224 - color contains mainly: red. Hex color #E02523 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02523 is #1FDADC. Grayscale: #5C5C5C. Windows color (decimal): -2087645 or 2303456. OLE color: 2303456.
HSL color Cylindrical-coordinate representation of color #E02523: hue angle of 0.63º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E02523 is Cyan = 0, Magento = 0.83, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 37 | 35 | - |
| CMYK | 0 | 0.83 | 0.84 | 0.12 |
| HSL | 0.63º | 0.75% | 0.51% | - |
| HSV(B) | 0.63º | 0.84% | 0.88% | - |
| XYZ | 31.71 | 17.29 | 3.26 | - |
| YUV | 92.69 | 95.45 | 221.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 37 | 35 | 0 | 0.83 | 0.84 | 0.12 | 0.63 | 0.75 | 0.51 |
| Hex | E0 | 25 | 23 | 0 | 53 | 54 | C | 1 | 4B | 33 |
| Octal | 340 | 45 | 43 | 0 | 123 | 124 | 14 | 1 | 113 | 63 |
| Binary | 11100000 | 100101 | 100011 | 0 | 1010011 | 1010100 | 1100 | 1 | 1001011 | 110011 |
Color Harmonies of #E02523
Complementary color
Monochromatic Colors of #E02523
Black with #E02523
Text Example
Text Example
White with #E02523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02523; }
p { color: rgb(224,37,35); }
H1.HeaderClassName
{
color: #E02523;
}
.AnyTagClassName
{
color: #E02523;
}
</style>
background-color css
<style>
a { background-color: #E02523; }
a { background-color: rgb(224,37,35); }
div.DivClassName
{
background-color: #E02523;
}
.BgClassName
{
background-color: #E02523;
}
</style>
border-color css
<style>
span { border-color: #E02523; }
span { border-color: rgb(224,37,35); }
td.TdClassName
{
border-color: #E02523;
}
.TagClassName
{
border-color: #E02523;
}
</style>