Shades of Persian Red #E22821
Tints of Persian Red #E22821
RGB
CMYK
RGB Variations
Color information
#E22821 (or 0xE22821) is known color: Persian Red. HEX triplet: E2, 28 and 21. RGB value is (226,40,33). Sum of RGB (Red+Green+Blue) = 226+40+33=299 (39% of max value = 765). Red value is 226 (88.67% from 255 or 75.59% from 299); Green value is 40 (16.02% from 255 or 13.38% from 299); Blue value is 33 (13.28% from 255 or 11.04% from 299); Max value from RGB is 226 - color contains mainly: red. Hex color #E22821 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E22821 is #1DD7DE. Grayscale: #5F5F5F. Windows color (decimal): -1955807 or 2173154. OLE color: 2173154.
HSL color Cylindrical-coordinate representation of color #E22821: hue angle of 2.18º 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 #E22821 is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 40 | 33 | - |
| CMYK | 0 | 0.82 | 0.85 | 0.11 |
| HSL | 2.18º | 0.77% | 0.51% | - |
| HSV(B) | 2.18º | 0.85% | 0.89% | - |
| XYZ | 32.4 | 17.8 | 3.17 | - |
| YUV | 94.82 | 93.12 | 221.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 40 | 33 | 0 | 0.82 | 0.85 | 0.11 | 2.18 | 0.77 | 0.51 |
| Hex | E2 | 28 | 21 | 0 | 52 | 55 | B | 2 | 4D | 33 |
| Octal | 342 | 50 | 41 | 0 | 122 | 125 | 13 | 2 | 115 | 63 |
| Binary | 11100010 | 101000 | 100001 | 0 | 1010010 | 1010101 | 1011 | 10 | 1001101 | 110011 |
Color Harmonies of #E22821
Complementary color
Monochromatic Colors of #E22821
Black with #E22821
Text Example
Text Example
White with #E22821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22821; }
p { color: rgb(226,40,33); }
H1.HeaderClassName
{
color: #E22821;
}
.AnyTagClassName
{
color: #E22821;
}
</style>
background-color css
<style>
a { background-color: #E22821; }
a { background-color: rgb(226,40,33); }
div.DivClassName
{
background-color: #E22821;
}
.BgClassName
{
background-color: #E22821;
}
</style>
border-color css
<style>
span { border-color: #E22821; }
span { border-color: rgb(226,40,33); }
td.TdClassName
{
border-color: #E22821;
}
.TagClassName
{
border-color: #E22821;
}
</style>