Shades of Cinnabar #E04C36
Tints of Cinnabar #E04C36
RGB
CMYK
RGB Variations
Color information
#E04C36 (or 0xE04C36) is known color: Cinnabar. HEX triplet: E0, 4C and 36. RGB value is (224,76,54). Sum of RGB (Red+Green+Blue) = 224+76+54=354 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.28% from 354); Green value is 76 (30.08% from 255 or 21.47% from 354); Blue value is 54 (21.48% from 255 or 15.25% from 354); Max value from RGB is 224 - color contains mainly: red. Hex color #E04C36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04C36 is #1FB3C9. Grayscale: #757575. Windows color (decimal): -2077642 or 3558624. OLE color: 3558624.
HSL color Cylindrical-coordinate representation of color #E04C36: hue angle of 7.76º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E04C36 is Cyan = 0, Magento = 0.66, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 76 | 54 | - |
| CMYK | 0 | 0.66 | 0.76 | 0.12 |
| HSL | 7.76º | 0.73% | 0.55% | - |
| HSV(B) | 7.76º | 0.76% | 0.88% | - |
| XYZ | 33.99 | 21.28 | 5.81 | - |
| YUV | 117.74 | 92.03 | 203.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 76 | 54 | 0 | 0.66 | 0.76 | 0.12 | 7.76 | 0.73 | 0.55 |
| Hex | E0 | 4C | 36 | 0 | 42 | 4C | C | 8 | 49 | 37 |
| Octal | 340 | 114 | 66 | 0 | 102 | 114 | 14 | 10 | 111 | 67 |
| Binary | 11100000 | 1001100 | 110110 | 0 | 1000010 | 1001100 | 1100 | 1000 | 1001001 | 110111 |
Color Harmonies of #E04C36
Complementary color
Monochromatic Colors of #E04C36
Black with #E04C36
Text Example
Text Example
White with #E04C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04C36; }
p { color: rgb(224,76,54); }
H1.HeaderClassName
{
color: #E04C36;
}
.AnyTagClassName
{
color: #E04C36;
}
</style>
background-color css
<style>
a { background-color: #E04C36; }
a { background-color: rgb(224,76,54); }
div.DivClassName
{
background-color: #E04C36;
}
.BgClassName
{
background-color: #E04C36;
}
</style>
border-color css
<style>
span { border-color: #E04C36; }
span { border-color: rgb(224,76,54); }
td.TdClassName
{
border-color: #E04C36;
}
.TagClassName
{
border-color: #E04C36;
}
</style>