Shades of Persian Red #E02920
Tints of Persian Red #E02920
RGB
CMYK
RGB Variations
Color information
#E02920 (or 0xE02920) is known color: Persian Red. HEX triplet: E0, 29 and 20. RGB value is (224,41,32). Sum of RGB (Red+Green+Blue) = 224+41+32=297 (39% of max value = 765). Red value is 224 (87.89% from 255 or 75.42% from 297); Green value is 41 (16.41% from 255 or 13.80% from 297); Blue value is 32 (12.89% from 255 or 10.77% from 297); Max value from RGB is 224 - color contains mainly: red. Hex color #E02920 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02920 is #1FD6DF. Grayscale: #5E5E5E. Windows color (decimal): -2086624 or 2107872. OLE color: 2107872.
HSL color Cylindrical-coordinate representation of color #E02920: hue angle of 2.81º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E02920 is Cyan = 0, Magento = 0.82, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 41 | 32 | - |
| CMYK | 0 | 0.82 | 0.86 | 0.12 |
| HSL | 2.81º | 0.76% | 0.5% | - |
| HSV(B) | 2.81º | 0.86% | 0.88% | - |
| XYZ | 31.79 | 17.54 | 3.08 | - |
| YUV | 94.69 | 92.63 | 220.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 41 | 32 | 0 | 0.82 | 0.86 | 0.12 | 2.81 | 0.76 | 0.5 |
| Hex | E0 | 29 | 20 | 0 | 52 | 56 | C | 3 | 4C | 32 |
| Octal | 340 | 51 | 40 | 0 | 122 | 126 | 14 | 3 | 114 | 62 |
| Binary | 11100000 | 101001 | 100000 | 0 | 1010010 | 1010110 | 1100 | 11 | 1001100 | 110010 |
Color Harmonies of #E02920
Complementary color
Monochromatic Colors of #E02920
Black with #E02920
Text Example
Text Example
White with #E02920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02920; }
p { color: rgb(224,41,32); }
H1.HeaderClassName
{
color: #E02920;
}
.AnyTagClassName
{
color: #E02920;
}
</style>
background-color css
<style>
a { background-color: #E02920; }
a { background-color: rgb(224,41,32); }
div.DivClassName
{
background-color: #E02920;
}
.BgClassName
{
background-color: #E02920;
}
</style>
border-color css
<style>
span { border-color: #E02920; }
span { border-color: rgb(224,41,32); }
td.TdClassName
{
border-color: #E02920;
}
.TagClassName
{
border-color: #E02920;
}
</style>