Shades of Persian Red #E42320
Tints of Persian Red #E42320
RGB
CMYK
RGB Variations
Color information
#E42320 (or 0xE42320) is known color: Persian Red. HEX triplet: E4, 23 and 20. RGB value is (228,35,32). Sum of RGB (Red+Green+Blue) = 228+35+32=295 (39% of max value = 765). Red value is 228 (89.45% from 255 or 77.29% from 295); Green value is 35 (14.06% from 255 or 11.86% from 295); Blue value is 32 (12.89% from 255 or 10.85% from 295); Max value from RGB is 228 - color contains mainly: red. Hex color #E42320 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E42320 is #1BDCDF. Grayscale: #5C5C5C. Windows color (decimal): -1826016 or 2106340. OLE color: 2106340.
HSL color Cylindrical-coordinate representation of color #E42320: hue angle of 0.92º 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 #E42320 is Cyan = 0, Magento = 0.85, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 35 | 32 | - |
| CMYK | 0 | 0.85 | 0.86 | 0.11 |
| HSL | 0.92º | 0.78% | 0.51% | - |
| HSV(B) | 0.92º | 0.86% | 0.89% | - |
| XYZ | 32.86 | 17.8 | 3.07 | - |
| YUV | 92.37 | 93.94 | 224.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 35 | 32 | 0 | 0.85 | 0.86 | 0.11 | 0.92 | 0.78 | 0.51 |
| Hex | E4 | 23 | 20 | 0 | 55 | 56 | B | 1 | 4E | 33 |
| Octal | 344 | 43 | 40 | 0 | 125 | 126 | 13 | 1 | 116 | 63 |
| Binary | 11100100 | 100011 | 100000 | 0 | 1010101 | 1010110 | 1011 | 1 | 1001110 | 110011 |
Color Harmonies of #E42320
Complementary color
Monochromatic Colors of #E42320
Black with #E42320
Text Example
Text Example
White with #E42320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42320; }
p { color: rgb(228,35,32); }
H1.HeaderClassName
{
color: #E42320;
}
.AnyTagClassName
{
color: #E42320;
}
</style>
background-color css
<style>
a { background-color: #E42320; }
a { background-color: rgb(228,35,32); }
div.DivClassName
{
background-color: #E42320;
}
.BgClassName
{
background-color: #E42320;
}
</style>
border-color css
<style>
span { border-color: #E42320; }
span { border-color: rgb(228,35,32); }
td.TdClassName
{
border-color: #E42320;
}
.TagClassName
{
border-color: #E42320;
}
</style>