Shades of Persian Red #E02C23
Tints of Persian Red #E02C23
RGB
CMYK
RGB Variations
Color information
#E02C23 (or 0xE02C23) is known color: Persian Red. HEX triplet: E0, 2C and 23. RGB value is (224,44,35). Sum of RGB (Red+Green+Blue) = 224+44+35=303 (40% of max value = 765). Red value is 224 (87.89% from 255 or 73.93% from 303); Green value is 44 (17.58% from 255 or 14.52% from 303); Blue value is 35 (14.06% from 255 or 11.55% from 303); Max value from RGB is 224 - color contains mainly: red. Hex color #E02C23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02C23 is #1FD3DC. Grayscale: #616161. Windows color (decimal): -2085853 or 2305248. OLE color: 2305248.
HSL color Cylindrical-coordinate representation of color #E02C23: hue angle of 2.86º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E02C23 is Cyan = 0, Magento = 0.80, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 44 | 35 | - |
| CMYK | 0 | 0.80 | 0.84 | 0.12 |
| HSL | 2.86º | 0.75% | 0.51% | - |
| HSV(B) | 2.86º | 0.84% | 0.88% | - |
| XYZ | 31.94 | 17.77 | 3.34 | - |
| YUV | 96.79 | 93.13 | 218.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 44 | 35 | 0 | 0.80 | 0.84 | 0.12 | 2.86 | 0.75 | 0.51 |
| Hex | E0 | 2C | 23 | 0 | 50 | 54 | C | 3 | 4B | 33 |
| Octal | 340 | 54 | 43 | 0 | 120 | 124 | 14 | 3 | 113 | 63 |
| Binary | 11100000 | 101100 | 100011 | 0 | 1010000 | 1010100 | 1100 | 11 | 1001011 | 110011 |
Color Harmonies of #E02C23
Complementary color
Monochromatic Colors of #E02C23
Black with #E02C23
Text Example
Text Example
White with #E02C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02C23; }
p { color: rgb(224,44,35); }
H1.HeaderClassName
{
color: #E02C23;
}
.AnyTagClassName
{
color: #E02C23;
}
</style>
background-color css
<style>
a { background-color: #E02C23; }
a { background-color: rgb(224,44,35); }
div.DivClassName
{
background-color: #E02C23;
}
.BgClassName
{
background-color: #E02C23;
}
</style>
border-color css
<style>
span { border-color: #E02C23; }
span { border-color: rgb(224,44,35); }
td.TdClassName
{
border-color: #E02C23;
}
.TagClassName
{
border-color: #E02C23;
}
</style>