Shades of Cinnabar #E54718
Tints of Cinnabar #E54718
RGB
CMYK
RGB Variations
Color information
#E54718 (or 0xE54718) is known color: Cinnabar. HEX triplet: E5, 47 and 18. RGB value is (229,71,24). Sum of RGB (Red+Green+Blue) = 229+71+24=324 (42% of max value = 765). Red value is 229 (89.84% from 255 or 70.68% from 324); Green value is 71 (28.12% from 255 or 21.91% from 324); Blue value is 24 (9.77% from 255 or 7.41% from 324); Max value from RGB is 229 - color contains mainly: red. Hex color #E54718 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E54718 is #1AB8E7. Grayscale: #717171. Windows color (decimal): -1751272 or 1591269. OLE color: 1591269.
HSL color Cylindrical-coordinate representation of color #E54718: hue angle of 13.76º 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 #E54718 is Cyan = 0, Magento = 0.69, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 71 | 24 | - |
| CMYK | 0 | 0.69 | 0.90 | 0.10 |
| HSL | 13.76º | 0.81% | 0.5% | - |
| HSV(B) | 13.76º | 0.9% | 0.9% | - |
| XYZ | 34.73 | 21.23 | 3.13 | - |
| YUV | 112.88 | 77.85 | 210.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 71 | 24 | 0 | 0.69 | 0.90 | 0.10 | 13.76 | 0.81 | 0.5 |
| Hex | E5 | 47 | 18 | 0 | 45 | 5A | A | E | 51 | 32 |
| Octal | 345 | 107 | 30 | 0 | 105 | 132 | 12 | 16 | 121 | 62 |
| Binary | 11100101 | 1000111 | 11000 | 0 | 1000101 | 1011010 | 1010 | 1110 | 1010001 | 110010 |
Color Harmonies of #E54718
Complementary color
Monochromatic Colors of #E54718
Black with #E54718
Text Example
Text Example
White with #E54718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54718; }
p { color: rgb(229,71,24); }
H1.HeaderClassName
{
color: #E54718;
}
.AnyTagClassName
{
color: #E54718;
}
</style>
background-color css
<style>
a { background-color: #E54718; }
a { background-color: rgb(229,71,24); }
div.DivClassName
{
background-color: #E54718;
}
.BgClassName
{
background-color: #E54718;
}
</style>
border-color css
<style>
span { border-color: #E54718; }
span { border-color: rgb(229,71,24); }
td.TdClassName
{
border-color: #E54718;
}
.TagClassName
{
border-color: #E54718;
}
</style>