Shades of Cinnabar #E04F39
Tints of Cinnabar #E04F39
RGB
CMYK
RGB Variations
Color information
#E04F39 (or 0xE04F39) is known color: Cinnabar. HEX triplet: E0, 4F and 39. RGB value is (224,79,57). Sum of RGB (Red+Green+Blue) = 224+79+57=360 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.22% from 360); Green value is 79 (31.25% from 255 or 21.94% from 360); Blue value is 57 (22.66% from 255 or 15.83% from 360); Max value from RGB is 224 - color contains mainly: red. Hex color #E04F39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E04F39 is #1FB0C6. Grayscale: #787878. Windows color (decimal): -2076871 or 3756000. OLE color: 3756000.
HSL color Cylindrical-coordinate representation of color #E04F39: hue angle of 7.9º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E04F39 is Cyan = 0, Magento = 0.65, Yellow = 0.75 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 79 | 57 | - |
| CMYK | 0 | 0.65 | 0.75 | 0.12 |
| HSL | 7.9º | 0.73% | 0.55% | - |
| HSV(B) | 7.9º | 0.75% | 0.88% | - |
| XYZ | 34.27 | 21.73 | 6.26 | - |
| YUV | 119.85 | 92.54 | 202.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 79 | 57 | 0 | 0.65 | 0.75 | 0.12 | 7.9 | 0.73 | 0.55 |
| Hex | E0 | 4F | 39 | 0 | 41 | 4B | C | 8 | 49 | 37 |
| Octal | 340 | 117 | 71 | 0 | 101 | 113 | 14 | 10 | 111 | 67 |
| Binary | 11100000 | 1001111 | 111001 | 0 | 1000001 | 1001011 | 1100 | 1000 | 1001001 | 110111 |
Color Harmonies of #E04F39
Complementary color
Monochromatic Colors of #E04F39
Black with #E04F39
Text Example
Text Example
White with #E04F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04F39; }
p { color: rgb(224,79,57); }
H1.HeaderClassName
{
color: #E04F39;
}
.AnyTagClassName
{
color: #E04F39;
}
</style>
background-color css
<style>
a { background-color: #E04F39; }
a { background-color: rgb(224,79,57); }
div.DivClassName
{
background-color: #E04F39;
}
.BgClassName
{
background-color: #E04F39;
}
</style>
border-color css
<style>
span { border-color: #E04F39; }
span { border-color: rgb(224,79,57); }
td.TdClassName
{
border-color: #E04F39;
}
.TagClassName
{
border-color: #E04F39;
}
</style>