Shades of Persian Red #E42827
Tints of Persian Red #E42827
RGB
CMYK
RGB Variations
Color information
#E42827 (or 0xE42827) is known color: Persian Red. HEX triplet: E4, 28 and 27. RGB value is (228,40,39). Sum of RGB (Red+Green+Blue) = 228+40+39=307 (40% of max value = 765). Red value is 228 (89.45% from 255 or 74.27% from 307); Green value is 40 (16.02% from 255 or 13.03% from 307); Blue value is 39 (15.62% from 255 or 12.70% from 307); Max value from RGB is 228 - color contains mainly: red. Hex color #E42827 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E42827 is #1BD7D8. Grayscale: #606060. Windows color (decimal): -1824729 or 2566372. OLE color: 2566372.
HSL color Cylindrical-coordinate representation of color #E42827: hue angle of 0.32º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E42827 is Cyan = 0, Magento = 0.82, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 40 | 39 | - |
| CMYK | 0 | 0.82 | 0.83 | 0.11 |
| HSL | 0.32º | 0.78% | 0.52% | - |
| HSV(B) | 0.32º | 0.83% | 0.89% | - |
| XYZ | 33.12 | 18.16 | 3.68 | - |
| YUV | 96.1 | 95.78 | 222.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 40 | 39 | 0 | 0.82 | 0.83 | 0.11 | 0.32 | 0.78 | 0.52 |
| Hex | E4 | 28 | 27 | 0 | 52 | 53 | B | 0 | 4E | 34 |
| Octal | 344 | 50 | 47 | 0 | 122 | 123 | 13 | 0 | 116 | 64 |
| Binary | 11100100 | 101000 | 100111 | 0 | 1010010 | 1010011 | 1011 | 0 | 1001110 | 110100 |
Color Harmonies of #E42827
Complementary color
Monochromatic Colors of #E42827
Black with #E42827
Text Example
Text Example
White with #E42827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42827; }
p { color: rgb(228,40,39); }
H1.HeaderClassName
{
color: #E42827;
}
.AnyTagClassName
{
color: #E42827;
}
</style>
background-color css
<style>
a { background-color: #E42827; }
a { background-color: rgb(228,40,39); }
div.DivClassName
{
background-color: #E42827;
}
.BgClassName
{
background-color: #E42827;
}
</style>
border-color css
<style>
span { border-color: #E42827; }
span { border-color: rgb(228,40,39); }
td.TdClassName
{
border-color: #E42827;
}
.TagClassName
{
border-color: #E42827;
}
</style>