Shades of Cinnabar #E15239
Tints of Cinnabar #E15239
RGB
CMYK
RGB Variations
Color information
#E15239 (or 0xE15239) is known color: Cinnabar. HEX triplet: E1, 52 and 39. RGB value is (225,82,57). Sum of RGB (Red+Green+Blue) = 225+82+57=364 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.81% from 364); Green value is 82 (32.42% from 255 or 22.53% from 364); Blue value is 57 (22.66% from 255 or 15.66% from 364); Max value from RGB is 225 - color contains mainly: red. Hex color #E15239 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15239 is #1EADC6. Grayscale: #7A7A7A. Windows color (decimal): -2010567 or 3756769. OLE color: 3756769.
HSL color Cylindrical-coordinate representation of color #E15239: hue angle of 8.93º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E15239 is Cyan = 0, Magento = 0.64, Yellow = 0.75 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 82 | 57 | - |
| CMYK | 0 | 0.64 | 0.75 | 0.12 |
| HSL | 8.93º | 0.74% | 0.55% | - |
| HSV(B) | 8.93º | 0.75% | 0.88% | - |
| XYZ | 34.81 | 22.34 | 6.35 | - |
| YUV | 121.91 | 91.38 | 201.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 82 | 57 | 0 | 0.64 | 0.75 | 0.12 | 8.93 | 0.74 | 0.55 |
| Hex | E1 | 52 | 39 | 0 | 40 | 4B | C | 9 | 4A | 37 |
| Octal | 341 | 122 | 71 | 0 | 100 | 113 | 14 | 11 | 112 | 67 |
| Binary | 11100001 | 1010010 | 111001 | 0 | 1000000 | 1001011 | 1100 | 1001 | 1001010 | 110111 |
Color Harmonies of #E15239
Complementary color
Monochromatic Colors of #E15239
Black with #E15239
Text Example
Text Example
White with #E15239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15239; }
p { color: rgb(225,82,57); }
H1.HeaderClassName
{
color: #E15239;
}
.AnyTagClassName
{
color: #E15239;
}
</style>
background-color css
<style>
a { background-color: #E15239; }
a { background-color: rgb(225,82,57); }
div.DivClassName
{
background-color: #E15239;
}
.BgClassName
{
background-color: #E15239;
}
</style>
border-color css
<style>
span { border-color: #E15239; }
span { border-color: rgb(225,82,57); }
td.TdClassName
{
border-color: #E15239;
}
.TagClassName
{
border-color: #E15239;
}
</style>