Shades of Persian Red #E12924
Tints of Persian Red #E12924
RGB
CMYK
RGB Variations
Color information
#E12924 (or 0xE12924) is known color: Persian Red. HEX triplet: E1, 29 and 24. RGB value is (225,41,36). Sum of RGB (Red+Green+Blue) = 225+41+36=302 (40% of max value = 765). Red value is 225 (88.28% from 255 or 74.50% from 302); Green value is 41 (16.41% from 255 or 13.58% from 302); Blue value is 36 (14.45% from 255 or 11.92% from 302); Max value from RGB is 225 - color contains mainly: red. Hex color #E12924 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12924 is #1ED6DB. Grayscale: #5F5F5F. Windows color (decimal): -2021084 or 2370017. OLE color: 2370017.
HSL color Cylindrical-coordinate representation of color #E12924: hue angle of 1.59º degrees, saturation: 0.76, 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 #E12924 is Cyan = 0, Magento = 0.82, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 41 | 36 | - |
| CMYK | 0 | 0.82 | 0.84 | 0.12 |
| HSL | 1.59º | 0.76% | 0.51% | - |
| HSV(B) | 1.59º | 0.84% | 0.88% | - |
| XYZ | 32.16 | 17.72 | 3.39 | - |
| YUV | 95.45 | 94.46 | 220.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 41 | 36 | 0 | 0.82 | 0.84 | 0.12 | 1.59 | 0.76 | 0.51 |
| Hex | E1 | 29 | 24 | 0 | 52 | 54 | C | 2 | 4C | 33 |
| Octal | 341 | 51 | 44 | 0 | 122 | 124 | 14 | 2 | 114 | 63 |
| Binary | 11100001 | 101001 | 100100 | 0 | 1010010 | 1010100 | 1100 | 10 | 1001100 | 110011 |
Color Harmonies of #E12924
Complementary color
Monochromatic Colors of #E12924
Black with #E12924
Text Example
Text Example
White with #E12924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12924; }
p { color: rgb(225,41,36); }
H1.HeaderClassName
{
color: #E12924;
}
.AnyTagClassName
{
color: #E12924;
}
</style>
background-color css
<style>
a { background-color: #E12924; }
a { background-color: rgb(225,41,36); }
div.DivClassName
{
background-color: #E12924;
}
.BgClassName
{
background-color: #E12924;
}
</style>
border-color css
<style>
span { border-color: #E12924; }
span { border-color: rgb(225,41,36); }
td.TdClassName
{
border-color: #E12924;
}
.TagClassName
{
border-color: #E12924;
}
</style>