Shades of Cinnabar #E04039
Tints of Cinnabar #E04039
RGB
CMYK
RGB Variations
Color information
#E04039 (or 0xE04039) is known color: Cinnabar. HEX triplet: E0, 40 and 39. RGB value is (224,64,57). Sum of RGB (Red+Green+Blue) = 224+64+57=345 (45% of max value = 765). Red value is 224 (87.89% from 255 or 64.93% from 345); Green value is 64 (25.39% from 255 or 18.55% from 345); Blue value is 57 (22.66% from 255 or 16.52% from 345); Max value from RGB is 224 - color contains mainly: red. Hex color #E04039 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04039 is #1FBFC6. Grayscale: #6F6F6F. Windows color (decimal): -2080711 or 3752160. OLE color: 3752160.
HSL color Cylindrical-coordinate representation of color #E04039: hue angle of 2.51º 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 #E04039 is Cyan = 0, Magento = 0.71, Yellow = 0.75 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 64 | 57 | - |
| CMYK | 0 | 0.71 | 0.75 | 0.12 |
| HSL | 2.51º | 0.73% | 0.55% | - |
| HSV(B) | 2.51º | 0.75% | 0.88% | - |
| XYZ | 33.31 | 19.81 | 5.94 | - |
| YUV | 111.04 | 97.51 | 208.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 64 | 57 | 0 | 0.71 | 0.75 | 0.12 | 2.51 | 0.73 | 0.55 |
| Hex | E0 | 40 | 39 | 0 | 47 | 4B | C | 3 | 49 | 37 |
| Octal | 340 | 100 | 71 | 0 | 107 | 113 | 14 | 3 | 111 | 67 |
| Binary | 11100000 | 1000000 | 111001 | 0 | 1000111 | 1001011 | 1100 | 11 | 1001001 | 110111 |
Color Harmonies of #E04039
Complementary color
Monochromatic Colors of #E04039
Black with #E04039
Text Example
Text Example
White with #E04039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04039; }
p { color: rgb(224,64,57); }
H1.HeaderClassName
{
color: #E04039;
}
.AnyTagClassName
{
color: #E04039;
}
</style>
background-color css
<style>
a { background-color: #E04039; }
a { background-color: rgb(224,64,57); }
div.DivClassName
{
background-color: #E04039;
}
.BgClassName
{
background-color: #E04039;
}
</style>
border-color css
<style>
span { border-color: #E04039; }
span { border-color: rgb(224,64,57); }
td.TdClassName
{
border-color: #E04039;
}
.TagClassName
{
border-color: #E04039;
}
</style>