Shades of Persian Red #E42620
Tints of Persian Red #E42620
RGB
CMYK
RGB Variations
Color information
#E42620 (or 0xE42620) is known color: Persian Red. HEX triplet: E4, 26 and 20. RGB value is (228,38,32). Sum of RGB (Red+Green+Blue) = 228+38+32=298 (39% of max value = 765). Red value is 228 (89.45% from 255 or 76.51% from 298); Green value is 38 (15.23% from 255 or 12.75% from 298); Blue value is 32 (12.89% from 255 or 10.74% from 298); Max value from RGB is 228 - color contains mainly: red. Hex color #E42620 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E42620 is #1BD9DF. Grayscale: #5E5E5E. Windows color (decimal): -1825248 or 2107108. OLE color: 2107108.
HSL color Cylindrical-coordinate representation of color #E42620: hue angle of 1.84º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E42620 is Cyan = 0, Magento = 0.83, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 38 | 32 | - |
| CMYK | 0 | 0.83 | 0.86 | 0.11 |
| HSL | 1.84º | 0.78% | 0.51% | - |
| HSV(B) | 1.84º | 0.86% | 0.89% | - |
| XYZ | 32.95 | 17.98 | 3.1 | - |
| YUV | 94.13 | 92.95 | 223.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 38 | 32 | 0 | 0.83 | 0.86 | 0.11 | 1.84 | 0.78 | 0.51 |
| Hex | E4 | 26 | 20 | 0 | 53 | 56 | B | 2 | 4E | 33 |
| Octal | 344 | 46 | 40 | 0 | 123 | 126 | 13 | 2 | 116 | 63 |
| Binary | 11100100 | 100110 | 100000 | 0 | 1010011 | 1010110 | 1011 | 10 | 1001110 | 110011 |
Color Harmonies of #E42620
Complementary color
Monochromatic Colors of #E42620
Black with #E42620
Text Example
Text Example
White with #E42620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42620; }
p { color: rgb(228,38,32); }
H1.HeaderClassName
{
color: #E42620;
}
.AnyTagClassName
{
color: #E42620;
}
</style>
background-color css
<style>
a { background-color: #E42620; }
a { background-color: rgb(228,38,32); }
div.DivClassName
{
background-color: #E42620;
}
.BgClassName
{
background-color: #E42620;
}
</style>
border-color css
<style>
span { border-color: #E42620; }
span { border-color: rgb(228,38,32); }
td.TdClassName
{
border-color: #E42620;
}
.TagClassName
{
border-color: #E42620;
}
</style>