Shades of Persian Red #E32820
Tints of Persian Red #E32820
RGB
CMYK
RGB Variations
Color information
#E32820 (or 0xE32820) is known color: Persian Red. HEX triplet: E3, 28 and 20. RGB value is (227,40,32). Sum of RGB (Red+Green+Blue) = 227+40+32=299 (39% of max value = 765). Red value is 227 (89.06% from 255 or 75.92% from 299); Green value is 40 (16.02% from 255 or 13.38% from 299); Blue value is 32 (12.89% from 255 or 10.70% from 299); Max value from RGB is 227 - color contains mainly: red. Hex color #E32820 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32820 is #1CD7DF. Grayscale: #5F5F5F. Windows color (decimal): -1890272 or 2107619. OLE color: 2107619.
HSL color Cylindrical-coordinate representation of color #E32820: hue angle of 2.46º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E32820 is Cyan = 0, Magento = 0.82, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 40 | 32 | - |
| CMYK | 0 | 0.82 | 0.86 | 0.11 |
| HSL | 2.46º | 0.78% | 0.51% | - |
| HSV(B) | 2.46º | 0.86% | 0.89% | - |
| XYZ | 32.7 | 17.95 | 3.11 | - |
| YUV | 95 | 92.45 | 222.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 40 | 32 | 0 | 0.82 | 0.86 | 0.11 | 2.46 | 0.78 | 0.51 |
| Hex | E3 | 28 | 20 | 0 | 52 | 56 | B | 2 | 4E | 33 |
| Octal | 343 | 50 | 40 | 0 | 122 | 126 | 13 | 2 | 116 | 63 |
| Binary | 11100011 | 101000 | 100000 | 0 | 1010010 | 1010110 | 1011 | 10 | 1001110 | 110011 |
Color Harmonies of #E32820
Complementary color
Monochromatic Colors of #E32820
Black with #E32820
Text Example
Text Example
White with #E32820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32820; }
p { color: rgb(227,40,32); }
H1.HeaderClassName
{
color: #E32820;
}
.AnyTagClassName
{
color: #E32820;
}
</style>
background-color css
<style>
a { background-color: #E32820; }
a { background-color: rgb(227,40,32); }
div.DivClassName
{
background-color: #E32820;
}
.BgClassName
{
background-color: #E32820;
}
</style>
border-color css
<style>
span { border-color: #E32820; }
span { border-color: rgb(227,40,32); }
td.TdClassName
{
border-color: #E32820;
}
.TagClassName
{
border-color: #E32820;
}
</style>