Shades of Persian Red #E82321
Tints of Persian Red #E82321
RGB
CMYK
RGB Variations
Color information
#E82321 (or 0xE82321) is known color: Persian Red. HEX triplet: E8, 23 and 21. RGB value is (232,35,33). Sum of RGB (Red+Green+Blue) = 232+35+33=300 (39% of max value = 765). Red value is 232 (91.02% from 255 or 77.33% from 300); Green value is 35 (14.06% from 255 or 11.67% from 300); Blue value is 33 (13.28% from 255 or 11% from 300); Max value from RGB is 232 - color contains mainly: red. Hex color #E82321 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E82321 is #17DCDE. Grayscale: #5D5D5D. Windows color (decimal): -1563871 or 2171880. OLE color: 2171880.
HSL color Cylindrical-coordinate representation of color #E82321: hue angle of 0.6º degrees, saturation: 0.81, 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 #E82321 is Cyan = 0, Magento = 0.85, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 35 | 33 | - |
| CMYK | 0 | 0.85 | 0.86 | 0.09 |
| HSL | 0.6º | 0.81% | 0.52% | - |
| HSV(B) | 0.6º | 0.86% | 0.91% | - |
| XYZ | 34.15 | 18.47 | 3.2 | - |
| YUV | 93.68 | 93.77 | 226.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 35 | 33 | 0 | 0.85 | 0.86 | 0.09 | 0.6 | 0.81 | 0.52 |
| Hex | E8 | 23 | 21 | 0 | 55 | 56 | 9 | 1 | 51 | 34 |
| Octal | 350 | 43 | 41 | 0 | 125 | 126 | 11 | 1 | 121 | 64 |
| Binary | 11101000 | 100011 | 100001 | 0 | 1010101 | 1010110 | 1001 | 1 | 1010001 | 110100 |
Color Harmonies of #E82321
Complementary color
Monochromatic Colors of #E82321
Black with #E82321
Text Example
Text Example
White with #E82321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82321; }
p { color: rgb(232,35,33); }
H1.HeaderClassName
{
color: #E82321;
}
.AnyTagClassName
{
color: #E82321;
}
</style>
background-color css
<style>
a { background-color: #E82321; }
a { background-color: rgb(232,35,33); }
div.DivClassName
{
background-color: #E82321;
}
.BgClassName
{
background-color: #E82321;
}
</style>
border-color css
<style>
span { border-color: #E82321; }
span { border-color: rgb(232,35,33); }
td.TdClassName
{
border-color: #E82321;
}
.TagClassName
{
border-color: #E82321;
}
</style>