Shades of Persian Red #E1281F
Tints of Persian Red #E1281F
RGB
CMYK
RGB Variations
Color information
#E1281F (or 0xE1281F) is known color: Persian Red. HEX triplet: E1, 28 and 1F. RGB value is (225,40,31). Sum of RGB (Red+Green+Blue) = 225+40+31=296 (39% of max value = 765). Red value is 225 (88.28% from 255 or 76.01% from 296); Green value is 40 (16.02% from 255 or 13.51% from 296); Blue value is 31 (12.5% from 255 or 10.47% from 296); Max value from RGB is 225 - color contains mainly: red. Hex color #E1281F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1281F is #1ED7E0. Grayscale: #5E5E5E. Windows color (decimal): -2021345 or 2042081. OLE color: 2042081.
HSL color Cylindrical-coordinate representation of color #E1281F: hue angle of 2.78º 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 #E1281F is Cyan = 0, Magento = 0.82, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 40 | 31 | - |
| CMYK | 0 | 0.82 | 0.86 | 0.12 |
| HSL | 2.78º | 0.76% | 0.5% | - |
| HSV(B) | 2.78º | 0.86% | 0.88% | - |
| XYZ | 32.06 | 17.62 | 3.01 | - |
| YUV | 94.29 | 92.29 | 221.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 40 | 31 | 0 | 0.82 | 0.86 | 0.12 | 2.78 | 0.76 | 0.5 |
| Hex | E1 | 28 | 1F | 0 | 52 | 56 | C | 3 | 4C | 32 |
| Octal | 341 | 50 | 37 | 0 | 122 | 126 | 14 | 3 | 114 | 62 |
| Binary | 11100001 | 101000 | 11111 | 0 | 1010010 | 1010110 | 1100 | 11 | 1001100 | 110010 |
Color Harmonies of #E1281F
Complementary color
Monochromatic Colors of #E1281F
Black with #E1281F
Text Example
Text Example
White with #E1281F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1281F; }
p { color: rgb(225,40,31); }
H1.HeaderClassName
{
color: #E1281F;
}
.AnyTagClassName
{
color: #E1281F;
}
</style>
background-color css
<style>
a { background-color: #E1281F; }
a { background-color: rgb(225,40,31); }
div.DivClassName
{
background-color: #E1281F;
}
.BgClassName
{
background-color: #E1281F;
}
</style>
border-color css
<style>
span { border-color: #E1281F; }
span { border-color: rgb(225,40,31); }
td.TdClassName
{
border-color: #E1281F;
}
.TagClassName
{
border-color: #E1281F;
}
</style>