Shades of Persian Red #E72322
Tints of Persian Red #E72322
RGB
CMYK
RGB Variations
Color information
#E72322 (or 0xE72322) is known color: Persian Red. HEX triplet: E7, 23 and 22. RGB value is (231,35,34). Sum of RGB (Red+Green+Blue) = 231+35+34=300 (39% of max value = 765). Red value is 231 (90.62% from 255 or 77% from 300); Green value is 35 (14.06% from 255 or 11.67% from 300); Blue value is 34 (13.67% from 255 or 11.33% from 300); Max value from RGB is 231 - color contains mainly: red. Hex color #E72322 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E72322 is #18DCDD. Grayscale: #5D5D5D. Windows color (decimal): -1629406 or 2237415. OLE color: 2237415.
HSL color Cylindrical-coordinate representation of color #E72322: hue angle of 0.3º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E72322 is Cyan = 0, Magento = 0.85, Yellow = 0.85 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 35 | 34 | - |
| CMYK | 0 | 0.85 | 0.85 | 0.09 |
| HSL | 0.3º | 0.8% | 0.52% | - |
| HSV(B) | 0.3º | 0.85% | 0.91% | - |
| XYZ | 33.84 | 18.31 | 3.26 | - |
| YUV | 93.49 | 94.43 | 226.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 35 | 34 | 0 | 0.85 | 0.85 | 0.09 | 0.3 | 0.8 | 0.52 |
| Hex | E7 | 23 | 22 | 0 | 55 | 55 | 9 | 0 | 50 | 34 |
| Octal | 347 | 43 | 42 | 0 | 125 | 125 | 11 | 0 | 120 | 64 |
| Binary | 11100111 | 100011 | 100010 | 0 | 1010101 | 1010101 | 1001 | 0 | 1010000 | 110100 |
Color Harmonies of #E72322
Complementary color
Monochromatic Colors of #E72322
Black with #E72322
Text Example
Text Example
White with #E72322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72322; }
p { color: rgb(231,35,34); }
H1.HeaderClassName
{
color: #E72322;
}
.AnyTagClassName
{
color: #E72322;
}
</style>
background-color css
<style>
a { background-color: #E72322; }
a { background-color: rgb(231,35,34); }
div.DivClassName
{
background-color: #E72322;
}
.BgClassName
{
background-color: #E72322;
}
</style>
border-color css
<style>
span { border-color: #E72322; }
span { border-color: rgb(231,35,34); }
td.TdClassName
{
border-color: #E72322;
}
.TagClassName
{
border-color: #E72322;
}
</style>