Shades of Persian Red #E8231F
Tints of Persian Red #E8231F
RGB
CMYK
RGB Variations
Color information
#E8231F (or 0xE8231F) is known color: Persian Red. HEX triplet: E8, 23 and 1F. RGB value is (232,35,31). Sum of RGB (Red+Green+Blue) = 232+35+31=298 (39% of max value = 765). Red value is 232 (91.02% from 255 or 77.85% from 298); Green value is 35 (14.06% from 255 or 11.74% from 298); Blue value is 31 (12.5% from 255 or 10.40% from 298); Max value from RGB is 232 - color contains mainly: red. Hex color #E8231F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8231F is #17DCE0. Grayscale: #5D5D5D. Windows color (decimal): -1563873 or 2040808. OLE color: 2040808.
HSL color Cylindrical-coordinate representation of color #E8231F: hue angle of 1.19º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E8231F is Cyan = 0, Magento = 0.85, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 35 | 31 | - |
| CMYK | 0 | 0.85 | 0.87 | 0.09 |
| HSL | 1.19º | 0.81% | 0.52% | - |
| HSV(B) | 1.19º | 0.87% | 0.91% | - |
| XYZ | 34.13 | 18.46 | 3.06 | - |
| YUV | 93.45 | 92.77 | 226.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 35 | 31 | 0 | 0.85 | 0.87 | 0.09 | 1.19 | 0.81 | 0.52 |
| Hex | E8 | 23 | 1F | 0 | 55 | 57 | 9 | 1 | 51 | 34 |
| Octal | 350 | 43 | 37 | 0 | 125 | 127 | 11 | 1 | 121 | 64 |
| Binary | 11101000 | 100011 | 11111 | 0 | 1010101 | 1010111 | 1001 | 1 | 1010001 | 110100 |
Color Harmonies of #E8231F
Complementary color
Monochromatic Colors of #E8231F
Black with #E8231F
Text Example
Text Example
White with #E8231F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8231F; }
p { color: rgb(232,35,31); }
H1.HeaderClassName
{
color: #E8231F;
}
.AnyTagClassName
{
color: #E8231F;
}
</style>
background-color css
<style>
a { background-color: #E8231F; }
a { background-color: rgb(232,35,31); }
div.DivClassName
{
background-color: #E8231F;
}
.BgClassName
{
background-color: #E8231F;
}
</style>
border-color css
<style>
span { border-color: #E8231F; }
span { border-color: rgb(232,35,31); }
td.TdClassName
{
border-color: #E8231F;
}
.TagClassName
{
border-color: #E8231F;
}
</style>