Shades of Persian Red #E72321
Tints of Persian Red #E72321
RGB
CMYK
RGB Variations
Color information
#E72321 (or 0xE72321) is known color: Persian Red. HEX triplet: E7, 23 and 21. RGB value is (231,35,33). Sum of RGB (Red+Green+Blue) = 231+35+33=299 (39% of max value = 765). Red value is 231 (90.62% from 255 or 77.26% from 299); Green value is 35 (14.06% from 255 or 11.71% from 299); Blue value is 33 (13.28% from 255 or 11.04% from 299); Max value from RGB is 231 - color contains mainly: red. Hex color #E72321 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E72321 is #18DCDE. Grayscale: #5D5D5D. Windows color (decimal): -1629407 or 2171879. OLE color: 2171879.
HSL color Cylindrical-coordinate representation of color #E72321: hue angle of 0.61º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E72321 is Cyan = 0, Magento = 0.85, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 35 | 33 | - |
| CMYK | 0 | 0.85 | 0.86 | 0.09 |
| HSL | 0.61º | 0.8% | 0.52% | - |
| HSV(B) | 0.61º | 0.86% | 0.91% | - |
| XYZ | 33.83 | 18.3 | 3.19 | - |
| YUV | 93.38 | 93.93 | 226.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 35 | 33 | 0 | 0.85 | 0.86 | 0.09 | 0.61 | 0.8 | 0.52 |
| Hex | E7 | 23 | 21 | 0 | 55 | 56 | 9 | 1 | 50 | 34 |
| Octal | 347 | 43 | 41 | 0 | 125 | 126 | 11 | 1 | 120 | 64 |
| Binary | 11100111 | 100011 | 100001 | 0 | 1010101 | 1010110 | 1001 | 1 | 1010000 | 110100 |
Color Harmonies of #E72321
Complementary color
Monochromatic Colors of #E72321
Black with #E72321
Text Example
Text Example
White with #E72321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72321; }
p { color: rgb(231,35,33); }
H1.HeaderClassName
{
color: #E72321;
}
.AnyTagClassName
{
color: #E72321;
}
</style>
background-color css
<style>
a { background-color: #E72321; }
a { background-color: rgb(231,35,33); }
div.DivClassName
{
background-color: #E72321;
}
.BgClassName
{
background-color: #E72321;
}
</style>
border-color css
<style>
span { border-color: #E72321; }
span { border-color: rgb(231,35,33); }
td.TdClassName
{
border-color: #E72321;
}
.TagClassName
{
border-color: #E72321;
}
</style>