Shades of Cinnabar #E15136
Tints of Cinnabar #E15136
RGB
CMYK
RGB Variations
Color information
#E15136 (or 0xE15136) is known color: Cinnabar. HEX triplet: E1, 51 and 36. RGB value is (225,81,54). Sum of RGB (Red+Green+Blue) = 225+81+54=360 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.5% from 360); Green value is 81 (32.03% from 255 or 22.5% from 360); Blue value is 54 (21.48% from 255 or 15% from 360); Max value from RGB is 225 - color contains mainly: red. Hex color #E15136 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15136 is #1EAEC9. Grayscale: #797979. Windows color (decimal): -2010826 or 3559905. OLE color: 3559905.
HSL color Cylindrical-coordinate representation of color #E15136: hue angle of 9.47º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E15136 is Cyan = 0, Magento = 0.64, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 81 | 54 | - |
| CMYK | 0 | 0.64 | 0.76 | 0.12 |
| HSL | 9.47º | 0.74% | 0.55% | - |
| HSV(B) | 9.47º | 0.76% | 0.88% | - |
| XYZ | 34.66 | 22.16 | 5.94 | - |
| YUV | 120.98 | 90.21 | 202.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 81 | 54 | 0 | 0.64 | 0.76 | 0.12 | 9.47 | 0.74 | 0.55 |
| Hex | E1 | 51 | 36 | 0 | 40 | 4C | C | 9 | 4A | 37 |
| Octal | 341 | 121 | 66 | 0 | 100 | 114 | 14 | 11 | 112 | 67 |
| Binary | 11100001 | 1010001 | 110110 | 0 | 1000000 | 1001100 | 1100 | 1001 | 1001010 | 110111 |
Color Harmonies of #E15136
Complementary color
Monochromatic Colors of #E15136
Black with #E15136
Text Example
Text Example
White with #E15136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15136; }
p { color: rgb(225,81,54); }
H1.HeaderClassName
{
color: #E15136;
}
.AnyTagClassName
{
color: #E15136;
}
</style>
background-color css
<style>
a { background-color: #E15136; }
a { background-color: rgb(225,81,54); }
div.DivClassName
{
background-color: #E15136;
}
.BgClassName
{
background-color: #E15136;
}
</style>
border-color css
<style>
span { border-color: #E15136; }
span { border-color: rgb(225,81,54); }
td.TdClassName
{
border-color: #E15136;
}
.TagClassName
{
border-color: #E15136;
}
</style>