Shades of Persian Red #E32421
Tints of Persian Red #E32421
RGB
CMYK
RGB Variations
Color information
#E32421 (or 0xE32421) is known color: Persian Red. HEX triplet: E3, 24 and 21. RGB value is (227,36,33). Sum of RGB (Red+Green+Blue) = 227+36+33=296 (39% of max value = 765). Red value is 227 (89.06% from 255 or 76.69% from 296); Green value is 36 (14.45% from 255 or 12.16% from 296); Blue value is 33 (13.28% from 255 or 11.15% from 296); Max value from RGB is 227 - color contains mainly: red. Hex color #E32421 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32421 is #1CDBDE. Grayscale: #5C5C5C. Windows color (decimal): -1891295 or 2172131. OLE color: 2172131.
HSL color Cylindrical-coordinate representation of color #E32421: hue angle of 0.93º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E32421 is Cyan = 0, Magento = 0.84, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 36 | 33 | - |
| CMYK | 0 | 0.84 | 0.85 | 0.11 |
| HSL | 0.93º | 0.78% | 0.51% | - |
| HSV(B) | 0.93º | 0.85% | 0.89% | - |
| XYZ | 32.58 | 17.7 | 3.14 | - |
| YUV | 92.77 | 94.28 | 223.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 36 | 33 | 0 | 0.84 | 0.85 | 0.11 | 0.93 | 0.78 | 0.51 |
| Hex | E3 | 24 | 21 | 0 | 54 | 55 | B | 1 | 4E | 33 |
| Octal | 343 | 44 | 41 | 0 | 124 | 125 | 13 | 1 | 116 | 63 |
| Binary | 11100011 | 100100 | 100001 | 0 | 1010100 | 1010101 | 1011 | 1 | 1001110 | 110011 |
Color Harmonies of #E32421
Complementary color
Monochromatic Colors of #E32421
Black with #E32421
Text Example
Text Example
White with #E32421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32421; }
p { color: rgb(227,36,33); }
H1.HeaderClassName
{
color: #E32421;
}
.AnyTagClassName
{
color: #E32421;
}
</style>
background-color css
<style>
a { background-color: #E32421; }
a { background-color: rgb(227,36,33); }
div.DivClassName
{
background-color: #E32421;
}
.BgClassName
{
background-color: #E32421;
}
</style>
border-color css
<style>
span { border-color: #E32421; }
span { border-color: rgb(227,36,33); }
td.TdClassName
{
border-color: #E32421;
}
.TagClassName
{
border-color: #E32421;
}
</style>