Shades of Cinnabar #E15023
Tints of Cinnabar #E15023
RGB
CMYK
RGB Variations
Color information
#E15023 (or 0xE15023) is known color: Cinnabar. HEX triplet: E1, 50 and 23. RGB value is (225,80,35). Sum of RGB (Red+Green+Blue) = 225+80+35=340 (45% of max value = 765). Red value is 225 (88.28% from 255 or 66.18% from 340); Green value is 80 (31.64% from 255 or 23.53% from 340); Blue value is 35 (14.06% from 255 or 10.29% from 340); Max value from RGB is 225 - color contains mainly: red. Hex color #E15023 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15023 is #1EAFDC. Grayscale: #767676. Windows color (decimal): -2011101 or 2314465. OLE color: 2314465.
HSL color Cylindrical-coordinate representation of color #E15023: hue angle of 14.21º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E15023 is Cyan = 0, Magento = 0.64, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 80 | 35 | - |
| CMYK | 0 | 0.64 | 0.84 | 0.12 |
| HSL | 14.21º | 0.76% | 0.51% | - |
| HSV(B) | 14.21º | 0.84% | 0.88% | - |
| XYZ | 34.22 | 21.87 | 4.01 | - |
| YUV | 118.23 | 81.04 | 204.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 80 | 35 | 0 | 0.64 | 0.84 | 0.12 | 14.21 | 0.76 | 0.51 |
| Hex | E1 | 50 | 23 | 0 | 40 | 54 | C | E | 4C | 33 |
| Octal | 341 | 120 | 43 | 0 | 100 | 124 | 14 | 16 | 114 | 63 |
| Binary | 11100001 | 1010000 | 100011 | 0 | 1000000 | 1010100 | 1100 | 1110 | 1001100 | 110011 |
Color Harmonies of #E15023
Complementary color
Monochromatic Colors of #E15023
Black with #E15023
Text Example
Text Example
White with #E15023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15023; }
p { color: rgb(225,80,35); }
H1.HeaderClassName
{
color: #E15023;
}
.AnyTagClassName
{
color: #E15023;
}
</style>
background-color css
<style>
a { background-color: #E15023; }
a { background-color: rgb(225,80,35); }
div.DivClassName
{
background-color: #E15023;
}
.BgClassName
{
background-color: #E15023;
}
</style>
border-color css
<style>
span { border-color: #E15023; }
span { border-color: rgb(225,80,35); }
td.TdClassName
{
border-color: #E15023;
}
.TagClassName
{
border-color: #E15023;
}
</style>