Shades of Cinnabar #E54A39
Tints of Cinnabar #E54A39
RGB
CMYK
RGB Variations
Color information
#E54A39 (or 0xE54A39) is known color: Cinnabar. HEX triplet: E5, 4A and 39. RGB value is (229,74,57). Sum of RGB (Red+Green+Blue) = 229+74+57=360 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.61% from 360); Green value is 74 (29.30% from 255 or 20.56% from 360); Blue value is 57 (22.66% from 255 or 15.83% from 360); Max value from RGB is 229 - color contains mainly: red. Hex color #E54A39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E54A39 is #1AB5C6. Grayscale: #767676. Windows color (decimal): -1750471 or 3754725. OLE color: 3754725.
HSL color Cylindrical-coordinate representation of color #E54A39: hue angle of 5.93º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E54A39 is Cyan = 0, Magento = 0.68, Yellow = 0.75 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 74 | 57 | - |
| CMYK | 0 | 0.68 | 0.75 | 0.10 |
| HSL | 5.93º | 0.77% | 0.56% | - |
| HSV(B) | 5.93º | 0.75% | 0.9% | - |
| XYZ | 35.5 | 21.85 | 6.22 | - |
| YUV | 118.41 | 93.35 | 206.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 74 | 57 | 0 | 0.68 | 0.75 | 0.10 | 5.93 | 0.77 | 0.56 |
| Hex | E5 | 4A | 39 | 0 | 44 | 4B | A | 6 | 4D | 38 |
| Octal | 345 | 112 | 71 | 0 | 104 | 113 | 12 | 6 | 115 | 70 |
| Binary | 11100101 | 1001010 | 111001 | 0 | 1000100 | 1001011 | 1010 | 110 | 1001101 | 111000 |
Color Harmonies of #E54A39
Complementary color
Monochromatic Colors of #E54A39
Black with #E54A39
Text Example
Text Example
White with #E54A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54A39; }
p { color: rgb(229,74,57); }
H1.HeaderClassName
{
color: #E54A39;
}
.AnyTagClassName
{
color: #E54A39;
}
</style>
background-color css
<style>
a { background-color: #E54A39; }
a { background-color: rgb(229,74,57); }
div.DivClassName
{
background-color: #E54A39;
}
.BgClassName
{
background-color: #E54A39;
}
</style>
border-color css
<style>
span { border-color: #E54A39; }
span { border-color: rgb(229,74,57); }
td.TdClassName
{
border-color: #E54A39;
}
.TagClassName
{
border-color: #E54A39;
}
</style>