Shades of Persian Red #E42825
Tints of Persian Red #E42825
RGB
CMYK
RGB Variations
Color information
#E42825 (or 0xE42825) is known color: Persian Red. HEX triplet: E4, 28 and 25. RGB value is (228,40,37). Sum of RGB (Red+Green+Blue) = 228+40+37=305 (40% of max value = 765). Red value is 228 (89.45% from 255 or 74.75% from 305); Green value is 40 (16.02% from 255 or 13.11% from 305); Blue value is 37 (14.84% from 255 or 12.13% from 305); Max value from RGB is 228 - color contains mainly: red. Hex color #E42825 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E42825 is #1BD7DA. Grayscale: #606060. Windows color (decimal): -1824731 or 2435300. OLE color: 2435300.
HSL color Cylindrical-coordinate representation of color #E42825: hue angle of 0.94º degrees, saturation: 0.78, 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 #E42825 is Cyan = 0, Magento = 0.82, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 40 | 37 | - |
| CMYK | 0 | 0.82 | 0.84 | 0.11 |
| HSL | 0.94º | 0.78% | 0.52% | - |
| HSV(B) | 0.94º | 0.84% | 0.89% | - |
| XYZ | 33.09 | 18.15 | 3.51 | - |
| YUV | 95.87 | 94.78 | 222.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 40 | 37 | 0 | 0.82 | 0.84 | 0.11 | 0.94 | 0.78 | 0.52 |
| Hex | E4 | 28 | 25 | 0 | 52 | 54 | B | 1 | 4E | 34 |
| Octal | 344 | 50 | 45 | 0 | 122 | 124 | 13 | 1 | 116 | 64 |
| Binary | 11100100 | 101000 | 100101 | 0 | 1010010 | 1010100 | 1011 | 1 | 1001110 | 110100 |
Color Harmonies of #E42825
Complementary color
Monochromatic Colors of #E42825
Black with #E42825
Text Example
Text Example
White with #E42825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42825; }
p { color: rgb(228,40,37); }
H1.HeaderClassName
{
color: #E42825;
}
.AnyTagClassName
{
color: #E42825;
}
</style>
background-color css
<style>
a { background-color: #E42825; }
a { background-color: rgb(228,40,37); }
div.DivClassName
{
background-color: #E42825;
}
.BgClassName
{
background-color: #E42825;
}
</style>
border-color css
<style>
span { border-color: #E42825; }
span { border-color: rgb(228,40,37); }
td.TdClassName
{
border-color: #E42825;
}
.TagClassName
{
border-color: #E42825;
}
</style>