Shades of Persian Red #E12D27
Tints of Persian Red #E12D27
RGB
CMYK
RGB Variations
Color information
#E12D27 (or 0xE12D27) is known color: Persian Red. HEX triplet: E1, 2D and 27. RGB value is (225,45,39). Sum of RGB (Red+Green+Blue) = 225+45+39=309 (40% of max value = 765). Red value is 225 (88.28% from 255 or 72.82% from 309); Green value is 45 (17.97% from 255 or 14.56% from 309); Blue value is 39 (15.62% from 255 or 12.62% from 309); Max value from RGB is 225 - color contains mainly: red. Hex color #E12D27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12D27 is #1ED2D8. Grayscale: #626262. Windows color (decimal): -2020057 or 2567649. OLE color: 2567649.
HSL color Cylindrical-coordinate representation of color #E12D27: hue angle of 1.94º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E12D27 is Cyan = 0, Magento = 0.8, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 45 | 39 | - |
| CMYK | 0 | 0.8 | 0.83 | 0.12 |
| HSL | 1.94º | 0.76% | 0.52% | - |
| HSV(B) | 1.94º | 0.83% | 0.88% | - |
| XYZ | 32.36 | 18.03 | 3.69 | - |
| YUV | 98.14 | 94.63 | 218.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 45 | 39 | 0 | 0.8 | 0.83 | 0.12 | 1.94 | 0.76 | 0.52 |
| Hex | E1 | 2D | 27 | 0 | 50 | 53 | C | 2 | 4C | 34 |
| Octal | 341 | 55 | 47 | 0 | 120 | 123 | 14 | 2 | 114 | 64 |
| Binary | 11100001 | 101101 | 100111 | 0 | 1010000 | 1010011 | 1100 | 10 | 1001100 | 110100 |
Color Harmonies of #E12D27
Complementary color
Monochromatic Colors of #E12D27
Black with #E12D27
Text Example
Text Example
White with #E12D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12D27; }
p { color: rgb(225,45,39); }
H1.HeaderClassName
{
color: #E12D27;
}
.AnyTagClassName
{
color: #E12D27;
}
</style>
background-color css
<style>
a { background-color: #E12D27; }
a { background-color: rgb(225,45,39); }
div.DivClassName
{
background-color: #E12D27;
}
.BgClassName
{
background-color: #E12D27;
}
</style>
border-color css
<style>
span { border-color: #E12D27; }
span { border-color: rgb(225,45,39); }
td.TdClassName
{
border-color: #E12D27;
}
.TagClassName
{
border-color: #E12D27;
}
</style>