Shades of Cinnabar #E15237
Tints of Cinnabar #E15237
RGB
CMYK
RGB Variations
Color information
#E15237 (or 0xE15237) is known color: Cinnabar. HEX triplet: E1, 52 and 37. RGB value is (225,82,55). Sum of RGB (Red+Green+Blue) = 225+82+55=362 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.15% from 362); Green value is 82 (32.42% from 255 or 22.65% from 362); Blue value is 55 (21.88% from 255 or 15.19% from 362); Max value from RGB is 225 - color contains mainly: red. Hex color #E15237 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15237 is #1EADC8. Grayscale: #797979. Windows color (decimal): -2010569 or 3625697. OLE color: 3625697.
HSL color Cylindrical-coordinate representation of color #E15237: hue angle of 9.53º 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 #E15237 is Cyan = 0, Magento = 0.64, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 82 | 55 | - |
| CMYK | 0 | 0.64 | 0.76 | 0.12 |
| HSL | 9.53º | 0.74% | 0.55% | - |
| HSV(B) | 9.53º | 0.76% | 0.88% | - |
| XYZ | 34.76 | 22.32 | 6.09 | - |
| YUV | 121.68 | 90.38 | 201.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 82 | 55 | 0 | 0.64 | 0.76 | 0.12 | 9.53 | 0.74 | 0.55 |
| Hex | E1 | 52 | 37 | 0 | 40 | 4C | C | A | 4A | 37 |
| Octal | 341 | 122 | 67 | 0 | 100 | 114 | 14 | 12 | 112 | 67 |
| Binary | 11100001 | 1010010 | 110111 | 0 | 1000000 | 1001100 | 1100 | 1010 | 1001010 | 110111 |
Color Harmonies of #E15237
Complementary color
Monochromatic Colors of #E15237
Black with #E15237
Text Example
Text Example
White with #E15237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15237; }
p { color: rgb(225,82,55); }
H1.HeaderClassName
{
color: #E15237;
}
.AnyTagClassName
{
color: #E15237;
}
</style>
background-color css
<style>
a { background-color: #E15237; }
a { background-color: rgb(225,82,55); }
div.DivClassName
{
background-color: #E15237;
}
.BgClassName
{
background-color: #E15237;
}
</style>
border-color css
<style>
span { border-color: #E15237; }
span { border-color: rgb(225,82,55); }
td.TdClassName
{
border-color: #E15237;
}
.TagClassName
{
border-color: #E15237;
}
</style>