Shades of Cinnabar #E15538
Tints of Cinnabar #E15538
RGB
CMYK
RGB Variations
Color information
#E15538 (or 0xE15538) is known color: Cinnabar. HEX triplet: E1, 55 and 38. RGB value is (225,85,56). Sum of RGB (Red+Green+Blue) = 225+85+56=366 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.48% from 366); Green value is 85 (33.59% from 255 or 23.22% from 366); Blue value is 56 (22.27% from 255 or 15.30% from 366); Max value from RGB is 225 - color contains mainly: red. Hex color #E15538 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15538 is #1EAAC7. Grayscale: #7B7B7B. Windows color (decimal): -2009800 or 3692001. OLE color: 3692001.
HSL color Cylindrical-coordinate representation of color #E15538: hue angle of 10.3º 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 #E15538 is Cyan = 0, Magento = 0.62, Yellow = 0.75 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 85 | 56 | - |
| CMYK | 0 | 0.62 | 0.75 | 0.12 |
| HSL | 10.3º | 0.74% | 0.55% | - |
| HSV(B) | 10.3º | 0.75% | 0.88% | - |
| XYZ | 35.01 | 22.79 | 6.29 | - |
| YUV | 123.55 | 89.88 | 200.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 85 | 56 | 0 | 0.62 | 0.75 | 0.12 | 10.3 | 0.74 | 0.55 |
| Hex | E1 | 55 | 38 | 0 | 3E | 4B | C | A | 4A | 37 |
| Octal | 341 | 125 | 70 | 0 | 76 | 113 | 14 | 12 | 112 | 67 |
| Binary | 11100001 | 1010101 | 111000 | 0 | 111110 | 1001011 | 1100 | 1010 | 1001010 | 110111 |
Color Harmonies of #E15538
Complementary color
Monochromatic Colors of #E15538
Black with #E15538
Text Example
Text Example
White with #E15538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15538; }
p { color: rgb(225,85,56); }
H1.HeaderClassName
{
color: #E15538;
}
.AnyTagClassName
{
color: #E15538;
}
</style>
background-color css
<style>
a { background-color: #E15538; }
a { background-color: rgb(225,85,56); }
div.DivClassName
{
background-color: #E15538;
}
.BgClassName
{
background-color: #E15538;
}
</style>
border-color css
<style>
span { border-color: #E15538; }
span { border-color: rgb(225,85,56); }
td.TdClassName
{
border-color: #E15538;
}
.TagClassName
{
border-color: #E15538;
}
</style>