Shades of Cinnabar #E04C40
Tints of Cinnabar #E04C40
RGB
CMYK
RGB Variations
Color information
#E04C40 (or 0xE04C40) is known color: Cinnabar. HEX triplet: E0, 4C and 40. RGB value is (224,76,64). Sum of RGB (Red+Green+Blue) = 224+76+64=364 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.54% from 364); Green value is 76 (30.08% from 255 or 20.88% from 364); Blue value is 64 (25.39% from 255 or 17.58% from 364); Max value from RGB is 224 - color contains mainly: red. Hex color #E04C40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04C40 is #1FB3BF. Grayscale: #777777. Windows color (decimal): -2077632 or 4213984. OLE color: 4213984.
HSL color Cylindrical-coordinate representation of color #E04C40: hue angle of 4.5º 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 #E04C40 is Cyan = 0, Magento = 0.66, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 76 | 64 | - |
| CMYK | 0 | 0.66 | 0.71 | 0.12 |
| HSL | 4.5º | 0.72% | 0.56% | - |
| HSV(B) | 4.5º | 0.71% | 0.88% | - |
| XYZ | 34.25 | 21.39 | 7.17 | - |
| YUV | 118.88 | 97.03 | 202.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 76 | 64 | 0 | 0.66 | 0.71 | 0.12 | 4.5 | 0.72 | 0.56 |
| Hex | E0 | 4C | 40 | 0 | 42 | 47 | C | 4 | 48 | 38 |
| Octal | 340 | 114 | 100 | 0 | 102 | 107 | 14 | 4 | 110 | 70 |
| Binary | 11100000 | 1001100 | 1000000 | 0 | 1000010 | 1000111 | 1100 | 100 | 1001000 | 111000 |
Color Harmonies of #E04C40
Complementary color
Monochromatic Colors of #E04C40
Black with #E04C40
Text Example
Text Example
White with #E04C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04C40; }
p { color: rgb(224,76,64); }
H1.HeaderClassName
{
color: #E04C40;
}
.AnyTagClassName
{
color: #E04C40;
}
</style>
background-color css
<style>
a { background-color: #E04C40; }
a { background-color: rgb(224,76,64); }
div.DivClassName
{
background-color: #E04C40;
}
.BgClassName
{
background-color: #E04C40;
}
</style>
border-color css
<style>
span { border-color: #E04C40; }
span { border-color: rgb(224,76,64); }
td.TdClassName
{
border-color: #E04C40;
}
.TagClassName
{
border-color: #E04C40;
}
</style>