Shades of Persian Red #E2201E
Tints of Persian Red #E2201E
RGB
CMYK
RGB Variations
Color information
#E2201E (or 0xE2201E) is known color: Persian Red. HEX triplet: E2, 20 and 1E. RGB value is (226,32,30). Sum of RGB (Red+Green+Blue) = 226+32+30=288 (38% of max value = 765). Red value is 226 (88.67% from 255 or 78.47% from 288); Green value is 32 (12.89% from 255 or 11.11% from 288); Blue value is 30 (12.11% from 255 or 10.42% from 288); Max value from RGB is 226 - color contains mainly: red. Hex color #E2201E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2201E is #1DDFE1. Grayscale: #595959. Windows color (decimal): -1957858 or 1974498. OLE color: 1974498.
HSL color Cylindrical-coordinate representation of color #E2201E: hue angle of 0.61º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E2201E is Cyan = 0, Magento = 0.86, Yellow = 0.87 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 32 | 30 | - |
| CMYK | 0 | 0.86 | 0.87 | 0.11 |
| HSL | 0.61º | 0.77% | 0.5% | - |
| HSV(B) | 0.61º | 0.87% | 0.89% | - |
| XYZ | 32.11 | 17.3 | 2.87 | - |
| YUV | 89.78 | 94.27 | 225.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 32 | 30 | 0 | 0.86 | 0.87 | 0.11 | 0.61 | 0.77 | 0.5 |
| Hex | E2 | 20 | 1E | 0 | 56 | 57 | B | 1 | 4D | 32 |
| Octal | 342 | 40 | 36 | 0 | 126 | 127 | 13 | 1 | 115 | 62 |
| Binary | 11100010 | 100000 | 11110 | 0 | 1010110 | 1010111 | 1011 | 1 | 1001101 | 110010 |
Color Harmonies of #E2201E
Complementary color
Monochromatic Colors of #E2201E
Black with #E2201E
Text Example
Text Example
White with #E2201E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2201E; }
p { color: rgb(226,32,30); }
H1.HeaderClassName
{
color: #E2201E;
}
.AnyTagClassName
{
color: #E2201E;
}
</style>
background-color css
<style>
a { background-color: #E2201E; }
a { background-color: rgb(226,32,30); }
div.DivClassName
{
background-color: #E2201E;
}
.BgClassName
{
background-color: #E2201E;
}
</style>
border-color css
<style>
span { border-color: #E2201E; }
span { border-color: rgb(226,32,30); }
td.TdClassName
{
border-color: #E2201E;
}
.TagClassName
{
border-color: #E2201E;
}
</style>