Shades of Cinnabar #E15231
Tints of Cinnabar #E15231
RGB
CMYK
RGB Variations
Color information
#E15231 (or 0xE15231) is known color: Cinnabar. HEX triplet: E1, 52 and 31. RGB value is (225,82,49). Sum of RGB (Red+Green+Blue) = 225+82+49=356 (47% of max value = 765). Red value is 225 (88.28% from 255 or 63.20% from 356); Green value is 82 (32.42% from 255 or 23.03% from 356); Blue value is 49 (19.53% from 255 or 13.76% from 356); Max value from RGB is 225 - color contains mainly: red. Hex color #E15231 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15231 is #1EADCE. Grayscale: #797979. Windows color (decimal): -2010575 or 3232481. OLE color: 3232481.
HSL color Cylindrical-coordinate representation of color #E15231: hue angle of 11.25º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E15231 is Cyan = 0, Magento = 0.64, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 82 | 49 | - |
| CMYK | 0 | 0.64 | 0.78 | 0.12 |
| HSL | 11.25º | 0.75% | 0.54% | - |
| HSV(B) | 11.25º | 0.78% | 0.88% | - |
| XYZ | 34.62 | 22.26 | 5.38 | - |
| YUV | 121 | 87.38 | 202.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 82 | 49 | 0 | 0.64 | 0.78 | 0.12 | 11.25 | 0.75 | 0.54 |
| Hex | E1 | 52 | 31 | 0 | 40 | 4E | C | B | 4B | 36 |
| Octal | 341 | 122 | 61 | 0 | 100 | 116 | 14 | 13 | 113 | 66 |
| Binary | 11100001 | 1010010 | 110001 | 0 | 1000000 | 1001110 | 1100 | 1011 | 1001011 | 110110 |
Color Harmonies of #E15231
Complementary color
Monochromatic Colors of #E15231
Black with #E15231
Text Example
Text Example
White with #E15231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15231; }
p { color: rgb(225,82,49); }
H1.HeaderClassName
{
color: #E15231;
}
.AnyTagClassName
{
color: #E15231;
}
</style>
background-color css
<style>
a { background-color: #E15231; }
a { background-color: rgb(225,82,49); }
div.DivClassName
{
background-color: #E15231;
}
.BgClassName
{
background-color: #E15231;
}
</style>
border-color css
<style>
span { border-color: #E15231; }
span { border-color: rgb(225,82,49); }
td.TdClassName
{
border-color: #E15231;
}
.TagClassName
{
border-color: #E15231;
}
</style>