Shades of Cinnabar #E15028
Tints of Cinnabar #E15028
RGB
CMYK
RGB Variations
Color information
#E15028 (or 0xE15028) is known color: Cinnabar. HEX triplet: E1, 50 and 28. RGB value is (225,80,40). Sum of RGB (Red+Green+Blue) = 225+80+40=345 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.22% from 345); Green value is 80 (31.64% from 255 or 23.19% from 345); Blue value is 40 (16.02% from 255 or 11.59% from 345); Max value from RGB is 225 - color contains mainly: red. Hex color #E15028 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15028 is #1EAFD7. Grayscale: #777777. Windows color (decimal): -2011096 or 2642145. OLE color: 2642145.
HSL color Cylindrical-coordinate representation of color #E15028: hue angle of 12.97º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E15028 is Cyan = 0, Magento = 0.64, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 80 | 40 | - |
| CMYK | 0 | 0.64 | 0.82 | 0.12 |
| HSL | 12.97º | 0.76% | 0.52% | - |
| HSV(B) | 12.97º | 0.82% | 0.88% | - |
| XYZ | 34.3 | 21.9 | 4.43 | - |
| YUV | 118.8 | 83.54 | 203.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 80 | 40 | 0 | 0.64 | 0.82 | 0.12 | 12.97 | 0.76 | 0.52 |
| Hex | E1 | 50 | 28 | 0 | 40 | 52 | C | D | 4C | 34 |
| Octal | 341 | 120 | 50 | 0 | 100 | 122 | 14 | 15 | 114 | 64 |
| Binary | 11100001 | 1010000 | 101000 | 0 | 1000000 | 1010010 | 1100 | 1101 | 1001100 | 110100 |
Color Harmonies of #E15028
Complementary color
Monochromatic Colors of #E15028
Black with #E15028
Text Example
Text Example
White with #E15028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15028; }
p { color: rgb(225,80,40); }
H1.HeaderClassName
{
color: #E15028;
}
.AnyTagClassName
{
color: #E15028;
}
</style>
background-color css
<style>
a { background-color: #E15028; }
a { background-color: rgb(225,80,40); }
div.DivClassName
{
background-color: #E15028;
}
.BgClassName
{
background-color: #E15028;
}
</style>
border-color css
<style>
span { border-color: #E15028; }
span { border-color: rgb(225,80,40); }
td.TdClassName
{
border-color: #E15028;
}
.TagClassName
{
border-color: #E15028;
}
</style>