Shades of Persian Red #E7211E
Tints of Persian Red #E7211E
RGB
CMYK
RGB Variations
Color information
#E7211E (or 0xE7211E) is known color: Persian Red. HEX triplet: E7, 21 and 1E. RGB value is (231,33,30). Sum of RGB (Red+Green+Blue) = 231+33+30=294 (38% of max value = 765). Red value is 231 (90.62% from 255 or 78.57% from 294); Green value is 33 (13.28% from 255 or 11.22% from 294); Blue value is 30 (12.11% from 255 or 10.20% from 294); Max value from RGB is 231 - color contains mainly: red. Hex color #E7211E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7211E is #18DEE1. Grayscale: #5C5C5C. Windows color (decimal): -1629922 or 1974759. OLE color: 1974759.
HSL color Cylindrical-coordinate representation of color #E7211E: hue angle of 0.9º 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 #E7211E is Cyan = 0, Magento = 0.86, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 33 | 30 | - |
| CMYK | 0 | 0.86 | 0.87 | 0.09 |
| HSL | 0.9º | 0.81% | 0.51% | - |
| HSV(B) | 0.9º | 0.87% | 0.91% | - |
| XYZ | 33.73 | 18.17 | 2.96 | - |
| YUV | 91.86 | 93.1 | 227.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 33 | 30 | 0 | 0.86 | 0.87 | 0.09 | 0.9 | 0.81 | 0.51 |
| Hex | E7 | 21 | 1E | 0 | 56 | 57 | 9 | 1 | 51 | 33 |
| Octal | 347 | 41 | 36 | 0 | 126 | 127 | 11 | 1 | 121 | 63 |
| Binary | 11100111 | 100001 | 11110 | 0 | 1010110 | 1010111 | 1001 | 1 | 1010001 | 110011 |
Color Harmonies of #E7211E
Complementary color
Monochromatic Colors of #E7211E
Black with #E7211E
Text Example
Text Example
White with #E7211E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7211E; }
p { color: rgb(231,33,30); }
H1.HeaderClassName
{
color: #E7211E;
}
.AnyTagClassName
{
color: #E7211E;
}
</style>
background-color css
<style>
a { background-color: #E7211E; }
a { background-color: rgb(231,33,30); }
div.DivClassName
{
background-color: #E7211E;
}
.BgClassName
{
background-color: #E7211E;
}
</style>
border-color css
<style>
span { border-color: #E7211E; }
span { border-color: rgb(231,33,30); }
td.TdClassName
{
border-color: #E7211E;
}
.TagClassName
{
border-color: #E7211E;
}
</style>