Shades of Persian Red #E12620
Tints of Persian Red #E12620
RGB
CMYK
RGB Variations
Color information
#E12620 (or 0xE12620) is known color: Persian Red. HEX triplet: E1, 26 and 20. RGB value is (225,38,32). Sum of RGB (Red+Green+Blue) = 225+38+32=295 (39% of max value = 765). Red value is 225 (88.28% from 255 or 76.27% from 295); Green value is 38 (15.23% from 255 or 12.88% from 295); Blue value is 32 (12.89% from 255 or 10.85% from 295); Max value from RGB is 225 - color contains mainly: red. Hex color #E12620 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12620 is #1ED9DF. Grayscale: #5D5D5D. Windows color (decimal): -2021856 or 2107105. OLE color: 2107105.
HSL color Cylindrical-coordinate representation of color #E12620: hue angle of 1.87º 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 #E12620 is Cyan = 0, Magento = 0.83, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 38 | 32 | - |
| CMYK | 0 | 0.83 | 0.86 | 0.12 |
| HSL | 1.87º | 0.76% | 0.5% | - |
| HSV(B) | 1.87º | 0.86% | 0.88% | - |
| XYZ | 32.01 | 17.5 | 3.06 | - |
| YUV | 93.23 | 93.45 | 221.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 38 | 32 | 0 | 0.83 | 0.86 | 0.12 | 1.87 | 0.76 | 0.5 |
| Hex | E1 | 26 | 20 | 0 | 53 | 56 | C | 2 | 4C | 32 |
| Octal | 341 | 46 | 40 | 0 | 123 | 126 | 14 | 2 | 114 | 62 |
| Binary | 11100001 | 100110 | 100000 | 0 | 1010011 | 1010110 | 1100 | 10 | 1001100 | 110010 |
Color Harmonies of #E12620
Complementary color
Monochromatic Colors of #E12620
Black with #E12620
Text Example
Text Example
White with #E12620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12620; }
p { color: rgb(225,38,32); }
H1.HeaderClassName
{
color: #E12620;
}
.AnyTagClassName
{
color: #E12620;
}
</style>
background-color css
<style>
a { background-color: #E12620; }
a { background-color: rgb(225,38,32); }
div.DivClassName
{
background-color: #E12620;
}
.BgClassName
{
background-color: #E12620;
}
</style>
border-color css
<style>
span { border-color: #E12620; }
span { border-color: rgb(225,38,32); }
td.TdClassName
{
border-color: #E12620;
}
.TagClassName
{
border-color: #E12620;
}
</style>