Shades of Persian Red #E02D29
Tints of Persian Red #E02D29
RGB
CMYK
RGB Variations
Color information
#E02D29 (or 0xE02D29) is known color: Persian Red. HEX triplet: E0, 2D and 29. RGB value is (224,45,41). Sum of RGB (Red+Green+Blue) = 224+45+41=310 (41% of max value = 765). Red value is 224 (87.89% from 255 or 72.26% from 310); Green value is 45 (17.97% from 255 or 14.52% from 310); Blue value is 41 (16.41% from 255 or 13.23% from 310); Max value from RGB is 224 - color contains mainly: red. Hex color #E02D29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02D29 is #1FD2D6. Grayscale: #626262. Windows color (decimal): -2085591 or 2698720. OLE color: 2698720.
HSL color Cylindrical-coordinate representation of color #E02D29: hue angle of 1.31º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E02D29 is Cyan = 0, Magento = 0.80, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 45 | 41 | - |
| CMYK | 0 | 0.80 | 0.82 | 0.12 |
| HSL | 1.31º | 0.75% | 0.52% | - |
| HSV(B) | 1.31º | 0.82% | 0.88% | - |
| XYZ | 32.08 | 17.88 | 3.86 | - |
| YUV | 98.07 | 95.8 | 217.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 45 | 41 | 0 | 0.80 | 0.82 | 0.12 | 1.31 | 0.75 | 0.52 |
| Hex | E0 | 2D | 29 | 0 | 50 | 52 | C | 1 | 4B | 34 |
| Octal | 340 | 55 | 51 | 0 | 120 | 122 | 14 | 1 | 113 | 64 |
| Binary | 11100000 | 101101 | 101001 | 0 | 1010000 | 1010010 | 1100 | 1 | 1001011 | 110100 |
Color Harmonies of #E02D29
Complementary color
Monochromatic Colors of #E02D29
Black with #E02D29
Text Example
Text Example
White with #E02D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02D29; }
p { color: rgb(224,45,41); }
H1.HeaderClassName
{
color: #E02D29;
}
.AnyTagClassName
{
color: #E02D29;
}
</style>
background-color css
<style>
a { background-color: #E02D29; }
a { background-color: rgb(224,45,41); }
div.DivClassName
{
background-color: #E02D29;
}
.BgClassName
{
background-color: #E02D29;
}
</style>
border-color css
<style>
span { border-color: #E02D29; }
span { border-color: rgb(224,45,41); }
td.TdClassName
{
border-color: #E02D29;
}
.TagClassName
{
border-color: #E02D29;
}
</style>