Shades of Persian Red #E32921
Tints of Persian Red #E32921
RGB
CMYK
RGB Variations
Color information
#E32921 (or 0xE32921) is known color: Persian Red. HEX triplet: E3, 29 and 21. RGB value is (227,41,33). Sum of RGB (Red+Green+Blue) = 227+41+33=301 (39% of max value = 765). Red value is 227 (89.06% from 255 or 75.42% from 301); Green value is 41 (16.41% from 255 or 13.62% from 301); Blue value is 33 (13.28% from 255 or 10.96% from 301); Max value from RGB is 227 - color contains mainly: red. Hex color #E32921 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32921 is #1CD6DE. Grayscale: #5F5F5F. Windows color (decimal): -1890015 or 2173411. OLE color: 2173411.
HSL color Cylindrical-coordinate representation of color #E32921: hue angle of 2.47º 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 #E32921 is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 41 | 33 | - |
| CMYK | 0 | 0.82 | 0.85 | 0.11 |
| HSL | 2.47º | 0.78% | 0.51% | - |
| HSV(B) | 2.47º | 0.85% | 0.89% | - |
| XYZ | 32.75 | 18.03 | 3.19 | - |
| YUV | 95.7 | 92.62 | 221.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 41 | 33 | 0 | 0.82 | 0.85 | 0.11 | 2.47 | 0.78 | 0.51 |
| Hex | E3 | 29 | 21 | 0 | 52 | 55 | B | 2 | 4E | 33 |
| Octal | 343 | 51 | 41 | 0 | 122 | 125 | 13 | 2 | 116 | 63 |
| Binary | 11100011 | 101001 | 100001 | 0 | 1010010 | 1010101 | 1011 | 10 | 1001110 | 110011 |
Color Harmonies of #E32921
Complementary color
Monochromatic Colors of #E32921
Black with #E32921
Text Example
Text Example
White with #E32921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32921; }
p { color: rgb(227,41,33); }
H1.HeaderClassName
{
color: #E32921;
}
.AnyTagClassName
{
color: #E32921;
}
</style>
background-color css
<style>
a { background-color: #E32921; }
a { background-color: rgb(227,41,33); }
div.DivClassName
{
background-color: #E32921;
}
.BgClassName
{
background-color: #E32921;
}
</style>
border-color css
<style>
span { border-color: #E32921; }
span { border-color: rgb(227,41,33); }
td.TdClassName
{
border-color: #E32921;
}
.TagClassName
{
border-color: #E32921;
}
</style>