Shades of Cinnabar #E54C31
Tints of Cinnabar #E54C31
RGB
CMYK
RGB Variations
Color information
#E54C31 (or 0xE54C31) is known color: Cinnabar. HEX triplet: E5, 4C and 31. RGB value is (229,76,49). Sum of RGB (Red+Green+Blue) = 229+76+49=354 (46% of max value = 765). Red value is 229 (89.84% from 255 or 64.69% from 354); Green value is 76 (30.08% from 255 or 21.47% from 354); Blue value is 49 (19.53% from 255 or 13.84% from 354); Max value from RGB is 229 - color contains mainly: red. Hex color #E54C31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E54C31 is #1AB3CE. Grayscale: #767676. Windows color (decimal): -1749967 or 3230949. OLE color: 3230949.
HSL color Cylindrical-coordinate representation of color #E54C31: hue angle of 9º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E54C31 is Cyan = 0, Magento = 0.67, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 76 | 49 | - |
| CMYK | 0 | 0.67 | 0.79 | 0.10 |
| HSL | 9º | 0.78% | 0.55% | - |
| HSV(B) | 9º | 0.79% | 0.9% | - |
| XYZ | 35.45 | 22.05 | 5.29 | - |
| YUV | 118.67 | 88.69 | 206.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 76 | 49 | 0 | 0.67 | 0.79 | 0.10 | 9 | 0.78 | 0.55 |
| Hex | E5 | 4C | 31 | 0 | 43 | 4F | A | 9 | 4E | 37 |
| Octal | 345 | 114 | 61 | 0 | 103 | 117 | 12 | 11 | 116 | 67 |
| Binary | 11100101 | 1001100 | 110001 | 0 | 1000011 | 1001111 | 1010 | 1001 | 1001110 | 110111 |
Color Harmonies of #E54C31
Complementary color
Monochromatic Colors of #E54C31
Black with #E54C31
Text Example
Text Example
White with #E54C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54C31; }
p { color: rgb(229,76,49); }
H1.HeaderClassName
{
color: #E54C31;
}
.AnyTagClassName
{
color: #E54C31;
}
</style>
background-color css
<style>
a { background-color: #E54C31; }
a { background-color: rgb(229,76,49); }
div.DivClassName
{
background-color: #E54C31;
}
.BgClassName
{
background-color: #E54C31;
}
</style>
border-color css
<style>
span { border-color: #E54C31; }
span { border-color: rgb(229,76,49); }
td.TdClassName
{
border-color: #E54C31;
}
.TagClassName
{
border-color: #E54C31;
}
</style>