Shades of Persian Red #E42928
Tints of Persian Red #E42928
RGB
CMYK
RGB Variations
Color information
#E42928 (or 0xE42928) is known color: Persian Red. HEX triplet: E4, 29 and 28. RGB value is (228,41,40). Sum of RGB (Red+Green+Blue) = 228+41+40=309 (40% of max value = 765). Red value is 228 (89.45% from 255 or 73.79% from 309); Green value is 41 (16.41% from 255 or 13.27% from 309); Blue value is 40 (16.02% from 255 or 12.94% from 309); Max value from RGB is 228 - color contains mainly: red. Hex color #E42928 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E42928 is #1BD6D7. Grayscale: #606060. Windows color (decimal): -1824472 or 2632164. OLE color: 2632164.
HSL color Cylindrical-coordinate representation of color #E42928: hue angle of 0.32º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E42928 is Cyan = 0, Magento = 0.82, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 41 | 40 | - |
| CMYK | 0 | 0.82 | 0.82 | 0.11 |
| HSL | 0.32º | 0.78% | 0.53% | - |
| HSV(B) | 0.32º | 0.82% | 0.89% | - |
| XYZ | 33.17 | 18.23 | 3.78 | - |
| YUV | 96.8 | 95.95 | 221.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 41 | 40 | 0 | 0.82 | 0.82 | 0.11 | 0.32 | 0.78 | 0.53 |
| Hex | E4 | 29 | 28 | 0 | 52 | 52 | B | 0 | 4E | 35 |
| Octal | 344 | 51 | 50 | 0 | 122 | 122 | 13 | 0 | 116 | 65 |
| Binary | 11100100 | 101001 | 101000 | 0 | 1010010 | 1010010 | 1011 | 0 | 1001110 | 110101 |
Color Harmonies of #E42928
Complementary color
Monochromatic Colors of #E42928
Black with #E42928
Text Example
Text Example
White with #E42928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42928; }
p { color: rgb(228,41,40); }
H1.HeaderClassName
{
color: #E42928;
}
.AnyTagClassName
{
color: #E42928;
}
</style>
background-color css
<style>
a { background-color: #E42928; }
a { background-color: rgb(228,41,40); }
div.DivClassName
{
background-color: #E42928;
}
.BgClassName
{
background-color: #E42928;
}
</style>
border-color css
<style>
span { border-color: #E42928; }
span { border-color: rgb(228,41,40); }
td.TdClassName
{
border-color: #E42928;
}
.TagClassName
{
border-color: #E42928;
}
</style>