Shades of Cinnabar #E54818
Tints of Cinnabar #E54818
RGB
CMYK
RGB Variations
Color information
#E54818 (or 0xE54818) is known color: Cinnabar. HEX triplet: E5, 48 and 18. RGB value is (229,72,24). Sum of RGB (Red+Green+Blue) = 229+72+24=325 (43% of max value = 765). Red value is 229 (89.84% from 255 or 70.46% from 325); Green value is 72 (28.52% from 255 or 22.15% from 325); Blue value is 24 (9.77% from 255 or 7.38% from 325); Max value from RGB is 229 - color contains mainly: red. Hex color #E54818 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E54818 is #1AB7E7. Grayscale: #717171. Windows color (decimal): -1751016 or 1591525. OLE color: 1591525.
HSL color Cylindrical-coordinate representation of color #E54818: hue angle of 14.05º 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 #E54818 is Cyan = 0, Magento = 0.69, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 72 | 24 | - |
| CMYK | 0 | 0.69 | 0.90 | 0.10 |
| HSL | 14.05º | 0.81% | 0.5% | - |
| HSV(B) | 14.05º | 0.9% | 0.9% | - |
| XYZ | 34.8 | 21.36 | 3.15 | - |
| YUV | 113.47 | 77.51 | 210.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 72 | 24 | 0 | 0.69 | 0.90 | 0.10 | 14.05 | 0.81 | 0.5 |
| Hex | E5 | 48 | 18 | 0 | 45 | 5A | A | E | 51 | 32 |
| Octal | 345 | 110 | 30 | 0 | 105 | 132 | 12 | 16 | 121 | 62 |
| Binary | 11100101 | 1001000 | 11000 | 0 | 1000101 | 1011010 | 1010 | 1110 | 1010001 | 110010 |
Color Harmonies of #E54818
Complementary color
Monochromatic Colors of #E54818
Black with #E54818
Text Example
Text Example
White with #E54818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54818; }
p { color: rgb(229,72,24); }
H1.HeaderClassName
{
color: #E54818;
}
.AnyTagClassName
{
color: #E54818;
}
</style>
background-color css
<style>
a { background-color: #E54818; }
a { background-color: rgb(229,72,24); }
div.DivClassName
{
background-color: #E54818;
}
.BgClassName
{
background-color: #E54818;
}
</style>
border-color css
<style>
span { border-color: #E54818; }
span { border-color: rgb(229,72,24); }
td.TdClassName
{
border-color: #E54818;
}
.TagClassName
{
border-color: #E54818;
}
</style>