Shades of Cinnabar #E24924
Tints of Cinnabar #E24924
RGB
CMYK
RGB Variations
Color information
#E24924 (or 0xE24924) is known color: Cinnabar. HEX triplet: E2, 49 and 24. RGB value is (226,73,36). Sum of RGB (Red+Green+Blue) = 226+73+36=335 (44% of max value = 765). Red value is 226 (88.67% from 255 or 67.46% from 335); Green value is 73 (28.91% from 255 or 21.79% from 335); Blue value is 36 (14.45% from 255 or 10.75% from 335); Max value from RGB is 226 - color contains mainly: red. Hex color #E24924 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E24924 is #1DB6DB. Grayscale: #727272. Windows color (decimal): -1947356 or 2378210. OLE color: 2378210.
HSL color Cylindrical-coordinate representation of color #E24924: hue angle of 11.68º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E24924 is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 73 | 36 | - |
| CMYK | 0 | 0.68 | 0.84 | 0.11 |
| HSL | 11.68º | 0.77% | 0.51% | - |
| HSV(B) | 11.68º | 0.84% | 0.89% | - |
| XYZ | 34.07 | 21.06 | 3.94 | - |
| YUV | 114.53 | 83.69 | 207.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 73 | 36 | 0 | 0.68 | 0.84 | 0.11 | 11.68 | 0.77 | 0.51 |
| Hex | E2 | 49 | 24 | 0 | 44 | 54 | B | C | 4D | 33 |
| Octal | 342 | 111 | 44 | 0 | 104 | 124 | 13 | 14 | 115 | 63 |
| Binary | 11100010 | 1001001 | 100100 | 0 | 1000100 | 1010100 | 1011 | 1100 | 1001101 | 110011 |
Color Harmonies of #E24924
Complementary color
Monochromatic Colors of #E24924
Black with #E24924
Text Example
Text Example
White with #E24924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24924; }
p { color: rgb(226,73,36); }
H1.HeaderClassName
{
color: #E24924;
}
.AnyTagClassName
{
color: #E24924;
}
</style>
background-color css
<style>
a { background-color: #E24924; }
a { background-color: rgb(226,73,36); }
div.DivClassName
{
background-color: #E24924;
}
.BgClassName
{
background-color: #E24924;
}
</style>
border-color css
<style>
span { border-color: #E24924; }
span { border-color: rgb(226,73,36); }
td.TdClassName
{
border-color: #E24924;
}
.TagClassName
{
border-color: #E24924;
}
</style>