Shades of Persian Red #E12928
Tints of Persian Red #E12928
RGB
CMYK
RGB Variations
Color information
#E12928 (or 0xE12928) is known color: Persian Red. HEX triplet: E1, 29 and 28. RGB value is (225,41,40). Sum of RGB (Red+Green+Blue) = 225+41+40=306 (40% of max value = 765). Red value is 225 (88.28% from 255 or 73.53% from 306); Green value is 41 (16.41% from 255 or 13.40% from 306); Blue value is 40 (16.02% from 255 or 13.07% from 306); Max value from RGB is 225 - color contains mainly: red. Hex color #E12928 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12928 is #1ED6D7. Grayscale: #606060. Windows color (decimal): -2021080 or 2632161. OLE color: 2632161.
HSL color Cylindrical-coordinate representation of color #E12928: hue angle of 0.32º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E12928 is Cyan = 0, Magento = 0.82, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 41 | 40 | - |
| CMYK | 0 | 0.82 | 0.82 | 0.12 |
| HSL | 0.32º | 0.76% | 0.52% | - |
| HSV(B) | 0.32º | 0.82% | 0.88% | - |
| XYZ | 32.23 | 17.75 | 3.73 | - |
| YUV | 95.9 | 96.46 | 220.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 41 | 40 | 0 | 0.82 | 0.82 | 0.12 | 0.32 | 0.76 | 0.52 |
| Hex | E1 | 29 | 28 | 0 | 52 | 52 | C | 0 | 4C | 34 |
| Octal | 341 | 51 | 50 | 0 | 122 | 122 | 14 | 0 | 114 | 64 |
| Binary | 11100001 | 101001 | 101000 | 0 | 1010010 | 1010010 | 1100 | 0 | 1001100 | 110100 |
Color Harmonies of #E12928
Complementary color
Monochromatic Colors of #E12928
Black with #E12928
Text Example
Text Example
White with #E12928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12928; }
p { color: rgb(225,41,40); }
H1.HeaderClassName
{
color: #E12928;
}
.AnyTagClassName
{
color: #E12928;
}
</style>
background-color css
<style>
a { background-color: #E12928; }
a { background-color: rgb(225,41,40); }
div.DivClassName
{
background-color: #E12928;
}
.BgClassName
{
background-color: #E12928;
}
</style>
border-color css
<style>
span { border-color: #E12928; }
span { border-color: rgb(225,41,40); }
td.TdClassName
{
border-color: #E12928;
}
.TagClassName
{
border-color: #E12928;
}
</style>