Shades of Cinnabar #E04C31
Tints of Cinnabar #E04C31
RGB
CMYK
RGB Variations
Color information
#E04C31 (or 0xE04C31) is known color: Cinnabar. HEX triplet: E0, 4C and 31. RGB value is (224,76,49). Sum of RGB (Red+Green+Blue) = 224+76+49=349 (46% of max value = 765). Red value is 224 (87.89% from 255 or 64.18% from 349); Green value is 76 (30.08% from 255 or 21.78% from 349); Blue value is 49 (19.53% from 255 or 14.04% from 349); Max value from RGB is 224 - color contains mainly: red. Hex color #E04C31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04C31 is #1FB3CE. Grayscale: #757575. Windows color (decimal): -2077647 or 3230944. OLE color: 3230944.
HSL color Cylindrical-coordinate representation of color #E04C31: hue angle of 9.26º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E04C31 is Cyan = 0, Magento = 0.66, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 76 | 49 | - |
| CMYK | 0 | 0.66 | 0.78 | 0.12 |
| HSL | 9.26º | 0.74% | 0.54% | - |
| HSV(B) | 9.26º | 0.78% | 0.88% | - |
| XYZ | 33.88 | 21.24 | 5.22 | - |
| YUV | 117.17 | 89.53 | 204.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 76 | 49 | 0 | 0.66 | 0.78 | 0.12 | 9.26 | 0.74 | 0.54 |
| Hex | E0 | 4C | 31 | 0 | 42 | 4E | C | 9 | 4A | 36 |
| Octal | 340 | 114 | 61 | 0 | 102 | 116 | 14 | 11 | 112 | 66 |
| Binary | 11100000 | 1001100 | 110001 | 0 | 1000010 | 1001110 | 1100 | 1001 | 1001010 | 110110 |
Color Harmonies of #E04C31
Complementary color
Monochromatic Colors of #E04C31
Black with #E04C31
Text Example
Text Example
White with #E04C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04C31; }
p { color: rgb(224,76,49); }
H1.HeaderClassName
{
color: #E04C31;
}
.AnyTagClassName
{
color: #E04C31;
}
</style>
background-color css
<style>
a { background-color: #E04C31; }
a { background-color: rgb(224,76,49); }
div.DivClassName
{
background-color: #E04C31;
}
.BgClassName
{
background-color: #E04C31;
}
</style>
border-color css
<style>
span { border-color: #E04C31; }
span { border-color: rgb(224,76,49); }
td.TdClassName
{
border-color: #E04C31;
}
.TagClassName
{
border-color: #E04C31;
}
</style>