Shades of Persian Red #E02D22
Tints of Persian Red #E02D22
RGB
CMYK
RGB Variations
Color information
#E02D22 (or 0xE02D22) is known color: Persian Red. HEX triplet: E0, 2D and 22. RGB value is (224,45,34). Sum of RGB (Red+Green+Blue) = 224+45+34=303 (40% of max value = 765). Red value is 224 (87.89% from 255 or 73.93% from 303); Green value is 45 (17.97% from 255 or 14.85% from 303); Blue value is 34 (13.67% from 255 or 11.22% from 303); Max value from RGB is 224 - color contains mainly: red. Hex color #E02D22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02D22 is #1FD2DD. Grayscale: #616161. Windows color (decimal): -2085598 or 2239968. OLE color: 2239968.
HSL color Cylindrical-coordinate representation of color #E02D22: hue angle of 3.47º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E02D22 is Cyan = 0, Magento = 0.80, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 45 | 34 | - |
| CMYK | 0 | 0.80 | 0.85 | 0.12 |
| HSL | 3.47º | 0.75% | 0.51% | - |
| HSV(B) | 3.47º | 0.85% | 0.88% | - |
| XYZ | 31.97 | 17.84 | 3.27 | - |
| YUV | 97.27 | 92.3 | 218.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 45 | 34 | 0 | 0.80 | 0.85 | 0.12 | 3.47 | 0.75 | 0.51 |
| Hex | E0 | 2D | 22 | 0 | 50 | 55 | C | 3 | 4B | 33 |
| Octal | 340 | 55 | 42 | 0 | 120 | 125 | 14 | 3 | 113 | 63 |
| Binary | 11100000 | 101101 | 100010 | 0 | 1010000 | 1010101 | 1100 | 11 | 1001011 | 110011 |
Color Harmonies of #E02D22
Complementary color
Monochromatic Colors of #E02D22
Black with #E02D22
Text Example
Text Example
White with #E02D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02D22; }
p { color: rgb(224,45,34); }
H1.HeaderClassName
{
color: #E02D22;
}
.AnyTagClassName
{
color: #E02D22;
}
</style>
background-color css
<style>
a { background-color: #E02D22; }
a { background-color: rgb(224,45,34); }
div.DivClassName
{
background-color: #E02D22;
}
.BgClassName
{
background-color: #E02D22;
}
</style>
border-color css
<style>
span { border-color: #E02D22; }
span { border-color: rgb(224,45,34); }
td.TdClassName
{
border-color: #E02D22;
}
.TagClassName
{
border-color: #E02D22;
}
</style>