Shades of Persian Red #E12A27
Tints of Persian Red #E12A27
RGB
CMYK
RGB Variations
Color information
#E12A27 (or 0xE12A27) is known color: Persian Red. HEX triplet: E1, 2A and 27. RGB value is (225,42,39). Sum of RGB (Red+Green+Blue) = 225+42+39=306 (40% of max value = 765). Red value is 225 (88.28% from 255 or 73.53% from 306); Green value is 42 (16.80% from 255 or 13.73% from 306); Blue value is 39 (15.62% from 255 or 12.75% from 306); Max value from RGB is 225 - color contains mainly: red. Hex color #E12A27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12A27 is #1ED5D8. Grayscale: #606060. Windows color (decimal): -2020825 or 2566881. OLE color: 2566881.
HSL color Cylindrical-coordinate representation of color #E12A27: hue angle of 0.97º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E12A27 is Cyan = 0, Magento = 0.81, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 42 | 39 | - |
| CMYK | 0 | 0.81 | 0.83 | 0.12 |
| HSL | 0.97º | 0.76% | 0.52% | - |
| HSV(B) | 0.97º | 0.83% | 0.88% | - |
| XYZ | 32.25 | 17.81 | 3.66 | - |
| YUV | 96.38 | 95.63 | 219.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 42 | 39 | 0 | 0.81 | 0.83 | 0.12 | 0.97 | 0.76 | 0.52 |
| Hex | E1 | 2A | 27 | 0 | 51 | 53 | C | 1 | 4C | 34 |
| Octal | 341 | 52 | 47 | 0 | 121 | 123 | 14 | 1 | 114 | 64 |
| Binary | 11100001 | 101010 | 100111 | 0 | 1010001 | 1010011 | 1100 | 1 | 1001100 | 110100 |
Color Harmonies of #E12A27
Complementary color
Monochromatic Colors of #E12A27
Black with #E12A27
Text Example
Text Example
White with #E12A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12A27; }
p { color: rgb(225,42,39); }
H1.HeaderClassName
{
color: #E12A27;
}
.AnyTagClassName
{
color: #E12A27;
}
</style>
background-color css
<style>
a { background-color: #E12A27; }
a { background-color: rgb(225,42,39); }
div.DivClassName
{
background-color: #E12A27;
}
.BgClassName
{
background-color: #E12A27;
}
</style>
border-color css
<style>
span { border-color: #E12A27; }
span { border-color: rgb(225,42,39); }
td.TdClassName
{
border-color: #E12A27;
}
.TagClassName
{
border-color: #E12A27;
}
</style>