Shades of Persian Red #E3201E
Tints of Persian Red #E3201E
RGB
CMYK
RGB Variations
Color information
#E3201E (or 0xE3201E) is known color: Persian Red. HEX triplet: E3, 20 and 1E. RGB value is (227,32,30). Sum of RGB (Red+Green+Blue) = 227+32+30=289 (38% of max value = 765). Red value is 227 (89.06% from 255 or 78.55% from 289); Green value is 32 (12.89% from 255 or 11.07% from 289); Blue value is 30 (12.11% from 255 or 10.38% from 289); Max value from RGB is 227 - color contains mainly: red. Hex color #E3201E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3201E is #1CDFE1. Grayscale: #5A5A5A. Windows color (decimal): -1892322 or 1974499. OLE color: 1974499.
HSL color Cylindrical-coordinate representation of color #E3201E: hue angle of 0.61º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E3201E is Cyan = 0, Magento = 0.86, Yellow = 0.87 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 32 | 30 | - |
| CMYK | 0 | 0.86 | 0.87 | 0.11 |
| HSL | 0.61º | 0.78% | 0.5% | - |
| HSV(B) | 0.61º | 0.87% | 0.89% | - |
| XYZ | 32.43 | 17.46 | 2.89 | - |
| YUV | 90.08 | 94.1 | 225.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 32 | 30 | 0 | 0.86 | 0.87 | 0.11 | 0.61 | 0.78 | 0.5 |
| Hex | E3 | 20 | 1E | 0 | 56 | 57 | B | 1 | 4E | 32 |
| Octal | 343 | 40 | 36 | 0 | 126 | 127 | 13 | 1 | 116 | 62 |
| Binary | 11100011 | 100000 | 11110 | 0 | 1010110 | 1010111 | 1011 | 1 | 1001110 | 110010 |
Color Harmonies of #E3201E
Complementary color
Monochromatic Colors of #E3201E
Black with #E3201E
Text Example
Text Example
White with #E3201E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3201E; }
p { color: rgb(227,32,30); }
H1.HeaderClassName
{
color: #E3201E;
}
.AnyTagClassName
{
color: #E3201E;
}
</style>
background-color css
<style>
a { background-color: #E3201E; }
a { background-color: rgb(227,32,30); }
div.DivClassName
{
background-color: #E3201E;
}
.BgClassName
{
background-color: #E3201E;
}
</style>
border-color css
<style>
span { border-color: #E3201E; }
span { border-color: rgb(227,32,30); }
td.TdClassName
{
border-color: #E3201E;
}
.TagClassName
{
border-color: #E3201E;
}
</style>