Shades of Persian Red #E32925
Tints of Persian Red #E32925
RGB
CMYK
RGB Variations
Color information
#E32925 (or 0xE32925) is known color: Persian Red. HEX triplet: E3, 29 and 25. RGB value is (227,41,37). Sum of RGB (Red+Green+Blue) = 227+41+37=305 (40% of max value = 765). Red value is 227 (89.06% from 255 or 74.43% from 305); Green value is 41 (16.41% from 255 or 13.44% from 305); Blue value is 37 (14.84% from 255 or 12.13% from 305); Max value from RGB is 227 - color contains mainly: red. Hex color #E32925 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32925 is #1CD6DA. Grayscale: #606060. Windows color (decimal): -1890011 or 2435555. OLE color: 2435555.
HSL color Cylindrical-coordinate representation of color #E32925: hue angle of 1.26º 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 #E32925 is Cyan = 0, Magento = 0.82, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 41 | 37 | - |
| CMYK | 0 | 0.82 | 0.84 | 0.11 |
| HSL | 1.26º | 0.77% | 0.52% | - |
| HSV(B) | 1.26º | 0.84% | 0.89% | - |
| XYZ | 32.81 | 18.05 | 3.51 | - |
| YUV | 96.16 | 94.62 | 221.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 41 | 37 | 0 | 0.82 | 0.84 | 0.11 | 1.26 | 0.77 | 0.52 |
| Hex | E3 | 29 | 25 | 0 | 52 | 54 | B | 1 | 4D | 34 |
| Octal | 343 | 51 | 45 | 0 | 122 | 124 | 13 | 1 | 115 | 64 |
| Binary | 11100011 | 101001 | 100101 | 0 | 1010010 | 1010100 | 1011 | 1 | 1001101 | 110100 |
Color Harmonies of #E32925
Complementary color
Monochromatic Colors of #E32925
Black with #E32925
Text Example
Text Example
White with #E32925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32925; }
p { color: rgb(227,41,37); }
H1.HeaderClassName
{
color: #E32925;
}
.AnyTagClassName
{
color: #E32925;
}
</style>
background-color css
<style>
a { background-color: #E32925; }
a { background-color: rgb(227,41,37); }
div.DivClassName
{
background-color: #E32925;
}
.BgClassName
{
background-color: #E32925;
}
</style>
border-color css
<style>
span { border-color: #E32925; }
span { border-color: rgb(227,41,37); }
td.TdClassName
{
border-color: #E32925;
}
.TagClassName
{
border-color: #E32925;
}
</style>