Shades of Persian Red #E8211E
Tints of Persian Red #E8211E
RGB
CMYK
RGB Variations
Color information
#E8211E (or 0xE8211E) is known color: Persian Red. HEX triplet: E8, 21 and 1E. RGB value is (232,33,30). Sum of RGB (Red+Green+Blue) = 232+33+30=295 (39% of max value = 765). Red value is 232 (91.02% from 255 or 78.64% from 295); Green value is 33 (13.28% from 255 or 11.19% from 295); Blue value is 30 (12.11% from 255 or 10.17% from 295); Max value from RGB is 232 - color contains mainly: red. Hex color #E8211E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8211E is #17DEE1. Grayscale: #5C5C5C. Windows color (decimal): -1564386 or 1974760. OLE color: 1974760.
HSL color Cylindrical-coordinate representation of color #E8211E: hue angle of 0.89º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E8211E is Cyan = 0, Magento = 0.86, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 33 | 30 | - |
| CMYK | 0 | 0.86 | 0.87 | 0.09 |
| HSL | 0.89º | 0.81% | 0.51% | - |
| HSV(B) | 0.89º | 0.87% | 0.91% | - |
| XYZ | 34.06 | 18.34 | 2.97 | - |
| YUV | 92.16 | 92.93 | 227.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 33 | 30 | 0 | 0.86 | 0.87 | 0.09 | 0.89 | 0.81 | 0.51 |
| Hex | E8 | 21 | 1E | 0 | 56 | 57 | 9 | 1 | 51 | 33 |
| Octal | 350 | 41 | 36 | 0 | 126 | 127 | 11 | 1 | 121 | 63 |
| Binary | 11101000 | 100001 | 11110 | 0 | 1010110 | 1010111 | 1001 | 1 | 1010001 | 110011 |
Color Harmonies of #E8211E
Complementary color
Monochromatic Colors of #E8211E
Black with #E8211E
Text Example
Text Example
White with #E8211E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8211E; }
p { color: rgb(232,33,30); }
H1.HeaderClassName
{
color: #E8211E;
}
.AnyTagClassName
{
color: #E8211E;
}
</style>
background-color css
<style>
a { background-color: #E8211E; }
a { background-color: rgb(232,33,30); }
div.DivClassName
{
background-color: #E8211E;
}
.BgClassName
{
background-color: #E8211E;
}
</style>
border-color css
<style>
span { border-color: #E8211E; }
span { border-color: rgb(232,33,30); }
td.TdClassName
{
border-color: #E8211E;
}
.TagClassName
{
border-color: #E8211E;
}
</style>