Shades of Persian Red #E02424
Tints of Persian Red #E02424
RGB
CMYK
RGB Variations
Color information
#E02424 (or 0xE02424) is known color: Persian Red. HEX triplet: E0, 24 and 24. RGB value is (224,36,36). Sum of RGB (Red+Green+Blue) = 224+36+36=296 (39% of max value = 765). Red value is 224 (87.89% from 255 or 75.68% from 296); Green value is 36 (14.45% from 255 or 12.16% from 296); Blue value is 36 (14.45% from 255 or 12.16% from 296); Max value from RGB is 224 - color contains mainly: red. Hex color #E02424 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02424 is #1FDBDB. Grayscale: #5C5C5C. Windows color (decimal): -2087900 or 2368736. OLE color: 2368736.
HSL color Cylindrical-coordinate representation of color #E02424: hue angle of 0º 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 #E02424 is Cyan = 0, Magento = 0.84, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 36 | 36 | - |
| CMYK | 0 | 0.84 | 0.84 | 0.12 |
| HSL | 0º | 0.75% | 0.51% | - |
| HSV(B) | 0º | 0.84% | 0.88% | - |
| XYZ | 31.69 | 17.24 | 3.33 | - |
| YUV | 92.21 | 96.28 | 222 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 36 | 36 | 0 | 0.84 | 0.84 | 0.12 | 0 | 0.75 | 0.51 |
| Hex | E0 | 24 | 24 | 0 | 54 | 54 | C | 0 | 4B | 33 |
| Octal | 340 | 44 | 44 | 0 | 124 | 124 | 14 | 0 | 113 | 63 |
| Binary | 11100000 | 100100 | 100100 | 0 | 1010100 | 1010100 | 1100 | 0 | 1001011 | 110011 |
Color Harmonies of #E02424
Complementary color
Monochromatic Colors of #E02424
Black with #E02424
Text Example
Text Example
White with #E02424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02424; }
p { color: rgb(224,36,36); }
H1.HeaderClassName
{
color: #E02424;
}
.AnyTagClassName
{
color: #E02424;
}
</style>
background-color css
<style>
a { background-color: #E02424; }
a { background-color: rgb(224,36,36); }
div.DivClassName
{
background-color: #E02424;
}
.BgClassName
{
background-color: #E02424;
}
</style>
border-color css
<style>
span { border-color: #E02424; }
span { border-color: rgb(224,36,36); }
td.TdClassName
{
border-color: #E02424;
}
.TagClassName
{
border-color: #E02424;
}
</style>