Shades of Persian Red #E42823
Tints of Persian Red #E42823
RGB
CMYK
RGB Variations
Color information
#E42823 (or 0xE42823) is known color: Persian Red. HEX triplet: E4, 28 and 23. RGB value is (228,40,35). Sum of RGB (Red+Green+Blue) = 228+40+35=303 (40% of max value = 765). Red value is 228 (89.45% from 255 or 75.25% from 303); Green value is 40 (16.02% from 255 or 13.20% from 303); Blue value is 35 (14.06% from 255 or 11.55% from 303); Max value from RGB is 228 - color contains mainly: red. Hex color #E42823 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E42823 is #1BD7DC. Grayscale: #5F5F5F. Windows color (decimal): -1824733 or 2304228. OLE color: 2304228.
HSL color Cylindrical-coordinate representation of color #E42823: hue angle of 1.55º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E42823 is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 40 | 35 | - |
| CMYK | 0 | 0.82 | 0.85 | 0.11 |
| HSL | 1.55º | 0.78% | 0.52% | - |
| HSV(B) | 1.55º | 0.85% | 0.89% | - |
| XYZ | 33.06 | 18.13 | 3.35 | - |
| YUV | 95.64 | 93.78 | 222.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 40 | 35 | 0 | 0.82 | 0.85 | 0.11 | 1.55 | 0.78 | 0.52 |
| Hex | E4 | 28 | 23 | 0 | 52 | 55 | B | 2 | 4E | 34 |
| Octal | 344 | 50 | 43 | 0 | 122 | 125 | 13 | 2 | 116 | 64 |
| Binary | 11100100 | 101000 | 100011 | 0 | 1010010 | 1010101 | 1011 | 10 | 1001110 | 110100 |
Color Harmonies of #E42823
Complementary color
Monochromatic Colors of #E42823
Black with #E42823
Text Example
Text Example
White with #E42823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42823; }
p { color: rgb(228,40,35); }
H1.HeaderClassName
{
color: #E42823;
}
.AnyTagClassName
{
color: #E42823;
}
</style>
background-color css
<style>
a { background-color: #E42823; }
a { background-color: rgb(228,40,35); }
div.DivClassName
{
background-color: #E42823;
}
.BgClassName
{
background-color: #E42823;
}
</style>
border-color css
<style>
span { border-color: #E42823; }
span { border-color: rgb(228,40,35); }
td.TdClassName
{
border-color: #E42823;
}
.TagClassName
{
border-color: #E42823;
}
</style>