Shades of Cinnabar #E45124
Tints of Cinnabar #E45124
RGB
CMYK
RGB Variations
Color information
#E45124 (or 0xE45124) is known color: Cinnabar. HEX triplet: E4, 51 and 24. RGB value is (228,81,36). Sum of RGB (Red+Green+Blue) = 228+81+36=345 (45% of max value = 765). Red value is 228 (89.45% from 255 or 66.09% from 345); Green value is 81 (32.03% from 255 or 23.48% from 345); Blue value is 36 (14.45% from 255 or 10.43% from 345); Max value from RGB is 228 - color contains mainly: red. Hex color #E45124 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E45124 is #1BAEDB. Grayscale: #787878. Windows color (decimal): -1814236 or 2380260. OLE color: 2380260.
HSL color Cylindrical-coordinate representation of color #E45124: hue angle of 14.06º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E45124 is Cyan = 0, Magento = 0.64, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 81 | 36 | - |
| CMYK | 0 | 0.64 | 0.84 | 0.11 |
| HSL | 14.06º | 0.78% | 0.52% | - |
| HSV(B) | 14.06º | 0.84% | 0.89% | - |
| XYZ | 35.26 | 22.51 | 4.16 | - |
| YUV | 119.82 | 80.7 | 205.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 81 | 36 | 0 | 0.64 | 0.84 | 0.11 | 14.06 | 0.78 | 0.52 |
| Hex | E4 | 51 | 24 | 0 | 40 | 54 | B | E | 4E | 34 |
| Octal | 344 | 121 | 44 | 0 | 100 | 124 | 13 | 16 | 116 | 64 |
| Binary | 11100100 | 1010001 | 100100 | 0 | 1000000 | 1010100 | 1011 | 1110 | 1001110 | 110100 |
Color Harmonies of #E45124
Complementary color
Monochromatic Colors of #E45124
Black with #E45124
Text Example
Text Example
White with #E45124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45124; }
p { color: rgb(228,81,36); }
H1.HeaderClassName
{
color: #E45124;
}
.AnyTagClassName
{
color: #E45124;
}
</style>
background-color css
<style>
a { background-color: #E45124; }
a { background-color: rgb(228,81,36); }
div.DivClassName
{
background-color: #E45124;
}
.BgClassName
{
background-color: #E45124;
}
</style>
border-color css
<style>
span { border-color: #E45124; }
span { border-color: rgb(228,81,36); }
td.TdClassName
{
border-color: #E45124;
}
.TagClassName
{
border-color: #E45124;
}
</style>