Shades of Persian Red #E2241E
Tints of Persian Red #E2241E
RGB
CMYK
RGB Variations
Color information
#E2241E (or 0xE2241E) is known color: Persian Red. HEX triplet: E2, 24 and 1E. RGB value is (226,36,30). Sum of RGB (Red+Green+Blue) = 226+36+30=292 (38% of max value = 765). Red value is 226 (88.67% from 255 or 77.40% from 292); Green value is 36 (14.45% from 255 or 12.33% from 292); Blue value is 30 (12.11% from 255 or 10.27% from 292); Max value from RGB is 226 - color contains mainly: red. Hex color #E2241E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2241E is #1DDBE1. Grayscale: #5C5C5C. Windows color (decimal): -1956834 or 1975522. OLE color: 1975522.
HSL color Cylindrical-coordinate representation of color #E2241E: hue angle of 1.84º 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 #E2241E is Cyan = 0, Magento = 0.84, Yellow = 0.87 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 36 | 30 | - |
| CMYK | 0 | 0.84 | 0.87 | 0.11 |
| HSL | 1.84º | 0.77% | 0.5% | - |
| HSV(B) | 1.84º | 0.87% | 0.89% | - |
| XYZ | 32.23 | 17.52 | 2.91 | - |
| YUV | 92.13 | 92.95 | 223.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 36 | 30 | 0 | 0.84 | 0.87 | 0.11 | 1.84 | 0.77 | 0.5 |
| Hex | E2 | 24 | 1E | 0 | 54 | 57 | B | 2 | 4D | 32 |
| Octal | 342 | 44 | 36 | 0 | 124 | 127 | 13 | 2 | 115 | 62 |
| Binary | 11100010 | 100100 | 11110 | 0 | 1010100 | 1010111 | 1011 | 10 | 1001101 | 110010 |
Color Harmonies of #E2241E
Complementary color
Monochromatic Colors of #E2241E
Black with #E2241E
Text Example
Text Example
White with #E2241E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2241E; }
p { color: rgb(226,36,30); }
H1.HeaderClassName
{
color: #E2241E;
}
.AnyTagClassName
{
color: #E2241E;
}
</style>
background-color css
<style>
a { background-color: #E2241E; }
a { background-color: rgb(226,36,30); }
div.DivClassName
{
background-color: #E2241E;
}
.BgClassName
{
background-color: #E2241E;
}
</style>
border-color css
<style>
span { border-color: #E2241E; }
span { border-color: rgb(226,36,30); }
td.TdClassName
{
border-color: #E2241E;
}
.TagClassName
{
border-color: #E2241E;
}
</style>