Shades of Persian Red #E02824
Tints of Persian Red #E02824
RGB
CMYK
RGB Variations
Color information
#E02824 (or 0xE02824) is known color: Persian Red. HEX triplet: E0, 28 and 24. RGB value is (224,40,36). Sum of RGB (Red+Green+Blue) = 224+40+36=300 (39% of max value = 765). Red value is 224 (87.89% from 255 or 74.67% from 300); Green value is 40 (16.02% from 255 or 13.33% from 300); Blue value is 36 (14.45% from 255 or 12% from 300); Max value from RGB is 224 - color contains mainly: red. Hex color #E02824 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02824 is #1FD7DB. Grayscale: #5E5E5E. Windows color (decimal): -2086876 or 2369760. OLE color: 2369760.
HSL color Cylindrical-coordinate representation of color #E02824: hue angle of 1.28º 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 #E02824 is Cyan = 0, Magento = 0.82, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 40 | 36 | - |
| CMYK | 0 | 0.82 | 0.84 | 0.12 |
| HSL | 1.28º | 0.75% | 0.51% | - |
| HSV(B) | 1.28º | 0.84% | 0.88% | - |
| XYZ | 31.82 | 17.49 | 3.37 | - |
| YUV | 94.56 | 94.96 | 220.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 40 | 36 | 0 | 0.82 | 0.84 | 0.12 | 1.28 | 0.75 | 0.51 |
| Hex | E0 | 28 | 24 | 0 | 52 | 54 | C | 1 | 4B | 33 |
| Octal | 340 | 50 | 44 | 0 | 122 | 124 | 14 | 1 | 113 | 63 |
| Binary | 11100000 | 101000 | 100100 | 0 | 1010010 | 1010100 | 1100 | 1 | 1001011 | 110011 |
Color Harmonies of #E02824
Complementary color
Monochromatic Colors of #E02824
Black with #E02824
Text Example
Text Example
White with #E02824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02824; }
p { color: rgb(224,40,36); }
H1.HeaderClassName
{
color: #E02824;
}
.AnyTagClassName
{
color: #E02824;
}
</style>
background-color css
<style>
a { background-color: #E02824; }
a { background-color: rgb(224,40,36); }
div.DivClassName
{
background-color: #E02824;
}
.BgClassName
{
background-color: #E02824;
}
</style>
border-color css
<style>
span { border-color: #E02824; }
span { border-color: rgb(224,40,36); }
td.TdClassName
{
border-color: #E02824;
}
.TagClassName
{
border-color: #E02824;
}
</style>