Shades of Persian Red #E12926
Tints of Persian Red #E12926
RGB
CMYK
RGB Variations
Color information
#E12926 (or 0xE12926) is known color: Persian Red. HEX triplet: E1, 29 and 26. RGB value is (225,41,38). Sum of RGB (Red+Green+Blue) = 225+41+38=304 (40% of max value = 765). Red value is 225 (88.28% from 255 or 74.01% from 304); Green value is 41 (16.41% from 255 or 13.49% from 304); Blue value is 38 (15.23% from 255 or 12.5% from 304); Max value from RGB is 225 - color contains mainly: red. Hex color #E12926 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12926 is #1ED6D9. Grayscale: #5F5F5F. Windows color (decimal): -2021082 or 2501089. OLE color: 2501089.
HSL color Cylindrical-coordinate representation of color #E12926: hue angle of 0.96º 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 #E12926 is Cyan = 0, Magento = 0.82, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 41 | 38 | - |
| CMYK | 0 | 0.82 | 0.83 | 0.12 |
| HSL | 0.96º | 0.76% | 0.52% | - |
| HSV(B) | 0.96º | 0.83% | 0.88% | - |
| XYZ | 32.19 | 17.73 | 3.56 | - |
| YUV | 95.67 | 95.46 | 220.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 41 | 38 | 0 | 0.82 | 0.83 | 0.12 | 0.96 | 0.76 | 0.52 |
| Hex | E1 | 29 | 26 | 0 | 52 | 53 | C | 1 | 4C | 34 |
| Octal | 341 | 51 | 46 | 0 | 122 | 123 | 14 | 1 | 114 | 64 |
| Binary | 11100001 | 101001 | 100110 | 0 | 1010010 | 1010011 | 1100 | 1 | 1001100 | 110100 |
Color Harmonies of #E12926
Complementary color
Monochromatic Colors of #E12926
Black with #E12926
Text Example
Text Example
White with #E12926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12926; }
p { color: rgb(225,41,38); }
H1.HeaderClassName
{
color: #E12926;
}
.AnyTagClassName
{
color: #E12926;
}
</style>
background-color css
<style>
a { background-color: #E12926; }
a { background-color: rgb(225,41,38); }
div.DivClassName
{
background-color: #E12926;
}
.BgClassName
{
background-color: #E12926;
}
</style>
border-color css
<style>
span { border-color: #E12926; }
span { border-color: rgb(225,41,38); }
td.TdClassName
{
border-color: #E12926;
}
.TagClassName
{
border-color: #E12926;
}
</style>