Shades of Persian Red #E7211F
Tints of Persian Red #E7211F
RGB
CMYK
RGB Variations
Color information
#E7211F (or 0xE7211F) is known color: Persian Red. HEX triplet: E7, 21 and 1F. RGB value is (231,33,31). Sum of RGB (Red+Green+Blue) = 231+33+31=295 (39% of max value = 765). Red value is 231 (90.62% from 255 or 78.31% from 295); Green value is 33 (13.28% from 255 or 11.19% from 295); Blue value is 31 (12.5% from 255 or 10.51% from 295); Max value from RGB is 231 - color contains mainly: red. Hex color #E7211F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7211F is #18DEE0. Grayscale: #5C5C5C. Windows color (decimal): -1629921 or 2040295. OLE color: 2040295.
HSL color Cylindrical-coordinate representation of color #E7211F: hue angle of 0.6º 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 #E7211F is Cyan = 0, Magento = 0.86, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 33 | 31 | - |
| CMYK | 0 | 0.86 | 0.87 | 0.09 |
| HSL | 0.6º | 0.81% | 0.51% | - |
| HSV(B) | 0.6º | 0.87% | 0.91% | - |
| XYZ | 33.75 | 18.18 | 3.03 | - |
| YUV | 91.97 | 93.6 | 227.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 33 | 31 | 0 | 0.86 | 0.87 | 0.09 | 0.6 | 0.81 | 0.51 |
| Hex | E7 | 21 | 1F | 0 | 56 | 57 | 9 | 1 | 51 | 33 |
| Octal | 347 | 41 | 37 | 0 | 126 | 127 | 11 | 1 | 121 | 63 |
| Binary | 11100111 | 100001 | 11111 | 0 | 1010110 | 1010111 | 1001 | 1 | 1010001 | 110011 |
Color Harmonies of #E7211F
Complementary color
Monochromatic Colors of #E7211F
Black with #E7211F
Text Example
Text Example
White with #E7211F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7211F; }
p { color: rgb(231,33,31); }
H1.HeaderClassName
{
color: #E7211F;
}
.AnyTagClassName
{
color: #E7211F;
}
</style>
background-color css
<style>
a { background-color: #E7211F; }
a { background-color: rgb(231,33,31); }
div.DivClassName
{
background-color: #E7211F;
}
.BgClassName
{
background-color: #E7211F;
}
</style>
border-color css
<style>
span { border-color: #E7211F; }
span { border-color: rgb(231,33,31); }
td.TdClassName
{
border-color: #E7211F;
}
.TagClassName
{
border-color: #E7211F;
}
</style>