Shades of Persian Red #E1221F
Tints of Persian Red #E1221F
RGB
CMYK
RGB Variations
Color information
#E1221F (or 0xE1221F) is known color: Persian Red. HEX triplet: E1, 22 and 1F. RGB value is (225,34,31). Sum of RGB (Red+Green+Blue) = 225+34+31=290 (38% of max value = 765). Red value is 225 (88.28% from 255 or 77.59% from 290); Green value is 34 (13.67% from 255 or 11.72% from 290); Blue value is 31 (12.5% from 255 or 10.69% from 290); Max value from RGB is 225 - color contains mainly: red. Hex color #E1221F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1221F is #1EDDE0. Grayscale: #5A5A5A. Windows color (decimal): -2022881 or 2040545. OLE color: 2040545.
HSL color Cylindrical-coordinate representation of color #E1221F: 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 #E1221F is Cyan = 0, Magento = 0.85, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 34 | 31 | - |
| CMYK | 0 | 0.85 | 0.86 | 0.12 |
| HSL | 0.93º | 0.76% | 0.5% | - |
| HSV(B) | 0.93º | 0.86% | 0.88% | - |
| XYZ | 31.87 | 17.25 | 2.95 | - |
| YUV | 90.77 | 94.28 | 223.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 34 | 31 | 0 | 0.85 | 0.86 | 0.12 | 0.93 | 0.76 | 0.5 |
| Hex | E1 | 22 | 1F | 0 | 55 | 56 | C | 1 | 4C | 32 |
| Octal | 341 | 42 | 37 | 0 | 125 | 126 | 14 | 1 | 114 | 62 |
| Binary | 11100001 | 100010 | 11111 | 0 | 1010101 | 1010110 | 1100 | 1 | 1001100 | 110010 |
Color Harmonies of #E1221F
Complementary color
Monochromatic Colors of #E1221F
Black with #E1221F
Text Example
Text Example
White with #E1221F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1221F; }
p { color: rgb(225,34,31); }
H1.HeaderClassName
{
color: #E1221F;
}
.AnyTagClassName
{
color: #E1221F;
}
</style>
background-color css
<style>
a { background-color: #E1221F; }
a { background-color: rgb(225,34,31); }
div.DivClassName
{
background-color: #E1221F;
}
.BgClassName
{
background-color: #E1221F;
}
</style>
border-color css
<style>
span { border-color: #E1221F; }
span { border-color: rgb(225,34,31); }
td.TdClassName
{
border-color: #E1221F;
}
.TagClassName
{
border-color: #E1221F;
}
</style>