Shades of Persian Red #E42625
Tints of Persian Red #E42625
RGB
CMYK
RGB Variations
Color information
#E42625 (or 0xE42625) is known color: Persian Red. HEX triplet: E4, 26 and 25. RGB value is (228,38,37). Sum of RGB (Red+Green+Blue) = 228+38+37=303 (40% of max value = 765). Red value is 228 (89.45% from 255 or 75.25% from 303); Green value is 38 (15.23% from 255 or 12.54% from 303); Blue value is 37 (14.84% from 255 or 12.21% from 303); Max value from RGB is 228 - color contains mainly: red. Hex color #E42625 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E42625 is #1BD9DA. Grayscale: #5E5E5E. Windows color (decimal): -1825243 or 2434788. OLE color: 2434788.
HSL color Cylindrical-coordinate representation of color #E42625: hue angle of 0.31º 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 #E42625 is Cyan = 0, Magento = 0.83, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 38 | 37 | - |
| CMYK | 0 | 0.83 | 0.84 | 0.11 |
| HSL | 0.31º | 0.78% | 0.52% | - |
| HSV(B) | 0.31º | 0.84% | 0.89% | - |
| XYZ | 33.02 | 18.01 | 3.49 | - |
| YUV | 94.7 | 95.45 | 223.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 38 | 37 | 0 | 0.83 | 0.84 | 0.11 | 0.31 | 0.78 | 0.52 |
| Hex | E4 | 26 | 25 | 0 | 53 | 54 | B | 0 | 4E | 34 |
| Octal | 344 | 46 | 45 | 0 | 123 | 124 | 13 | 0 | 116 | 64 |
| Binary | 11100100 | 100110 | 100101 | 0 | 1010011 | 1010100 | 1011 | 0 | 1001110 | 110100 |
Color Harmonies of #E42625
Complementary color
Monochromatic Colors of #E42625
Black with #E42625
Text Example
Text Example
White with #E42625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42625; }
p { color: rgb(228,38,37); }
H1.HeaderClassName
{
color: #E42625;
}
.AnyTagClassName
{
color: #E42625;
}
</style>
background-color css
<style>
a { background-color: #E42625; }
a { background-color: rgb(228,38,37); }
div.DivClassName
{
background-color: #E42625;
}
.BgClassName
{
background-color: #E42625;
}
</style>
border-color css
<style>
span { border-color: #E42625; }
span { border-color: rgb(228,38,37); }
td.TdClassName
{
border-color: #E42625;
}
.TagClassName
{
border-color: #E42625;
}
</style>