Shades of Persian Red #E1201F
Tints of Persian Red #E1201F
RGB
CMYK
RGB Variations
Color information
#E1201F (or 0xE1201F) is known color: Persian Red. HEX triplet: E1, 20 and 1F. RGB value is (225,32,31). Sum of RGB (Red+Green+Blue) = 225+32+31=288 (38% of max value = 765). Red value is 225 (88.28% from 255 or 78.12% from 288); Green value is 32 (12.89% from 255 or 11.11% from 288); Blue value is 31 (12.5% from 255 or 10.76% from 288); Max value from RGB is 225 - color contains mainly: red. Hex color #E1201F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1201F is #1EDFE0. Grayscale: #595959. Windows color (decimal): -2023393 or 2040033. OLE color: 2040033.
HSL color Cylindrical-coordinate representation of color #E1201F: hue angle of 0.31º 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 #E1201F is Cyan = 0, Magento = 0.86, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 32 | 31 | - |
| CMYK | 0 | 0.86 | 0.86 | 0.12 |
| HSL | 0.31º | 0.76% | 0.5% | - |
| HSV(B) | 0.31º | 0.86% | 0.88% | - |
| XYZ | 31.82 | 17.14 | 2.93 | - |
| YUV | 89.59 | 94.94 | 224.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 32 | 31 | 0 | 0.86 | 0.86 | 0.12 | 0.31 | 0.76 | 0.5 |
| Hex | E1 | 20 | 1F | 0 | 56 | 56 | C | 0 | 4C | 32 |
| Octal | 341 | 40 | 37 | 0 | 126 | 126 | 14 | 0 | 114 | 62 |
| Binary | 11100001 | 100000 | 11111 | 0 | 1010110 | 1010110 | 1100 | 0 | 1001100 | 110010 |
Color Harmonies of #E1201F
Complementary color
Monochromatic Colors of #E1201F
Black with #E1201F
Text Example
Text Example
White with #E1201F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1201F; }
p { color: rgb(225,32,31); }
H1.HeaderClassName
{
color: #E1201F;
}
.AnyTagClassName
{
color: #E1201F;
}
</style>
background-color css
<style>
a { background-color: #E1201F; }
a { background-color: rgb(225,32,31); }
div.DivClassName
{
background-color: #E1201F;
}
.BgClassName
{
background-color: #E1201F;
}
</style>
border-color css
<style>
span { border-color: #E1201F; }
span { border-color: rgb(225,32,31); }
td.TdClassName
{
border-color: #E1201F;
}
.TagClassName
{
border-color: #E1201F;
}
</style>