Shades of Cinnabar #E54E2B
Tints of Cinnabar #E54E2B
RGB
CMYK
RGB Variations
Color information
#E54E2B (or 0xE54E2B) is known color: Cinnabar. HEX triplet: E5, 4E and 2B. RGB value is (229,78,43). Sum of RGB (Red+Green+Blue) = 229+78+43=350 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.43% from 350); Green value is 78 (30.86% from 255 or 22.29% from 350); Blue value is 43 (17.19% from 255 or 12.29% from 350); Max value from RGB is 229 - color contains mainly: red. Hex color #E54E2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E54E2B is #1AB1D4. Grayscale: #777777. Windows color (decimal): -1749461 or 2838245. OLE color: 2838245.
HSL color Cylindrical-coordinate representation of color #E54E2B: hue angle of 11.29º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E54E2B is Cyan = 0, Magento = 0.66, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 78 | 43 | - |
| CMYK | 0 | 0.66 | 0.81 | 0.10 |
| HSL | 11.29º | 0.78% | 0.53% | - |
| HSV(B) | 11.29º | 0.81% | 0.9% | - |
| XYZ | 35.47 | 22.28 | 4.72 | - |
| YUV | 119.16 | 85.03 | 206.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 78 | 43 | 0 | 0.66 | 0.81 | 0.10 | 11.29 | 0.78 | 0.53 |
| Hex | E5 | 4E | 2B | 0 | 42 | 51 | A | B | 4E | 35 |
| Octal | 345 | 116 | 53 | 0 | 102 | 121 | 12 | 13 | 116 | 65 |
| Binary | 11100101 | 1001110 | 101011 | 0 | 1000010 | 1010001 | 1010 | 1011 | 1001110 | 110101 |
Color Harmonies of #E54E2B
Complementary color
Monochromatic Colors of #E54E2B
Black with #E54E2B
Text Example
Text Example
White with #E54E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54E2B; }
p { color: rgb(229,78,43); }
H1.HeaderClassName
{
color: #E54E2B;
}
.AnyTagClassName
{
color: #E54E2B;
}
</style>
background-color css
<style>
a { background-color: #E54E2B; }
a { background-color: rgb(229,78,43); }
div.DivClassName
{
background-color: #E54E2B;
}
.BgClassName
{
background-color: #E54E2B;
}
</style>
border-color css
<style>
span { border-color: #E54E2B; }
span { border-color: rgb(229,78,43); }
td.TdClassName
{
border-color: #E54E2B;
}
.TagClassName
{
border-color: #E54E2B;
}
</style>