Shades of Persian Red #E2291F
Tints of Persian Red #E2291F
RGB
CMYK
RGB Variations
Color information
#E2291F (or 0xE2291F) is known color: Persian Red. HEX triplet: E2, 29 and 1F. RGB value is (226,41,31). Sum of RGB (Red+Green+Blue) = 226+41+31=298 (39% of max value = 765). Red value is 226 (88.67% from 255 or 75.84% from 298); Green value is 41 (16.41% from 255 or 13.76% from 298); Blue value is 31 (12.5% from 255 or 10.40% from 298); Max value from RGB is 226 - color contains mainly: red. Hex color #E2291F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2291F is #1DD6E0. Grayscale: #5F5F5F. Windows color (decimal): -1955553 or 2042338. OLE color: 2042338.
HSL color Cylindrical-coordinate representation of color #E2291F: hue angle of 3.08º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E2291F is Cyan = 0, Magento = 0.82, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 41 | 31 | - |
| CMYK | 0 | 0.82 | 0.86 | 0.11 |
| HSL | 3.08º | 0.77% | 0.5% | - |
| HSV(B) | 3.08º | 0.86% | 0.89% | - |
| XYZ | 32.4 | 17.85 | 3.03 | - |
| YUV | 95.18 | 91.79 | 221.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 41 | 31 | 0 | 0.82 | 0.86 | 0.11 | 3.08 | 0.77 | 0.5 |
| Hex | E2 | 29 | 1F | 0 | 52 | 56 | B | 3 | 4D | 32 |
| Octal | 342 | 51 | 37 | 0 | 122 | 126 | 13 | 3 | 115 | 62 |
| Binary | 11100010 | 101001 | 11111 | 0 | 1010010 | 1010110 | 1011 | 11 | 1001101 | 110010 |
Color Harmonies of #E2291F
Complementary color
Monochromatic Colors of #E2291F
Black with #E2291F
Text Example
Text Example
White with #E2291F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2291F; }
p { color: rgb(226,41,31); }
H1.HeaderClassName
{
color: #E2291F;
}
.AnyTagClassName
{
color: #E2291F;
}
</style>
background-color css
<style>
a { background-color: #E2291F; }
a { background-color: rgb(226,41,31); }
div.DivClassName
{
background-color: #E2291F;
}
.BgClassName
{
background-color: #E2291F;
}
</style>
border-color css
<style>
span { border-color: #E2291F; }
span { border-color: rgb(226,41,31); }
td.TdClassName
{
border-color: #E2291F;
}
.TagClassName
{
border-color: #E2291F;
}
</style>