Shades of Persian Red #E02D26
Tints of Persian Red #E02D26
RGB
CMYK
RGB Variations
Color information
#E02D26 (or 0xE02D26) is known color: Persian Red. HEX triplet: E0, 2D and 26. RGB value is (224,45,38). Sum of RGB (Red+Green+Blue) = 224+45+38=307 (40% of max value = 765). Red value is 224 (87.89% from 255 or 72.96% from 307); Green value is 45 (17.97% from 255 or 14.66% from 307); Blue value is 38 (15.23% from 255 or 12.38% from 307); Max value from RGB is 224 - color contains mainly: red. Hex color #E02D26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02D26 is #1FD2D9. Grayscale: #616161. Windows color (decimal): -2085594 or 2502112. OLE color: 2502112.
HSL color Cylindrical-coordinate representation of color #E02D26: hue angle of 2.26º 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 #E02D26 is Cyan = 0, Magento = 0.80, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 45 | 38 | - |
| CMYK | 0 | 0.80 | 0.83 | 0.12 |
| HSL | 2.26º | 0.75% | 0.51% | - |
| HSV(B) | 2.26º | 0.83% | 0.88% | - |
| XYZ | 32.03 | 17.86 | 3.59 | - |
| YUV | 97.72 | 94.3 | 218.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 45 | 38 | 0 | 0.80 | 0.83 | 0.12 | 2.26 | 0.75 | 0.51 |
| Hex | E0 | 2D | 26 | 0 | 50 | 53 | C | 2 | 4B | 33 |
| Octal | 340 | 55 | 46 | 0 | 120 | 123 | 14 | 2 | 113 | 63 |
| Binary | 11100000 | 101101 | 100110 | 0 | 1010000 | 1010011 | 1100 | 10 | 1001011 | 110011 |
Color Harmonies of #E02D26
Complementary color
Monochromatic Colors of #E02D26
Black with #E02D26
Text Example
Text Example
White with #E02D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02D26; }
p { color: rgb(224,45,38); }
H1.HeaderClassName
{
color: #E02D26;
}
.AnyTagClassName
{
color: #E02D26;
}
</style>
background-color css
<style>
a { background-color: #E02D26; }
a { background-color: rgb(224,45,38); }
div.DivClassName
{
background-color: #E02D26;
}
.BgClassName
{
background-color: #E02D26;
}
</style>
border-color css
<style>
span { border-color: #E02D26; }
span { border-color: rgb(224,45,38); }
td.TdClassName
{
border-color: #E02D26;
}
.TagClassName
{
border-color: #E02D26;
}
</style>