Shades of Cinnabar #E15037
Tints of Cinnabar #E15037
RGB
CMYK
RGB Variations
Color information
#E15037 (or 0xE15037) is known color: Cinnabar. HEX triplet: E1, 50 and 37. RGB value is (225,80,55). Sum of RGB (Red+Green+Blue) = 225+80+55=360 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.5% from 360); Green value is 80 (31.64% from 255 or 22.22% from 360); Blue value is 55 (21.88% from 255 or 15.28% from 360); Max value from RGB is 225 - color contains mainly: red. Hex color #E15037 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15037 is #1EAFC8. Grayscale: #787878. Windows color (decimal): -2011081 or 3625185. OLE color: 3625185.
HSL color Cylindrical-coordinate representation of color #E15037: hue angle of 8.82º 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 #E15037 is Cyan = 0, Magento = 0.64, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 80 | 55 | - |
| CMYK | 0 | 0.64 | 0.76 | 0.12 |
| HSL | 8.82º | 0.74% | 0.55% | - |
| HSV(B) | 8.82º | 0.76% | 0.88% | - |
| XYZ | 34.61 | 22.02 | 6.04 | - |
| YUV | 120.51 | 91.04 | 202.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 80 | 55 | 0 | 0.64 | 0.76 | 0.12 | 8.82 | 0.74 | 0.55 |
| Hex | E1 | 50 | 37 | 0 | 40 | 4C | C | 9 | 4A | 37 |
| Octal | 341 | 120 | 67 | 0 | 100 | 114 | 14 | 11 | 112 | 67 |
| Binary | 11100001 | 1010000 | 110111 | 0 | 1000000 | 1001100 | 1100 | 1001 | 1001010 | 110111 |
Color Harmonies of #E15037
Complementary color
Monochromatic Colors of #E15037
Black with #E15037
Text Example
Text Example
White with #E15037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15037; }
p { color: rgb(225,80,55); }
H1.HeaderClassName
{
color: #E15037;
}
.AnyTagClassName
{
color: #E15037;
}
</style>
background-color css
<style>
a { background-color: #E15037; }
a { background-color: rgb(225,80,55); }
div.DivClassName
{
background-color: #E15037;
}
.BgClassName
{
background-color: #E15037;
}
</style>
border-color css
<style>
span { border-color: #E15037; }
span { border-color: rgb(225,80,55); }
td.TdClassName
{
border-color: #E15037;
}
.TagClassName
{
border-color: #E15037;
}
</style>