Shades of Persian Red #E02C2C
Tints of Persian Red #E02C2C
RGB
CMYK
RGB Variations
Color information
#E02C2C (or 0xE02C2C) is known color: Persian Red. HEX triplet: E0, 2C and 2C. RGB value is (224,44,44). Sum of RGB (Red+Green+Blue) = 224+44+44=312 (41% of max value = 765). Red value is 224 (87.89% from 255 or 71.79% from 312); Green value is 44 (17.58% from 255 or 14.10% from 312); Blue value is 44 (17.58% from 255 or 14.10% from 312); Max value from RGB is 224 - color contains mainly: red. Hex color #E02C2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02C2C is #1FD3D3. Grayscale: #626262. Windows color (decimal): -2085844 or 2895072. OLE color: 2895072.
HSL color Cylindrical-coordinate representation of color #E02C2C: hue angle of 0º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E02C2C is Cyan = 0, Magento = 0.80, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 44 | 44 | - |
| CMYK | 0 | 0.80 | 0.80 | 0.12 |
| HSL | 0º | 0.74% | 0.53% | - |
| HSV(B) | 0º | 0.8% | 0.88% | - |
| XYZ | 32.1 | 17.83 | 4.13 | - |
| YUV | 97.82 | 97.63 | 218 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 44 | 44 | 0 | 0.80 | 0.80 | 0.12 | 0 | 0.74 | 0.53 |
| Hex | E0 | 2C | 2C | 0 | 50 | 50 | C | 0 | 4A | 35 |
| Octal | 340 | 54 | 54 | 0 | 120 | 120 | 14 | 0 | 112 | 65 |
| Binary | 11100000 | 101100 | 101100 | 0 | 1010000 | 1010000 | 1100 | 0 | 1001010 | 110101 |
Color Harmonies of #E02C2C
Complementary color
Monochromatic Colors of #E02C2C
Black with #E02C2C
Text Example
Text Example
White with #E02C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02C2C; }
p { color: rgb(224,44,44); }
H1.HeaderClassName
{
color: #E02C2C;
}
.AnyTagClassName
{
color: #E02C2C;
}
</style>
background-color css
<style>
a { background-color: #E02C2C; }
a { background-color: rgb(224,44,44); }
div.DivClassName
{
background-color: #E02C2C;
}
.BgClassName
{
background-color: #E02C2C;
}
</style>
border-color css
<style>
span { border-color: #E02C2C; }
span { border-color: rgb(224,44,44); }
td.TdClassName
{
border-color: #E02C2C;
}
.TagClassName
{
border-color: #E02C2C;
}
</style>