Shades of Persian Red #E32727
Tints of Persian Red #E32727
RGB
CMYK
RGB Variations
Color information
#E32727 (or 0xE32727) is known color: Persian Red. HEX triplet: E3, 27 and 27. RGB value is (227,39,39). Sum of RGB (Red+Green+Blue) = 227+39+39=305 (40% of max value = 765). Red value is 227 (89.06% from 255 or 74.43% from 305); Green value is 39 (15.62% from 255 or 12.79% from 305); Blue value is 39 (15.62% from 255 or 12.79% from 305); Max value from RGB is 227 - color contains mainly: red. Hex color #E32727 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32727 is #1CD8D8. Grayscale: #5F5F5F. Windows color (decimal): -1890521 or 2566115. OLE color: 2566115.
HSL color Cylindrical-coordinate representation of color #E32727: hue angle of 0º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E32727 is Cyan = 0, Magento = 0.83, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 39 | 39 | - |
| CMYK | 0 | 0.83 | 0.83 | 0.11 |
| HSL | 0º | 0.77% | 0.52% | - |
| HSV(B) | 0º | 0.83% | 0.89% | - |
| XYZ | 32.77 | 17.93 | 3.65 | - |
| YUV | 95.21 | 96.28 | 222 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 39 | 39 | 0 | 0.83 | 0.83 | 0.11 | 0 | 0.77 | 0.52 |
| Hex | E3 | 27 | 27 | 0 | 53 | 53 | B | 0 | 4D | 34 |
| Octal | 343 | 47 | 47 | 0 | 123 | 123 | 13 | 0 | 115 | 64 |
| Binary | 11100011 | 100111 | 100111 | 0 | 1010011 | 1010011 | 1011 | 0 | 1001101 | 110100 |
Color Harmonies of #E32727
Complementary color
Monochromatic Colors of #E32727
Black with #E32727
Text Example
Text Example
White with #E32727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32727; }
p { color: rgb(227,39,39); }
H1.HeaderClassName
{
color: #E32727;
}
.AnyTagClassName
{
color: #E32727;
}
</style>
background-color css
<style>
a { background-color: #E32727; }
a { background-color: rgb(227,39,39); }
div.DivClassName
{
background-color: #E32727;
}
.BgClassName
{
background-color: #E32727;
}
</style>
border-color css
<style>
span { border-color: #E32727; }
span { border-color: rgb(227,39,39); }
td.TdClassName
{
border-color: #E32727;
}
.TagClassName
{
border-color: #E32727;
}
</style>