Shades of Persian Red #E1271F
Tints of Persian Red #E1271F
RGB
CMYK
RGB Variations
Color information
#E1271F (or 0xE1271F) is known color: Persian Red. HEX triplet: E1, 27 and 1F. RGB value is (225,39,31). Sum of RGB (Red+Green+Blue) = 225+39+31=295 (39% of max value = 765). Red value is 225 (88.28% from 255 or 76.27% from 295); Green value is 39 (15.62% from 255 or 13.22% from 295); Blue value is 31 (12.5% from 255 or 10.51% from 295); Max value from RGB is 225 - color contains mainly: red. Hex color #E1271F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1271F is #1ED8E0. Grayscale: #5D5D5D. Windows color (decimal): -2021601 or 2041825. OLE color: 2041825.
HSL color Cylindrical-coordinate representation of color #E1271F: hue angle of 2.47º 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 #E1271F is Cyan = 0, Magento = 0.83, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 39 | 31 | - |
| CMYK | 0 | 0.83 | 0.86 | 0.12 |
| HSL | 2.47º | 0.76% | 0.5% | - |
| HSV(B) | 2.47º | 0.86% | 0.88% | - |
| XYZ | 32.02 | 17.56 | 3 | - |
| YUV | 93.7 | 92.62 | 221.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 39 | 31 | 0 | 0.83 | 0.86 | 0.12 | 2.47 | 0.76 | 0.5 |
| Hex | E1 | 27 | 1F | 0 | 53 | 56 | C | 2 | 4C | 32 |
| Octal | 341 | 47 | 37 | 0 | 123 | 126 | 14 | 2 | 114 | 62 |
| Binary | 11100001 | 100111 | 11111 | 0 | 1010011 | 1010110 | 1100 | 10 | 1001100 | 110010 |
Color Harmonies of #E1271F
Complementary color
Monochromatic Colors of #E1271F
Black with #E1271F
Text Example
Text Example
White with #E1271F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1271F; }
p { color: rgb(225,39,31); }
H1.HeaderClassName
{
color: #E1271F;
}
.AnyTagClassName
{
color: #E1271F;
}
</style>
background-color css
<style>
a { background-color: #E1271F; }
a { background-color: rgb(225,39,31); }
div.DivClassName
{
background-color: #E1271F;
}
.BgClassName
{
background-color: #E1271F;
}
</style>
border-color css
<style>
span { border-color: #E1271F; }
span { border-color: rgb(225,39,31); }
td.TdClassName
{
border-color: #E1271F;
}
.TagClassName
{
border-color: #E1271F;
}
</style>