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