Shades of Persian Red #E02421
Tints of Persian Red #E02421
RGB
CMYK
RGB Variations
Color information
#E02421 (or 0xE02421) is known color: Persian Red. HEX triplet: E0, 24 and 21. RGB value is (224,36,33). Sum of RGB (Red+Green+Blue) = 224+36+33=293 (38% of max value = 765). Red value is 224 (87.89% from 255 or 76.45% from 293); Green value is 36 (14.45% from 255 or 12.29% from 293); Blue value is 33 (13.28% from 255 or 11.26% from 293); Max value from RGB is 224 - color contains mainly: red. Hex color #E02421 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02421 is #1FDBDE. Grayscale: #5C5C5C. Windows color (decimal): -2087903 or 2172128. OLE color: 2172128.
HSL color Cylindrical-coordinate representation of color #E02421: hue angle of 0.94º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E02421 is Cyan = 0, Magento = 0.84, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 36 | 33 | - |
| CMYK | 0 | 0.84 | 0.85 | 0.12 |
| HSL | 0.94º | 0.75% | 0.5% | - |
| HSV(B) | 0.94º | 0.85% | 0.88% | - |
| XYZ | 31.65 | 17.22 | 3.09 | - |
| YUV | 91.87 | 94.78 | 222.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 36 | 33 | 0 | 0.84 | 0.85 | 0.12 | 0.94 | 0.75 | 0.5 |
| Hex | E0 | 24 | 21 | 0 | 54 | 55 | C | 1 | 4B | 32 |
| Octal | 340 | 44 | 41 | 0 | 124 | 125 | 14 | 1 | 113 | 62 |
| Binary | 11100000 | 100100 | 100001 | 0 | 1010100 | 1010101 | 1100 | 1 | 1001011 | 110010 |
Color Harmonies of #E02421
Complementary color
Monochromatic Colors of #E02421
Black with #E02421
Text Example
Text Example
White with #E02421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02421; }
p { color: rgb(224,36,33); }
H1.HeaderClassName
{
color: #E02421;
}
.AnyTagClassName
{
color: #E02421;
}
</style>
background-color css
<style>
a { background-color: #E02421; }
a { background-color: rgb(224,36,33); }
div.DivClassName
{
background-color: #E02421;
}
.BgClassName
{
background-color: #E02421;
}
</style>
border-color css
<style>
span { border-color: #E02421; }
span { border-color: rgb(224,36,33); }
td.TdClassName
{
border-color: #E02421;
}
.TagClassName
{
border-color: #E02421;
}
</style>