Shades of Cinnabar #E54018
Tints of Cinnabar #E54018
RGB
CMYK
RGB Variations
Color information
#E54018 (or 0xE54018) is known color: Cinnabar. HEX triplet: E5, 40 and 18. RGB value is (229,64,24). Sum of RGB (Red+Green+Blue) = 229+64+24=317 (41% of max value = 765). Red value is 229 (89.84% from 255 or 72.24% from 317); Green value is 64 (25.39% from 255 or 20.19% from 317); Blue value is 24 (9.77% from 255 or 7.57% from 317); Max value from RGB is 229 - color contains mainly: red. Hex color #E54018 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E54018 is #1ABFE7. Grayscale: #6D6D6D. Windows color (decimal): -1753064 or 1589477. OLE color: 1589477.
HSL color Cylindrical-coordinate representation of color #E54018: hue angle of 11.71º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E54018 is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 64 | 24 | - |
| CMYK | 0 | 0.72 | 0.90 | 0.10 |
| HSL | 11.71º | 0.81% | 0.5% | - |
| HSV(B) | 11.71º | 0.9% | 0.9% | - |
| XYZ | 34.31 | 20.39 | 2.99 | - |
| YUV | 108.78 | 80.16 | 213.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 64 | 24 | 0 | 0.72 | 0.90 | 0.10 | 11.71 | 0.81 | 0.5 |
| Hex | E5 | 40 | 18 | 0 | 48 | 5A | A | C | 51 | 32 |
| Octal | 345 | 100 | 30 | 0 | 110 | 132 | 12 | 14 | 121 | 62 |
| Binary | 11100101 | 1000000 | 11000 | 0 | 1001000 | 1011010 | 1010 | 1100 | 1010001 | 110010 |
Color Harmonies of #E54018
Complementary color
Monochromatic Colors of #E54018
Black with #E54018
Text Example
Text Example
White with #E54018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54018; }
p { color: rgb(229,64,24); }
H1.HeaderClassName
{
color: #E54018;
}
.AnyTagClassName
{
color: #E54018;
}
</style>
background-color css
<style>
a { background-color: #E54018; }
a { background-color: rgb(229,64,24); }
div.DivClassName
{
background-color: #E54018;
}
.BgClassName
{
background-color: #E54018;
}
</style>
border-color css
<style>
span { border-color: #E54018; }
span { border-color: rgb(229,64,24); }
td.TdClassName
{
border-color: #E54018;
}
.TagClassName
{
border-color: #E54018;
}
</style>