Shades of Persian Red #E22C2A
Tints of Persian Red #E22C2A
RGB
CMYK
RGB Variations
Color information
#E22C2A (or 0xE22C2A) is known color: Persian Red. HEX triplet: E2, 2C and 2A. RGB value is (226,44,42). Sum of RGB (Red+Green+Blue) = 226+44+42=312 (41% of max value = 765). Red value is 226 (88.67% from 255 or 72.44% from 312); Green value is 44 (17.58% from 255 or 14.10% from 312); Blue value is 42 (16.80% from 255 or 13.46% from 312); Max value from RGB is 226 - color contains mainly: red. Hex color #E22C2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E22C2A is #1DD3D5. Grayscale: #626262. Windows color (decimal): -1954774 or 2764002. OLE color: 2764002.
HSL color Cylindrical-coordinate representation of color #E22C2A: hue angle of 0.65º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E22C2A is Cyan = 0, Magento = 0.81, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 44 | 42 | - |
| CMYK | 0 | 0.81 | 0.81 | 0.11 |
| HSL | 0.65º | 0.76% | 0.53% | - |
| HSV(B) | 0.65º | 0.81% | 0.89% | - |
| XYZ | 32.68 | 18.14 | 3.97 | - |
| YUV | 98.19 | 96.3 | 219.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 44 | 42 | 0 | 0.81 | 0.81 | 0.11 | 0.65 | 0.76 | 0.53 |
| Hex | E2 | 2C | 2A | 0 | 51 | 51 | B | 1 | 4C | 35 |
| Octal | 342 | 54 | 52 | 0 | 121 | 121 | 13 | 1 | 114 | 65 |
| Binary | 11100010 | 101100 | 101010 | 0 | 1010001 | 1010001 | 1011 | 1 | 1001100 | 110101 |
Color Harmonies of #E22C2A
Complementary color
Monochromatic Colors of #E22C2A
Black with #E22C2A
Text Example
Text Example
White with #E22C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22C2A; }
p { color: rgb(226,44,42); }
H1.HeaderClassName
{
color: #E22C2A;
}
.AnyTagClassName
{
color: #E22C2A;
}
</style>
background-color css
<style>
a { background-color: #E22C2A; }
a { background-color: rgb(226,44,42); }
div.DivClassName
{
background-color: #E22C2A;
}
.BgClassName
{
background-color: #E22C2A;
}
</style>
border-color css
<style>
span { border-color: #E22C2A; }
span { border-color: rgb(226,44,42); }
td.TdClassName
{
border-color: #E22C2A;
}
.TagClassName
{
border-color: #E22C2A;
}
</style>