Shades of Cinnabar #E54A37
Tints of Cinnabar #E54A37
RGB
CMYK
RGB Variations
Color information
#E54A37 (or 0xE54A37) is known color: Cinnabar. HEX triplet: E5, 4A and 37. RGB value is (229,74,55). Sum of RGB (Red+Green+Blue) = 229+74+55=358 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.97% from 358); Green value is 74 (29.30% from 255 or 20.67% from 358); Blue value is 55 (21.88% from 255 or 15.36% from 358); Max value from RGB is 229 - color contains mainly: red. Hex color #E54A37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E54A37 is #1AB5C8. Grayscale: #767676. Windows color (decimal): -1750473 or 3623653. OLE color: 3623653.
HSL color Cylindrical-coordinate representation of color #E54A37: hue angle of 6.55º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E54A37 is Cyan = 0, Magento = 0.68, Yellow = 0.76 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 74 | 55 | - |
| CMYK | 0 | 0.68 | 0.76 | 0.10 |
| HSL | 6.55º | 0.77% | 0.56% | - |
| HSV(B) | 6.55º | 0.76% | 0.9% | - |
| XYZ | 35.45 | 21.83 | 5.96 | - |
| YUV | 118.18 | 92.35 | 207.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 74 | 55 | 0 | 0.68 | 0.76 | 0.10 | 6.55 | 0.77 | 0.56 |
| Hex | E5 | 4A | 37 | 0 | 44 | 4C | A | 7 | 4D | 38 |
| Octal | 345 | 112 | 67 | 0 | 104 | 114 | 12 | 7 | 115 | 70 |
| Binary | 11100101 | 1001010 | 110111 | 0 | 1000100 | 1001100 | 1010 | 111 | 1001101 | 111000 |
Color Harmonies of #E54A37
Complementary color
Monochromatic Colors of #E54A37
Black with #E54A37
Text Example
Text Example
White with #E54A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54A37; }
p { color: rgb(229,74,55); }
H1.HeaderClassName
{
color: #E54A37;
}
.AnyTagClassName
{
color: #E54A37;
}
</style>
background-color css
<style>
a { background-color: #E54A37; }
a { background-color: rgb(229,74,55); }
div.DivClassName
{
background-color: #E54A37;
}
.BgClassName
{
background-color: #E54A37;
}
</style>
border-color css
<style>
span { border-color: #E54A37; }
span { border-color: rgb(229,74,55); }
td.TdClassName
{
border-color: #E54A37;
}
.TagClassName
{
border-color: #E54A37;
}
</style>