Shades of Cinnabar #E54A36
Tints of Cinnabar #E54A36
RGB
CMYK
RGB Variations
Color information
#E54A36 (or 0xE54A36) is known color: Cinnabar. HEX triplet: E5, 4A and 36. RGB value is (229,74,54). Sum of RGB (Red+Green+Blue) = 229+74+54=357 (47% of max value = 765). Red value is 229 (89.84% from 255 or 64.15% from 357); Green value is 74 (29.30% from 255 or 20.73% from 357); Blue value is 54 (21.48% from 255 or 15.13% from 357); Max value from RGB is 229 - color contains mainly: red. Hex color #E54A36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E54A36 is #1AB5C9. Grayscale: #767676. Windows color (decimal): -1750474 or 3558117. OLE color: 3558117.
HSL color Cylindrical-coordinate representation of color #E54A36: hue angle of 6.86º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E54A36 is Cyan = 0, Magento = 0.68, Yellow = 0.76 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 74 | 54 | - |
| CMYK | 0 | 0.68 | 0.76 | 0.10 |
| HSL | 6.86º | 0.77% | 0.55% | - |
| HSV(B) | 6.86º | 0.76% | 0.9% | - |
| XYZ | 35.43 | 21.82 | 5.83 | - |
| YUV | 118.07 | 91.85 | 207.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 74 | 54 | 0 | 0.68 | 0.76 | 0.10 | 6.86 | 0.77 | 0.55 |
| Hex | E5 | 4A | 36 | 0 | 44 | 4C | A | 7 | 4D | 37 |
| Octal | 345 | 112 | 66 | 0 | 104 | 114 | 12 | 7 | 115 | 67 |
| Binary | 11100101 | 1001010 | 110110 | 0 | 1000100 | 1001100 | 1010 | 111 | 1001101 | 110111 |
Color Harmonies of #E54A36
Complementary color
Monochromatic Colors of #E54A36
Black with #E54A36
Text Example
Text Example
White with #E54A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54A36; }
p { color: rgb(229,74,54); }
H1.HeaderClassName
{
color: #E54A36;
}
.AnyTagClassName
{
color: #E54A36;
}
</style>
background-color css
<style>
a { background-color: #E54A36; }
a { background-color: rgb(229,74,54); }
div.DivClassName
{
background-color: #E54A36;
}
.BgClassName
{
background-color: #E54A36;
}
</style>
border-color css
<style>
span { border-color: #E54A36; }
span { border-color: rgb(229,74,54); }
td.TdClassName
{
border-color: #E54A36;
}
.TagClassName
{
border-color: #E54A36;
}
</style>