Shades of Persian Red #E7221F
Tints of Persian Red #E7221F
RGB
CMYK
RGB Variations
Color information
#E7221F (or 0xE7221F) is known color: Persian Red. HEX triplet: E7, 22 and 1F. RGB value is (231,34,31). Sum of RGB (Red+Green+Blue) = 231+34+31=296 (39% of max value = 765). Red value is 231 (90.62% from 255 or 78.04% from 296); Green value is 34 (13.67% from 255 or 11.49% from 296); Blue value is 31 (12.5% from 255 or 10.47% from 296); Max value from RGB is 231 - color contains mainly: red. Hex color #E7221F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7221F is #18DDE0. Grayscale: #5C5C5C. Windows color (decimal): -1629665 or 2040551. OLE color: 2040551.
HSL color Cylindrical-coordinate representation of color #E7221F: 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 #E7221F is Cyan = 0, Magento = 0.85, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 34 | 31 | - |
| CMYK | 0 | 0.85 | 0.87 | 0.09 |
| HSL | 0.9º | 0.81% | 0.51% | - |
| HSV(B) | 0.9º | 0.87% | 0.91% | - |
| XYZ | 33.77 | 18.23 | 3.04 | - |
| YUV | 92.56 | 93.27 | 226.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 34 | 31 | 0 | 0.85 | 0.87 | 0.09 | 0.9 | 0.81 | 0.51 |
| Hex | E7 | 22 | 1F | 0 | 55 | 57 | 9 | 1 | 51 | 33 |
| Octal | 347 | 42 | 37 | 0 | 125 | 127 | 11 | 1 | 121 | 63 |
| Binary | 11100111 | 100010 | 11111 | 0 | 1010101 | 1010111 | 1001 | 1 | 1010001 | 110011 |
Color Harmonies of #E7221F
Complementary color
Monochromatic Colors of #E7221F
Black with #E7221F
Text Example
Text Example
White with #E7221F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7221F; }
p { color: rgb(231,34,31); }
H1.HeaderClassName
{
color: #E7221F;
}
.AnyTagClassName
{
color: #E7221F;
}
</style>
background-color css
<style>
a { background-color: #E7221F; }
a { background-color: rgb(231,34,31); }
div.DivClassName
{
background-color: #E7221F;
}
.BgClassName
{
background-color: #E7221F;
}
</style>
border-color css
<style>
span { border-color: #E7221F; }
span { border-color: rgb(231,34,31); }
td.TdClassName
{
border-color: #E7221F;
}
.TagClassName
{
border-color: #E7221F;
}
</style>