Shades of Persian Red #E7201F
Tints of Persian Red #E7201F
RGB
CMYK
RGB Variations
Color information
#E7201F (or 0xE7201F) is known color: Persian Red. HEX triplet: E7, 20 and 1F. RGB value is (231,32,31). Sum of RGB (Red+Green+Blue) = 231+32+31=294 (38% of max value = 765). Red value is 231 (90.62% from 255 or 78.57% from 294); Green value is 32 (12.89% from 255 or 10.88% from 294); Blue value is 31 (12.5% from 255 or 10.54% from 294); Max value from RGB is 231 - color contains mainly: red. Hex color #E7201F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7201F is #18DFE0. Grayscale: #5B5B5B. Windows color (decimal): -1630177 or 2040039. OLE color: 2040039.
HSL color Cylindrical-coordinate representation of color #E7201F: hue angle of 0.3º 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 #E7201F is Cyan = 0, Magento = 0.86, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 32 | 31 | - |
| CMYK | 0 | 0.86 | 0.87 | 0.09 |
| HSL | 0.3º | 0.81% | 0.51% | - |
| HSV(B) | 0.3º | 0.87% | 0.91% | - |
| XYZ | 33.72 | 18.12 | 3.02 | - |
| YUV | 91.39 | 93.93 | 227.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 32 | 31 | 0 | 0.86 | 0.87 | 0.09 | 0.3 | 0.81 | 0.51 |
| Hex | E7 | 20 | 1F | 0 | 56 | 57 | 9 | 0 | 51 | 33 |
| Octal | 347 | 40 | 37 | 0 | 126 | 127 | 11 | 0 | 121 | 63 |
| Binary | 11100111 | 100000 | 11111 | 0 | 1010110 | 1010111 | 1001 | 0 | 1010001 | 110011 |
Color Harmonies of #E7201F
Complementary color
Monochromatic Colors of #E7201F
Black with #E7201F
Text Example
Text Example
White with #E7201F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7201F; }
p { color: rgb(231,32,31); }
H1.HeaderClassName
{
color: #E7201F;
}
.AnyTagClassName
{
color: #E7201F;
}
</style>
background-color css
<style>
a { background-color: #E7201F; }
a { background-color: rgb(231,32,31); }
div.DivClassName
{
background-color: #E7201F;
}
.BgClassName
{
background-color: #E7201F;
}
</style>
border-color css
<style>
span { border-color: #E7201F; }
span { border-color: rgb(231,32,31); }
td.TdClassName
{
border-color: #E7201F;
}
.TagClassName
{
border-color: #E7201F;
}
</style>