Shades of Persian Red #E32924
Tints of Persian Red #E32924
RGB
CMYK
RGB Variations
Color information
#E32924 (or 0xE32924) is known color: Persian Red. HEX triplet: E3, 29 and 24. RGB value is (227,41,36). Sum of RGB (Red+Green+Blue) = 227+41+36=304 (40% of max value = 765). Red value is 227 (89.06% from 255 or 74.67% from 304); Green value is 41 (16.41% from 255 or 13.49% from 304); Blue value is 36 (14.45% from 255 or 11.84% from 304); Max value from RGB is 227 - color contains mainly: red. Hex color #E32924 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32924 is #1CD6DB. Grayscale: #606060. Windows color (decimal): -1890012 or 2370019. OLE color: 2370019.
HSL color Cylindrical-coordinate representation of color #E32924: hue angle of 1.57º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E32924 is Cyan = 0, Magento = 0.82, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 41 | 36 | - |
| CMYK | 0 | 0.82 | 0.84 | 0.11 |
| HSL | 1.57º | 0.77% | 0.52% | - |
| HSV(B) | 1.57º | 0.84% | 0.89% | - |
| XYZ | 32.79 | 18.04 | 3.42 | - |
| YUV | 96.04 | 94.12 | 221.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 41 | 36 | 0 | 0.82 | 0.84 | 0.11 | 1.57 | 0.77 | 0.52 |
| Hex | E3 | 29 | 24 | 0 | 52 | 54 | B | 2 | 4D | 34 |
| Octal | 343 | 51 | 44 | 0 | 122 | 124 | 13 | 2 | 115 | 64 |
| Binary | 11100011 | 101001 | 100100 | 0 | 1010010 | 1010100 | 1011 | 10 | 1001101 | 110100 |
Color Harmonies of #E32924
Complementary color
Monochromatic Colors of #E32924
Black with #E32924
Text Example
Text Example
White with #E32924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32924; }
p { color: rgb(227,41,36); }
H1.HeaderClassName
{
color: #E32924;
}
.AnyTagClassName
{
color: #E32924;
}
</style>
background-color css
<style>
a { background-color: #E32924; }
a { background-color: rgb(227,41,36); }
div.DivClassName
{
background-color: #E32924;
}
.BgClassName
{
background-color: #E32924;
}
</style>
border-color css
<style>
span { border-color: #E32924; }
span { border-color: rgb(227,41,36); }
td.TdClassName
{
border-color: #E32924;
}
.TagClassName
{
border-color: #E32924;
}
</style>