Shades of Persian Red #E22926
Tints of Persian Red #E22926
RGB
CMYK
RGB Variations
Color information
#E22926 (or 0xE22926) is known color: Persian Red. HEX triplet: E2, 29 and 26. RGB value is (226,41,38). Sum of RGB (Red+Green+Blue) = 226+41+38=305 (40% of max value = 765). Red value is 226 (88.67% from 255 or 74.10% from 305); Green value is 41 (16.41% from 255 or 13.44% from 305); Blue value is 38 (15.23% from 255 or 12.46% from 305); Max value from RGB is 226 - color contains mainly: red. Hex color #E22926 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E22926 is #1DD6D9. Grayscale: #606060. Windows color (decimal): -1955546 or 2501090. OLE color: 2501090.
HSL color Cylindrical-coordinate representation of color #E22926: hue angle of 0.96º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E22926 is Cyan = 0, Magento = 0.82, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 41 | 38 | - |
| CMYK | 0 | 0.82 | 0.83 | 0.11 |
| HSL | 0.96º | 0.76% | 0.52% | - |
| HSV(B) | 0.96º | 0.83% | 0.89% | - |
| XYZ | 32.51 | 17.89 | 3.57 | - |
| YUV | 95.97 | 95.29 | 220.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 41 | 38 | 0 | 0.82 | 0.83 | 0.11 | 0.96 | 0.76 | 0.52 |
| Hex | E2 | 29 | 26 | 0 | 52 | 53 | B | 1 | 4C | 34 |
| Octal | 342 | 51 | 46 | 0 | 122 | 123 | 13 | 1 | 114 | 64 |
| Binary | 11100010 | 101001 | 100110 | 0 | 1010010 | 1010011 | 1011 | 1 | 1001100 | 110100 |
Color Harmonies of #E22926
Complementary color
Monochromatic Colors of #E22926
Black with #E22926
Text Example
Text Example
White with #E22926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22926; }
p { color: rgb(226,41,38); }
H1.HeaderClassName
{
color: #E22926;
}
.AnyTagClassName
{
color: #E22926;
}
</style>
background-color css
<style>
a { background-color: #E22926; }
a { background-color: rgb(226,41,38); }
div.DivClassName
{
background-color: #E22926;
}
.BgClassName
{
background-color: #E22926;
}
</style>
border-color css
<style>
span { border-color: #E22926; }
span { border-color: rgb(226,41,38); }
td.TdClassName
{
border-color: #E22926;
}
.TagClassName
{
border-color: #E22926;
}
</style>