Shades of Cinnabar #E54E41
Tints of Cinnabar #E54E41
RGB
CMYK
RGB Variations
Color information
#E54E41 (or 0xE54E41) is known color: Cinnabar. HEX triplet: E5, 4E and 41. RGB value is (229,78,65). Sum of RGB (Red+Green+Blue) = 229+78+65=372 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.56% from 372); Green value is 78 (30.86% from 255 or 20.97% from 372); Blue value is 65 (25.78% from 255 or 17.47% from 372); Max value from RGB is 229 - color contains mainly: red. Hex color #E54E41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E54E41 is #1AB1BE. Grayscale: #797979. Windows color (decimal): -1749439 or 4280037. OLE color: 4280037.
HSL color Cylindrical-coordinate representation of color #E54E41: hue angle of 4.76º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E54E41 is Cyan = 0, Magento = 0.66, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 78 | 65 | - |
| CMYK | 0 | 0.66 | 0.72 | 0.10 |
| HSL | 4.76º | 0.76% | 0.58% | - |
| HSV(B) | 4.76º | 0.72% | 0.9% | - |
| XYZ | 35.99 | 22.49 | 7.44 | - |
| YUV | 121.67 | 96.03 | 204.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 78 | 65 | 0 | 0.66 | 0.72 | 0.10 | 4.76 | 0.76 | 0.58 |
| Hex | E5 | 4E | 41 | 0 | 42 | 48 | A | 5 | 4C | 3A |
| Octal | 345 | 116 | 101 | 0 | 102 | 110 | 12 | 5 | 114 | 72 |
| Binary | 11100101 | 1001110 | 1000001 | 0 | 1000010 | 1001000 | 1010 | 101 | 1001100 | 111010 |
Color Harmonies of #E54E41
Complementary color
Monochromatic Colors of #E54E41
Black with #E54E41
Text Example
Text Example
White with #E54E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54E41; }
p { color: rgb(229,78,65); }
H1.HeaderClassName
{
color: #E54E41;
}
.AnyTagClassName
{
color: #E54E41;
}
</style>
background-color css
<style>
a { background-color: #E54E41; }
a { background-color: rgb(229,78,65); }
div.DivClassName
{
background-color: #E54E41;
}
.BgClassName
{
background-color: #E54E41;
}
</style>
border-color css
<style>
span { border-color: #E54E41; }
span { border-color: rgb(229,78,65); }
td.TdClassName
{
border-color: #E54E41;
}
.TagClassName
{
border-color: #E54E41;
}
</style>