Shades of Persian Red #E32923
Tints of Persian Red #E32923
RGB
CMYK
RGB Variations
Color information
#E32923 (or 0xE32923) is known color: Persian Red. HEX triplet: E3, 29 and 23. RGB value is (227,41,35). Sum of RGB (Red+Green+Blue) = 227+41+35=303 (40% of max value = 765). Red value is 227 (89.06% from 255 or 74.92% from 303); Green value is 41 (16.41% from 255 or 13.53% from 303); Blue value is 35 (14.06% from 255 or 11.55% from 303); Max value from RGB is 227 - color contains mainly: red. Hex color #E32923 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32923 is #1CD6DC. Grayscale: #606060. Windows color (decimal): -1890013 or 2304483. OLE color: 2304483.
HSL color Cylindrical-coordinate representation of color #E32923: hue angle of 1.88º degrees, saturation: 0.77, 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 #E32923 is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 41 | 35 | - |
| CMYK | 0 | 0.82 | 0.85 | 0.11 |
| HSL | 1.88º | 0.77% | 0.51% | - |
| HSV(B) | 1.88º | 0.85% | 0.89% | - |
| XYZ | 32.77 | 18.04 | 3.34 | - |
| YUV | 95.93 | 93.62 | 221.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 41 | 35 | 0 | 0.82 | 0.85 | 0.11 | 1.88 | 0.77 | 0.51 |
| Hex | E3 | 29 | 23 | 0 | 52 | 55 | B | 2 | 4D | 33 |
| Octal | 343 | 51 | 43 | 0 | 122 | 125 | 13 | 2 | 115 | 63 |
| Binary | 11100011 | 101001 | 100011 | 0 | 1010010 | 1010101 | 1011 | 10 | 1001101 | 110011 |
Color Harmonies of #E32923
Complementary color
Monochromatic Colors of #E32923
Black with #E32923
Text Example
Text Example
White with #E32923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32923; }
p { color: rgb(227,41,35); }
H1.HeaderClassName
{
color: #E32923;
}
.AnyTagClassName
{
color: #E32923;
}
</style>
background-color css
<style>
a { background-color: #E32923; }
a { background-color: rgb(227,41,35); }
div.DivClassName
{
background-color: #E32923;
}
.BgClassName
{
background-color: #E32923;
}
</style>
border-color css
<style>
span { border-color: #E32923; }
span { border-color: rgb(227,41,35); }
td.TdClassName
{
border-color: #E32923;
}
.TagClassName
{
border-color: #E32923;
}
</style>