Shades of Cinnabar #E15230
Tints of Cinnabar #E15230
RGB
CMYK
RGB Variations
Color information
#E15230 (or 0xE15230) is known color: Cinnabar. HEX triplet: E1, 52 and 30. RGB value is (225,82,48). Sum of RGB (Red+Green+Blue) = 225+82+48=355 (47% of max value = 765). Red value is 225 (88.28% from 255 or 63.38% from 355); Green value is 82 (32.42% from 255 or 23.10% from 355); Blue value is 48 (19.14% from 255 or 13.52% from 355); Max value from RGB is 225 - color contains mainly: red. Hex color #E15230 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15230 is #1EADCF. Grayscale: #797979. Windows color (decimal): -2010576 or 3166945. OLE color: 3166945.
HSL color Cylindrical-coordinate representation of color #E15230: hue angle of 11.53º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E15230 is Cyan = 0, Magento = 0.64, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 82 | 48 | - |
| CMYK | 0 | 0.64 | 0.79 | 0.12 |
| HSL | 11.53º | 0.75% | 0.54% | - |
| HSV(B) | 11.53º | 0.79% | 0.88% | - |
| XYZ | 34.6 | 22.26 | 5.27 | - |
| YUV | 120.88 | 86.88 | 202.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 82 | 48 | 0 | 0.64 | 0.79 | 0.12 | 11.53 | 0.75 | 0.54 |
| Hex | E1 | 52 | 30 | 0 | 40 | 4F | C | C | 4B | 36 |
| Octal | 341 | 122 | 60 | 0 | 100 | 117 | 14 | 14 | 113 | 66 |
| Binary | 11100001 | 1010010 | 110000 | 0 | 1000000 | 1001111 | 1100 | 1100 | 1001011 | 110110 |
Color Harmonies of #E15230
Complementary color
Monochromatic Colors of #E15230
Black with #E15230
Text Example
Text Example
White with #E15230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15230; }
p { color: rgb(225,82,48); }
H1.HeaderClassName
{
color: #E15230;
}
.AnyTagClassName
{
color: #E15230;
}
</style>
background-color css
<style>
a { background-color: #E15230; }
a { background-color: rgb(225,82,48); }
div.DivClassName
{
background-color: #E15230;
}
.BgClassName
{
background-color: #E15230;
}
</style>
border-color css
<style>
span { border-color: #E15230; }
span { border-color: rgb(225,82,48); }
td.TdClassName
{
border-color: #E15230;
}
.TagClassName
{
border-color: #E15230;
}
</style>