Shades of Cinnabar #E54628
Tints of Cinnabar #E54628
RGB
CMYK
RGB Variations
Color information
#E54628 (or 0xE54628) is known color: Cinnabar. HEX triplet: E5, 46 and 28. RGB value is (229,70,40). Sum of RGB (Red+Green+Blue) = 229+70+40=339 (44% of max value = 765). Red value is 229 (89.84% from 255 or 67.55% from 339); Green value is 70 (27.73% from 255 or 20.65% from 339); Blue value is 40 (16.02% from 255 or 11.80% from 339); Max value from RGB is 229 - color contains mainly: red. Hex color #E54628 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E54628 is #1AB9D7. Grayscale: #727272. Windows color (decimal): -1751512 or 2639589. OLE color: 2639589.
HSL color Cylindrical-coordinate representation of color #E54628: hue angle of 9.52º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E54628 is Cyan = 0, Magento = 0.69, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 70 | 40 | - |
| CMYK | 0 | 0.69 | 0.83 | 0.10 |
| HSL | 9.52º | 0.78% | 0.53% | - |
| HSV(B) | 9.52º | 0.83% | 0.9% | - |
| XYZ | 34.89 | 21.19 | 4.26 | - |
| YUV | 114.12 | 86.18 | 209.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 70 | 40 | 0 | 0.69 | 0.83 | 0.10 | 9.52 | 0.78 | 0.53 |
| Hex | E5 | 46 | 28 | 0 | 45 | 53 | A | A | 4E | 35 |
| Octal | 345 | 106 | 50 | 0 | 105 | 123 | 12 | 12 | 116 | 65 |
| Binary | 11100101 | 1000110 | 101000 | 0 | 1000101 | 1010011 | 1010 | 1010 | 1001110 | 110101 |
Color Harmonies of #E54628
Complementary color
Monochromatic Colors of #E54628
Black with #E54628
Text Example
Text Example
White with #E54628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54628; }
p { color: rgb(229,70,40); }
H1.HeaderClassName
{
color: #E54628;
}
.AnyTagClassName
{
color: #E54628;
}
</style>
background-color css
<style>
a { background-color: #E54628; }
a { background-color: rgb(229,70,40); }
div.DivClassName
{
background-color: #E54628;
}
.BgClassName
{
background-color: #E54628;
}
</style>
border-color css
<style>
span { border-color: #E54628; }
span { border-color: rgb(229,70,40); }
td.TdClassName
{
border-color: #E54628;
}
.TagClassName
{
border-color: #E54628;
}
</style>