Shades of Persian Red #E7231F
Tints of Persian Red #E7231F
RGB
CMYK
RGB Variations
Color information
#E7231F (or 0xE7231F) is known color: Persian Red. HEX triplet: E7, 23 and 1F. RGB value is (231,35,31). Sum of RGB (Red+Green+Blue) = 231+35+31=297 (39% of max value = 765). Red value is 231 (90.62% from 255 or 77.78% from 297); Green value is 35 (14.06% from 255 or 11.78% from 297); Blue value is 31 (12.5% from 255 or 10.44% from 297); Max value from RGB is 231 - color contains mainly: red. Hex color #E7231F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7231F is #18DCE0. Grayscale: #5D5D5D. Windows color (decimal): -1629409 or 2040807. OLE color: 2040807.
HSL color Cylindrical-coordinate representation of color #E7231F: hue angle of 1.2º 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 #E7231F is Cyan = 0, Magento = 0.85, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 35 | 31 | - |
| CMYK | 0 | 0.85 | 0.87 | 0.09 |
| HSL | 1.2º | 0.81% | 0.51% | - |
| HSV(B) | 1.2º | 0.87% | 0.91% | - |
| XYZ | 33.8 | 18.29 | 3.04 | - |
| YUV | 93.15 | 92.93 | 226.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 35 | 31 | 0 | 0.85 | 0.87 | 0.09 | 1.2 | 0.81 | 0.51 |
| Hex | E7 | 23 | 1F | 0 | 55 | 57 | 9 | 1 | 51 | 33 |
| Octal | 347 | 43 | 37 | 0 | 125 | 127 | 11 | 1 | 121 | 63 |
| Binary | 11100111 | 100011 | 11111 | 0 | 1010101 | 1010111 | 1001 | 1 | 1010001 | 110011 |
Color Harmonies of #E7231F
Complementary color
Monochromatic Colors of #E7231F
Black with #E7231F
Text Example
Text Example
White with #E7231F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7231F; }
p { color: rgb(231,35,31); }
H1.HeaderClassName
{
color: #E7231F;
}
.AnyTagClassName
{
color: #E7231F;
}
</style>
background-color css
<style>
a { background-color: #E7231F; }
a { background-color: rgb(231,35,31); }
div.DivClassName
{
background-color: #E7231F;
}
.BgClassName
{
background-color: #E7231F;
}
</style>
border-color css
<style>
span { border-color: #E7231F; }
span { border-color: rgb(231,35,31); }
td.TdClassName
{
border-color: #E7231F;
}
.TagClassName
{
border-color: #E7231F;
}
</style>