Shades of Cinnabar #E04F40
Tints of Cinnabar #E04F40
RGB
CMYK
RGB Variations
Color information
#E04F40 (or 0xE04F40) is known color: Cinnabar. HEX triplet: E0, 4F and 40. RGB value is (224,79,64). Sum of RGB (Red+Green+Blue) = 224+79+64=367 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.04% from 367); Green value is 79 (31.25% from 255 or 21.53% from 367); Blue value is 64 (25.39% from 255 or 17.44% from 367); Max value from RGB is 224 - color contains mainly: red. Hex color #E04F40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E04F40 is #1FB0BF. Grayscale: #787878. Windows color (decimal): -2076864 or 4214752. OLE color: 4214752.
HSL color Cylindrical-coordinate representation of color #E04F40: hue angle of 5.62º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E04F40 is Cyan = 0, Magento = 0.65, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 79 | 64 | - |
| CMYK | 0 | 0.65 | 0.71 | 0.12 |
| HSL | 5.63º | 0.72% | 0.56% | - |
| HSV(B) | 5.63º | 0.71% | 0.88% | - |
| XYZ | 34.46 | 21.81 | 7.24 | - |
| YUV | 120.65 | 96.04 | 201.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 79 | 64 | 0 | 0.65 | 0.71 | 0.12 | 5.63 | 0.72 | 0.56 |
| Hex | E0 | 4F | 40 | 0 | 41 | 47 | C | 6 | 48 | 38 |
| Octal | 340 | 117 | 100 | 0 | 101 | 107 | 14 | 6 | 110 | 70 |
| Binary | 11100000 | 1001111 | 1000000 | 0 | 1000001 | 1000111 | 1100 | 110 | 1001000 | 111000 |
Color Harmonies of #E04F40
Complementary color
Monochromatic Colors of #E04F40
Black with #E04F40
Text Example
Text Example
White with #E04F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04F40; }
p { color: rgb(224,79,64); }
H1.HeaderClassName
{
color: #E04F40;
}
.AnyTagClassName
{
color: #E04F40;
}
</style>
background-color css
<style>
a { background-color: #E04F40; }
a { background-color: rgb(224,79,64); }
div.DivClassName
{
background-color: #E04F40;
}
.BgClassName
{
background-color: #E04F40;
}
</style>
border-color css
<style>
span { border-color: #E04F40; }
span { border-color: rgb(224,79,64); }
td.TdClassName
{
border-color: #E04F40;
}
.TagClassName
{
border-color: #E04F40;
}
</style>