Shades of Persian Red #E1211E
Tints of Persian Red #E1211E
RGB
CMYK
RGB Variations
Color information
#E1211E (or 0xE1211E) is known color: Persian Red. HEX triplet: E1, 21 and 1E. RGB value is (225,33,30). Sum of RGB (Red+Green+Blue) = 225+33+30=288 (38% of max value = 765). Red value is 225 (88.28% from 255 or 78.12% from 288); Green value is 33 (13.28% from 255 or 11.46% from 288); Blue value is 30 (12.11% from 255 or 10.42% from 288); Max value from RGB is 225 - color contains mainly: red. Hex color #E1211E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1211E is #1EDEE1. Grayscale: #5A5A5A. Windows color (decimal): -2023138 or 1974753. OLE color: 1974753.
HSL color Cylindrical-coordinate representation of color #E1211E: hue angle of 0.92º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E1211E is Cyan = 0, Magento = 0.85, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 33 | 30 | - |
| CMYK | 0 | 0.85 | 0.87 | 0.12 |
| HSL | 0.92º | 0.76% | 0.5% | - |
| HSV(B) | 0.92º | 0.87% | 0.88% | - |
| XYZ | 31.83 | 17.19 | 2.87 | - |
| YUV | 90.07 | 94.11 | 224.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 33 | 30 | 0 | 0.85 | 0.87 | 0.12 | 0.92 | 0.76 | 0.5 |
| Hex | E1 | 21 | 1E | 0 | 55 | 57 | C | 1 | 4C | 32 |
| Octal | 341 | 41 | 36 | 0 | 125 | 127 | 14 | 1 | 114 | 62 |
| Binary | 11100001 | 100001 | 11110 | 0 | 1010101 | 1010111 | 1100 | 1 | 1001100 | 110010 |
Color Harmonies of #E1211E
Complementary color
Monochromatic Colors of #E1211E
Black with #E1211E
Text Example
Text Example
White with #E1211E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1211E; }
p { color: rgb(225,33,30); }
H1.HeaderClassName
{
color: #E1211E;
}
.AnyTagClassName
{
color: #E1211E;
}
</style>
background-color css
<style>
a { background-color: #E1211E; }
a { background-color: rgb(225,33,30); }
div.DivClassName
{
background-color: #E1211E;
}
.BgClassName
{
background-color: #E1211E;
}
</style>
border-color css
<style>
span { border-color: #E1211E; }
span { border-color: rgb(225,33,30); }
td.TdClassName
{
border-color: #E1211E;
}
.TagClassName
{
border-color: #E1211E;
}
</style>