Shades of Persian Red #E12C21
Tints of Persian Red #E12C21
RGB
CMYK
RGB Variations
Color information
#E12C21 (or 0xE12C21) is known color: Persian Red. HEX triplet: E1, 2C and 21. RGB value is (225,44,33). Sum of RGB (Red+Green+Blue) = 225+44+33=302 (40% of max value = 765). Red value is 225 (88.28% from 255 or 74.50% from 302); Green value is 44 (17.58% from 255 or 14.57% from 302); Blue value is 33 (13.28% from 255 or 10.93% from 302); Max value from RGB is 225 - color contains mainly: red. Hex color #E12C21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12C21 is #1ED3DE. Grayscale: #616161. Windows color (decimal): -2020319 or 2174177. OLE color: 2174177.
HSL color Cylindrical-coordinate representation of color #E12C21: hue angle of 3.44º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E12C21 is Cyan = 0, Magento = 0.80, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 44 | 33 | - |
| CMYK | 0 | 0.80 | 0.85 | 0.12 |
| HSL | 3.44º | 0.76% | 0.51% | - |
| HSV(B) | 3.44º | 0.85% | 0.88% | - |
| XYZ | 32.23 | 17.92 | 3.2 | - |
| YUV | 96.87 | 91.97 | 219.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 44 | 33 | 0 | 0.80 | 0.85 | 0.12 | 3.44 | 0.76 | 0.51 |
| Hex | E1 | 2C | 21 | 0 | 50 | 55 | C | 3 | 4C | 33 |
| Octal | 341 | 54 | 41 | 0 | 120 | 125 | 14 | 3 | 114 | 63 |
| Binary | 11100001 | 101100 | 100001 | 0 | 1010000 | 1010101 | 1100 | 11 | 1001100 | 110011 |
Color Harmonies of #E12C21
Complementary color
Monochromatic Colors of #E12C21
Black with #E12C21
Text Example
Text Example
White with #E12C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12C21; }
p { color: rgb(225,44,33); }
H1.HeaderClassName
{
color: #E12C21;
}
.AnyTagClassName
{
color: #E12C21;
}
</style>
background-color css
<style>
a { background-color: #E12C21; }
a { background-color: rgb(225,44,33); }
div.DivClassName
{
background-color: #E12C21;
}
.BgClassName
{
background-color: #E12C21;
}
</style>
border-color css
<style>
span { border-color: #E12C21; }
span { border-color: rgb(225,44,33); }
td.TdClassName
{
border-color: #E12C21;
}
.TagClassName
{
border-color: #E12C21;
}
</style>