Shades of Persian Red #E32A27
Tints of Persian Red #E32A27
RGB
CMYK
RGB Variations
Color information
#E32A27 (or 0xE32A27) is known color: Persian Red. HEX triplet: E3, 2A and 27. RGB value is (227,42,39). Sum of RGB (Red+Green+Blue) = 227+42+39=308 (40% of max value = 765). Red value is 227 (89.06% from 255 or 73.70% from 308); Green value is 42 (16.80% from 255 or 13.64% from 308); Blue value is 39 (15.62% from 255 or 12.66% from 308); Max value from RGB is 227 - color contains mainly: red. Hex color #E32A27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32A27 is #1CD5D8. Grayscale: #616161. Windows color (decimal): -1889753 or 2566883. OLE color: 2566883.
HSL color Cylindrical-coordinate representation of color #E32A27: hue angle of 0.96º degrees, saturation: 0.77, 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 #E32A27 is Cyan = 0, Magento = 0.81, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 42 | 39 | - |
| CMYK | 0 | 0.81 | 0.83 | 0.11 |
| HSL | 0.96º | 0.77% | 0.52% | - |
| HSV(B) | 0.96º | 0.83% | 0.89% | - |
| XYZ | 32.87 | 18.13 | 3.69 | - |
| YUV | 96.97 | 95.29 | 220.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 42 | 39 | 0 | 0.81 | 0.83 | 0.11 | 0.96 | 0.77 | 0.52 |
| Hex | E3 | 2A | 27 | 0 | 51 | 53 | B | 1 | 4D | 34 |
| Octal | 343 | 52 | 47 | 0 | 121 | 123 | 13 | 1 | 115 | 64 |
| Binary | 11100011 | 101010 | 100111 | 0 | 1010001 | 1010011 | 1011 | 1 | 1001101 | 110100 |
Color Harmonies of #E32A27
Complementary color
Monochromatic Colors of #E32A27
Black with #E32A27
Text Example
Text Example
White with #E32A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32A27; }
p { color: rgb(227,42,39); }
H1.HeaderClassName
{
color: #E32A27;
}
.AnyTagClassName
{
color: #E32A27;
}
</style>
background-color css
<style>
a { background-color: #E32A27; }
a { background-color: rgb(227,42,39); }
div.DivClassName
{
background-color: #E32A27;
}
.BgClassName
{
background-color: #E32A27;
}
</style>
border-color css
<style>
span { border-color: #E32A27; }
span { border-color: rgb(227,42,39); }
td.TdClassName
{
border-color: #E32A27;
}
.TagClassName
{
border-color: #E32A27;
}
</style>