Shades of Persian Red #E7201E
Tints of Persian Red #E7201E
RGB
CMYK
RGB Variations
Color information
#E7201E (or 0xE7201E) is known color: Persian Red. HEX triplet: E7, 20 and 1E. RGB value is (231,32,30). Sum of RGB (Red+Green+Blue) = 231+32+30=293 (38% of max value = 765). Red value is 231 (90.62% from 255 or 78.84% from 293); Green value is 32 (12.89% from 255 or 10.92% from 293); Blue value is 30 (12.11% from 255 or 10.24% from 293); Max value from RGB is 231 - color contains mainly: red. Hex color #E7201E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7201E is #18DFE1. Grayscale: #5B5B5B. Windows color (decimal): -1630178 or 1974503. OLE color: 1974503.
HSL color Cylindrical-coordinate representation of color #E7201E: 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 #E7201E is Cyan = 0, Magento = 0.86, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 32 | 30 | - |
| 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.71 | 18.12 | 2.95 | - |
| YUV | 91.27 | 93.43 | 227.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 32 | 30 | 0 | 0.86 | 0.87 | 0.09 | 0.6 | 0.81 | 0.51 |
| Hex | E7 | 20 | 1E | 0 | 56 | 57 | 9 | 1 | 51 | 33 |
| Octal | 347 | 40 | 36 | 0 | 126 | 127 | 11 | 1 | 121 | 63 |
| Binary | 11100111 | 100000 | 11110 | 0 | 1010110 | 1010111 | 1001 | 1 | 1010001 | 110011 |
Color Harmonies of #E7201E
Complementary color
Monochromatic Colors of #E7201E
Black with #E7201E
Text Example
Text Example
White with #E7201E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7201E; }
p { color: rgb(231,32,30); }
H1.HeaderClassName
{
color: #E7201E;
}
.AnyTagClassName
{
color: #E7201E;
}
</style>
background-color css
<style>
a { background-color: #E7201E; }
a { background-color: rgb(231,32,30); }
div.DivClassName
{
background-color: #E7201E;
}
.BgClassName
{
background-color: #E7201E;
}
</style>
border-color css
<style>
span { border-color: #E7201E; }
span { border-color: rgb(231,32,30); }
td.TdClassName
{
border-color: #E7201E;
}
.TagClassName
{
border-color: #E7201E;
}
</style>