Shades of Persian Red #E02826
Tints of Persian Red #E02826
RGB
CMYK
RGB Variations
Color information
#E02826 (or 0xE02826) is known color: Persian Red. HEX triplet: E0, 28 and 26. RGB value is (224,40,38). Sum of RGB (Red+Green+Blue) = 224+40+38=302 (40% of max value = 765). Red value is 224 (87.89% from 255 or 74.17% from 302); Green value is 40 (16.02% from 255 or 13.25% from 302); Blue value is 38 (15.23% from 255 or 12.58% from 302); Max value from RGB is 224 - color contains mainly: red. Hex color #E02826 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02826 is #1FD7D9. Grayscale: #5E5E5E. Windows color (decimal): -2086874 or 2500832. OLE color: 2500832.
HSL color Cylindrical-coordinate representation of color #E02826: hue angle of 0.65º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E02826 is Cyan = 0, Magento = 0.82, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 40 | 38 | - |
| CMYK | 0 | 0.82 | 0.83 | 0.12 |
| HSL | 0.65º | 0.75% | 0.51% | - |
| HSV(B) | 0.65º | 0.83% | 0.88% | - |
| XYZ | 31.85 | 17.5 | 3.53 | - |
| YUV | 94.79 | 95.96 | 220.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 40 | 38 | 0 | 0.82 | 0.83 | 0.12 | 0.65 | 0.75 | 0.51 |
| Hex | E0 | 28 | 26 | 0 | 52 | 53 | C | 1 | 4B | 33 |
| Octal | 340 | 50 | 46 | 0 | 122 | 123 | 14 | 1 | 113 | 63 |
| Binary | 11100000 | 101000 | 100110 | 0 | 1010010 | 1010011 | 1100 | 1 | 1001011 | 110011 |
Color Harmonies of #E02826
Complementary color
Monochromatic Colors of #E02826
Black with #E02826
Text Example
Text Example
White with #E02826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02826; }
p { color: rgb(224,40,38); }
H1.HeaderClassName
{
color: #E02826;
}
.AnyTagClassName
{
color: #E02826;
}
</style>
background-color css
<style>
a { background-color: #E02826; }
a { background-color: rgb(224,40,38); }
div.DivClassName
{
background-color: #E02826;
}
.BgClassName
{
background-color: #E02826;
}
</style>
border-color css
<style>
span { border-color: #E02826; }
span { border-color: rgb(224,40,38); }
td.TdClassName
{
border-color: #E02826;
}
.TagClassName
{
border-color: #E02826;
}
</style>