Shades of Persian Red #E32624
Tints of Persian Red #E32624
RGB
CMYK
RGB Variations
Color information
#E32624 (or 0xE32624) is known color: Persian Red. HEX triplet: E3, 26 and 24. RGB value is (227,38,36). Sum of RGB (Red+Green+Blue) = 227+38+36=301 (39% of max value = 765). Red value is 227 (89.06% from 255 or 75.42% from 301); Green value is 38 (15.23% from 255 or 12.62% from 301); Blue value is 36 (14.45% from 255 or 11.96% from 301); Max value from RGB is 227 - color contains mainly: red. Hex color #E32624 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32624 is #1CD9DB. Grayscale: #5E5E5E. Windows color (decimal): -1890780 or 2369251. OLE color: 2369251.
HSL color Cylindrical-coordinate representation of color #E32624: hue angle of 0.63º 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 #E32624 is Cyan = 0, Magento = 0.83, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 38 | 36 | - |
| CMYK | 0 | 0.83 | 0.84 | 0.11 |
| HSL | 0.63º | 0.77% | 0.52% | - |
| HSV(B) | 0.63º | 0.84% | 0.89% | - |
| XYZ | 32.69 | 17.84 | 3.39 | - |
| YUV | 94.28 | 95.12 | 222.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 38 | 36 | 0 | 0.83 | 0.84 | 0.11 | 0.63 | 0.77 | 0.52 |
| Hex | E3 | 26 | 24 | 0 | 53 | 54 | B | 1 | 4D | 34 |
| Octal | 343 | 46 | 44 | 0 | 123 | 124 | 13 | 1 | 115 | 64 |
| Binary | 11100011 | 100110 | 100100 | 0 | 1010011 | 1010100 | 1011 | 1 | 1001101 | 110100 |
Color Harmonies of #E32624
Complementary color
Monochromatic Colors of #E32624
Black with #E32624
Text Example
Text Example
White with #E32624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32624; }
p { color: rgb(227,38,36); }
H1.HeaderClassName
{
color: #E32624;
}
.AnyTagClassName
{
color: #E32624;
}
</style>
background-color css
<style>
a { background-color: #E32624; }
a { background-color: rgb(227,38,36); }
div.DivClassName
{
background-color: #E32624;
}
.BgClassName
{
background-color: #E32624;
}
</style>
border-color css
<style>
span { border-color: #E32624; }
span { border-color: rgb(227,38,36); }
td.TdClassName
{
border-color: #E32624;
}
.TagClassName
{
border-color: #E32624;
}
</style>