Shades of Cinnabar #E15126
Tints of Cinnabar #E15126
RGB
CMYK
RGB Variations
Color information
#E15126 (or 0xE15126) is known color: Cinnabar. HEX triplet: E1, 51 and 26. RGB value is (225,81,38). Sum of RGB (Red+Green+Blue) = 225+81+38=344 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.41% from 344); Green value is 81 (32.03% from 255 or 23.55% from 344); Blue value is 38 (15.23% from 255 or 11.05% from 344); Max value from RGB is 225 - color contains mainly: red. Hex color #E15126 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15126 is #1EAED9. Grayscale: #777777. Windows color (decimal): -2010842 or 2511329. OLE color: 2511329.
HSL color Cylindrical-coordinate representation of color #E15126: hue angle of 13.8º 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 #E15126 is Cyan = 0, Magento = 0.64, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 81 | 38 | - |
| CMYK | 0 | 0.64 | 0.83 | 0.12 |
| HSL | 13.8º | 0.76% | 0.52% | - |
| HSV(B) | 13.8º | 0.83% | 0.88% | - |
| XYZ | 34.34 | 22.03 | 4.28 | - |
| YUV | 119.15 | 82.21 | 203.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 81 | 38 | 0 | 0.64 | 0.83 | 0.12 | 13.8 | 0.76 | 0.52 |
| Hex | E1 | 51 | 26 | 0 | 40 | 53 | C | E | 4C | 34 |
| Octal | 341 | 121 | 46 | 0 | 100 | 123 | 14 | 16 | 114 | 64 |
| Binary | 11100001 | 1010001 | 100110 | 0 | 1000000 | 1010011 | 1100 | 1110 | 1001100 | 110100 |
Color Harmonies of #E15126
Complementary color
Monochromatic Colors of #E15126
Black with #E15126
Text Example
Text Example
White with #E15126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15126; }
p { color: rgb(225,81,38); }
H1.HeaderClassName
{
color: #E15126;
}
.AnyTagClassName
{
color: #E15126;
}
</style>
background-color css
<style>
a { background-color: #E15126; }
a { background-color: rgb(225,81,38); }
div.DivClassName
{
background-color: #E15126;
}
.BgClassName
{
background-color: #E15126;
}
</style>
border-color css
<style>
span { border-color: #E15126; }
span { border-color: rgb(225,81,38); }
td.TdClassName
{
border-color: #E15126;
}
.TagClassName
{
border-color: #E15126;
}
</style>