Shades of Persian Red #E22423
Tints of Persian Red #E22423
RGB
CMYK
RGB Variations
Color information
#E22423 (or 0xE22423) is known color: Persian Red. HEX triplet: E2, 24 and 23. RGB value is (226,36,35). Sum of RGB (Red+Green+Blue) = 226+36+35=297 (39% of max value = 765). Red value is 226 (88.67% from 255 or 76.09% from 297); Green value is 36 (14.45% from 255 or 12.12% from 297); Blue value is 35 (14.06% from 255 or 11.78% from 297); Max value from RGB is 226 - color contains mainly: red. Hex color #E22423 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E22423 is #1DDBDC. Grayscale: #5C5C5C. Windows color (decimal): -1956829 or 2303202. OLE color: 2303202.
HSL color Cylindrical-coordinate representation of color #E22423: hue angle of 0.31º 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 #E22423 is Cyan = 0, Magento = 0.84, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 36 | 35 | - |
| CMYK | 0 | 0.84 | 0.85 | 0.11 |
| HSL | 0.31º | 0.77% | 0.51% | - |
| HSV(B) | 0.31º | 0.85% | 0.89% | - |
| XYZ | 32.3 | 17.55 | 3.28 | - |
| YUV | 92.7 | 95.45 | 223.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 36 | 35 | 0 | 0.84 | 0.85 | 0.11 | 0.31 | 0.77 | 0.51 |
| Hex | E2 | 24 | 23 | 0 | 54 | 55 | B | 0 | 4D | 33 |
| Octal | 342 | 44 | 43 | 0 | 124 | 125 | 13 | 0 | 115 | 63 |
| Binary | 11100010 | 100100 | 100011 | 0 | 1010100 | 1010101 | 1011 | 0 | 1001101 | 110011 |
Color Harmonies of #E22423
Complementary color
Monochromatic Colors of #E22423
Black with #E22423
Text Example
Text Example
White with #E22423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22423; }
p { color: rgb(226,36,35); }
H1.HeaderClassName
{
color: #E22423;
}
.AnyTagClassName
{
color: #E22423;
}
</style>
background-color css
<style>
a { background-color: #E22423; }
a { background-color: rgb(226,36,35); }
div.DivClassName
{
background-color: #E22423;
}
.BgClassName
{
background-color: #E22423;
}
</style>
border-color css
<style>
span { border-color: #E22423; }
span { border-color: rgb(226,36,35); }
td.TdClassName
{
border-color: #E22423;
}
.TagClassName
{
border-color: #E22423;
}
</style>