Shades of Persian Red #E12320
Tints of Persian Red #E12320
RGB
CMYK
RGB Variations
Color information
#E12320 (or 0xE12320) is known color: Persian Red. HEX triplet: E1, 23 and 20. RGB value is (225,35,32). Sum of RGB (Red+Green+Blue) = 225+35+32=292 (38% of max value = 765). Red value is 225 (88.28% from 255 or 77.05% from 292); Green value is 35 (14.06% from 255 or 11.99% from 292); Blue value is 32 (12.89% from 255 or 10.96% from 292); Max value from RGB is 225 - color contains mainly: red. Hex color #E12320 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12320 is #1EDCDF. Grayscale: #5B5B5B. Windows color (decimal): -2022624 or 2106337. OLE color: 2106337.
HSL color Cylindrical-coordinate representation of color #E12320: hue angle of 0.93º 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 #E12320 is Cyan = 0, Magento = 0.84, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 35 | 32 | - |
| CMYK | 0 | 0.84 | 0.86 | 0.12 |
| HSL | 0.93º | 0.76% | 0.5% | - |
| HSV(B) | 0.93º | 0.86% | 0.88% | - |
| XYZ | 31.91 | 17.31 | 3.03 | - |
| YUV | 91.47 | 94.45 | 223.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 35 | 32 | 0 | 0.84 | 0.86 | 0.12 | 0.93 | 0.76 | 0.5 |
| Hex | E1 | 23 | 20 | 0 | 54 | 56 | C | 1 | 4C | 32 |
| Octal | 341 | 43 | 40 | 0 | 124 | 126 | 14 | 1 | 114 | 62 |
| Binary | 11100001 | 100011 | 100000 | 0 | 1010100 | 1010110 | 1100 | 1 | 1001100 | 110010 |
Color Harmonies of #E12320
Complementary color
Monochromatic Colors of #E12320
Black with #E12320
Text Example
Text Example
White with #E12320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12320; }
p { color: rgb(225,35,32); }
H1.HeaderClassName
{
color: #E12320;
}
.AnyTagClassName
{
color: #E12320;
}
</style>
background-color css
<style>
a { background-color: #E12320; }
a { background-color: rgb(225,35,32); }
div.DivClassName
{
background-color: #E12320;
}
.BgClassName
{
background-color: #E12320;
}
</style>
border-color css
<style>
span { border-color: #E12320; }
span { border-color: rgb(225,35,32); }
td.TdClassName
{
border-color: #E12320;
}
.TagClassName
{
border-color: #E12320;
}
</style>