Shades of Cinnabar #E04124
Tints of Cinnabar #E04124
RGB
CMYK
RGB Variations
Color information
#E04124 (or 0xE04124) is known color: Cinnabar. HEX triplet: E0, 41 and 24. RGB value is (224,65,36). Sum of RGB (Red+Green+Blue) = 224+65+36=325 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.92% from 325); Green value is 65 (25.78% from 255 or 20% from 325); Blue value is 36 (14.45% from 255 or 11.08% from 325); Max value from RGB is 224 - color contains mainly: red. Hex color #E04124 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04124 is #1FBEDB. Grayscale: #6D6D6D. Windows color (decimal): -2080476 or 2376160. OLE color: 2376160.
HSL color Cylindrical-coordinate representation of color #E04124: hue angle of 9.26º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E04124 is Cyan = 0, Magento = 0.71, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 65 | 36 | - |
| CMYK | 0 | 0.71 | 0.84 | 0.12 |
| HSL | 9.26º | 0.75% | 0.51% | - |
| HSV(B) | 9.26º | 0.84% | 0.88% | - |
| XYZ | 32.95 | 19.76 | 3.75 | - |
| YUV | 109.24 | 86.68 | 209.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 65 | 36 | 0 | 0.71 | 0.84 | 0.12 | 9.26 | 0.75 | 0.51 |
| Hex | E0 | 41 | 24 | 0 | 47 | 54 | C | 9 | 4B | 33 |
| Octal | 340 | 101 | 44 | 0 | 107 | 124 | 14 | 11 | 113 | 63 |
| Binary | 11100000 | 1000001 | 100100 | 0 | 1000111 | 1010100 | 1100 | 1001 | 1001011 | 110011 |
Color Harmonies of #E04124
Complementary color
Monochromatic Colors of #E04124
Black with #E04124
Text Example
Text Example
White with #E04124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04124; }
p { color: rgb(224,65,36); }
H1.HeaderClassName
{
color: #E04124;
}
.AnyTagClassName
{
color: #E04124;
}
</style>
background-color css
<style>
a { background-color: #E04124; }
a { background-color: rgb(224,65,36); }
div.DivClassName
{
background-color: #E04124;
}
.BgClassName
{
background-color: #E04124;
}
</style>
border-color css
<style>
span { border-color: #E04124; }
span { border-color: rgb(224,65,36); }
td.TdClassName
{
border-color: #E04124;
}
.TagClassName
{
border-color: #E04124;
}
</style>