Shades of Persian Red #E22321
Tints of Persian Red #E22321
RGB
CMYK
RGB Variations
Color information
#E22321 (or 0xE22321) is known color: Persian Red. HEX triplet: E2, 23 and 21. RGB value is (226,35,33). Sum of RGB (Red+Green+Blue) = 226+35+33=294 (38% of max value = 765). Red value is 226 (88.67% from 255 or 76.87% from 294); Green value is 35 (14.06% from 255 or 11.90% from 294); Blue value is 33 (13.28% from 255 or 11.22% from 294); Max value from RGB is 226 - color contains mainly: red. Hex color #E22321 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E22321 is #1DDCDE. Grayscale: #5C5C5C. Windows color (decimal): -1957087 or 2171874. OLE color: 2171874.
HSL color Cylindrical-coordinate representation of color #E22321: hue angle of 0.62º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E22321 is Cyan = 0, Magento = 0.85, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 35 | 33 | - |
| CMYK | 0 | 0.85 | 0.85 | 0.11 |
| HSL | 0.62º | 0.77% | 0.51% | - |
| HSV(B) | 0.62º | 0.85% | 0.89% | - |
| XYZ | 32.24 | 17.48 | 3.11 | - |
| YUV | 91.88 | 94.78 | 223.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 35 | 33 | 0 | 0.85 | 0.85 | 0.11 | 0.62 | 0.77 | 0.51 |
| Hex | E2 | 23 | 21 | 0 | 55 | 55 | B | 1 | 4D | 33 |
| Octal | 342 | 43 | 41 | 0 | 125 | 125 | 13 | 1 | 115 | 63 |
| Binary | 11100010 | 100011 | 100001 | 0 | 1010101 | 1010101 | 1011 | 1 | 1001101 | 110011 |
Color Harmonies of #E22321
Complementary color
Monochromatic Colors of #E22321
Black with #E22321
Text Example
Text Example
White with #E22321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22321; }
p { color: rgb(226,35,33); }
H1.HeaderClassName
{
color: #E22321;
}
.AnyTagClassName
{
color: #E22321;
}
</style>
background-color css
<style>
a { background-color: #E22321; }
a { background-color: rgb(226,35,33); }
div.DivClassName
{
background-color: #E22321;
}
.BgClassName
{
background-color: #E22321;
}
</style>
border-color css
<style>
span { border-color: #E22321; }
span { border-color: rgb(226,35,33); }
td.TdClassName
{
border-color: #E22321;
}
.TagClassName
{
border-color: #E22321;
}
</style>