Shades of Persian Red #E02B26
Tints of Persian Red #E02B26
RGB
CMYK
RGB Variations
Color information
#E02B26 (or 0xE02B26) is known color: Persian Red. HEX triplet: E0, 2B and 26. RGB value is (224,43,38). Sum of RGB (Red+Green+Blue) = 224+43+38=305 (40% of max value = 765). Red value is 224 (87.89% from 255 or 73.44% from 305); Green value is 43 (17.19% from 255 or 14.10% from 305); Blue value is 38 (15.23% from 255 or 12.46% from 305); Max value from RGB is 224 - color contains mainly: red. Hex color #E02B26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02B26 is #1FD4D9. Grayscale: #606060. Windows color (decimal): -2086106 or 2501600. OLE color: 2501600.
HSL color Cylindrical-coordinate representation of color #E02B26: hue angle of 1.61º 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 #E02B26 is Cyan = 0, Magento = 0.81, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 43 | 38 | - |
| CMYK | 0 | 0.81 | 0.83 | 0.12 |
| HSL | 1.61º | 0.75% | 0.51% | - |
| HSV(B) | 1.61º | 0.83% | 0.88% | - |
| XYZ | 31.95 | 17.71 | 3.57 | - |
| YUV | 96.55 | 94.97 | 218.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 43 | 38 | 0 | 0.81 | 0.83 | 0.12 | 1.61 | 0.75 | 0.51 |
| Hex | E0 | 2B | 26 | 0 | 51 | 53 | C | 2 | 4B | 33 |
| Octal | 340 | 53 | 46 | 0 | 121 | 123 | 14 | 2 | 113 | 63 |
| Binary | 11100000 | 101011 | 100110 | 0 | 1010001 | 1010011 | 1100 | 10 | 1001011 | 110011 |
Color Harmonies of #E02B26
Complementary color
Monochromatic Colors of #E02B26
Black with #E02B26
Text Example
Text Example
White with #E02B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02B26; }
p { color: rgb(224,43,38); }
H1.HeaderClassName
{
color: #E02B26;
}
.AnyTagClassName
{
color: #E02B26;
}
</style>
background-color css
<style>
a { background-color: #E02B26; }
a { background-color: rgb(224,43,38); }
div.DivClassName
{
background-color: #E02B26;
}
.BgClassName
{
background-color: #E02B26;
}
</style>
border-color css
<style>
span { border-color: #E02B26; }
span { border-color: rgb(224,43,38); }
td.TdClassName
{
border-color: #E02B26;
}
.TagClassName
{
border-color: #E02B26;
}
</style>