Shades of Cinnabar #E2542F
Tints of Cinnabar #E2542F
RGB
CMYK
RGB Variations
Color information
#E2542F (or 0xE2542F) is known color: Cinnabar. HEX triplet: E2, 54 and 2F. RGB value is (226,84,47). Sum of RGB (Red+Green+Blue) = 226+84+47=357 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.31% from 357); Green value is 84 (33.20% from 255 or 23.53% from 357); Blue value is 47 (18.75% from 255 or 13.17% from 357); Max value from RGB is 226 - color contains mainly: red. Hex color #E2542F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2542F is #1DABD0. Grayscale: #7A7A7A. Windows color (decimal): -1944529 or 3101922. OLE color: 3101922.
HSL color Cylindrical-coordinate representation of color #E2542F: hue angle of 12.4º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E2542F is Cyan = 0, Magento = 0.63, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 84 | 47 | - |
| CMYK | 0 | 0.63 | 0.79 | 0.11 |
| HSL | 12.4º | 0.76% | 0.54% | - |
| HSV(B) | 12.4º | 0.79% | 0.89% | - |
| XYZ | 35.05 | 22.71 | 5.23 | - |
| YUV | 122.24 | 85.54 | 202.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 84 | 47 | 0 | 0.63 | 0.79 | 0.11 | 12.4 | 0.76 | 0.54 |
| Hex | E2 | 54 | 2F | 0 | 3F | 4F | B | C | 4C | 36 |
| Octal | 342 | 124 | 57 | 0 | 77 | 117 | 13 | 14 | 114 | 66 |
| Binary | 11100010 | 1010100 | 101111 | 0 | 111111 | 1001111 | 1011 | 1100 | 1001100 | 110110 |
Color Harmonies of #E2542F
Complementary color
Monochromatic Colors of #E2542F
Black with #E2542F
Text Example
Text Example
White with #E2542F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2542F; }
p { color: rgb(226,84,47); }
H1.HeaderClassName
{
color: #E2542F;
}
.AnyTagClassName
{
color: #E2542F;
}
</style>
background-color css
<style>
a { background-color: #E2542F; }
a { background-color: rgb(226,84,47); }
div.DivClassName
{
background-color: #E2542F;
}
.BgClassName
{
background-color: #E2542F;
}
</style>
border-color css
<style>
span { border-color: #E2542F; }
span { border-color: rgb(226,84,47); }
td.TdClassName
{
border-color: #E2542F;
}
.TagClassName
{
border-color: #E2542F;
}
</style>