Shades of Cinnabar #E54E2A
Tints of Cinnabar #E54E2A
RGB
CMYK
RGB Variations
Color information
#E54E2A (or 0xE54E2A) is known color: Cinnabar. HEX triplet: E5, 4E and 2A. RGB value is (229,78,42). Sum of RGB (Red+Green+Blue) = 229+78+42=349 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.62% from 349); Green value is 78 (30.86% from 255 or 22.35% from 349); Blue value is 42 (16.80% from 255 or 12.03% from 349); Max value from RGB is 229 - color contains mainly: red. Hex color #E54E2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E54E2A is #1AB1D5. Grayscale: #777777. Windows color (decimal): -1749462 or 2772709. OLE color: 2772709.
HSL color Cylindrical-coordinate representation of color #E54E2A: hue angle of 11.55º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E54E2A is Cyan = 0, Magento = 0.66, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 78 | 42 | - |
| CMYK | 0 | 0.66 | 0.82 | 0.10 |
| HSL | 11.55º | 0.78% | 0.53% | - |
| HSV(B) | 11.55º | 0.82% | 0.9% | - |
| XYZ | 35.46 | 22.27 | 4.62 | - |
| YUV | 119.05 | 84.53 | 206.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 78 | 42 | 0 | 0.66 | 0.82 | 0.10 | 11.55 | 0.78 | 0.53 |
| Hex | E5 | 4E | 2A | 0 | 42 | 52 | A | C | 4E | 35 |
| Octal | 345 | 116 | 52 | 0 | 102 | 122 | 12 | 14 | 116 | 65 |
| Binary | 11100101 | 1001110 | 101010 | 0 | 1000010 | 1010010 | 1010 | 1100 | 1001110 | 110101 |
Color Harmonies of #E54E2A
Complementary color
Monochromatic Colors of #E54E2A
Black with #E54E2A
Text Example
Text Example
White with #E54E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54E2A; }
p { color: rgb(229,78,42); }
H1.HeaderClassName
{
color: #E54E2A;
}
.AnyTagClassName
{
color: #E54E2A;
}
</style>
background-color css
<style>
a { background-color: #E54E2A; }
a { background-color: rgb(229,78,42); }
div.DivClassName
{
background-color: #E54E2A;
}
.BgClassName
{
background-color: #E54E2A;
}
</style>
border-color css
<style>
span { border-color: #E54E2A; }
span { border-color: rgb(229,78,42); }
td.TdClassName
{
border-color: #E54E2A;
}
.TagClassName
{
border-color: #E54E2A;
}
</style>