Shades of Cinnabar #E9542B
Tints of Cinnabar #E9542B
RGB
CMYK
RGB Variations
Color information
#E9542B (or 0xE9542B) is known color: Cinnabar. HEX triplet: E9, 54 and 2B. RGB value is (233,84,43). Sum of RGB (Red+Green+Blue) = 233+84+43=360 (47% of max value = 765). Red value is 233 (91.41% from 255 or 64.72% from 360); Green value is 84 (33.20% from 255 or 23.33% from 360); Blue value is 43 (17.19% from 255 or 11.94% from 360); Max value from RGB is 233 - color contains mainly: red. Hex color #E9542B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E9542B is #16ABD4. Grayscale: #7C7C7C. Windows color (decimal): -1485781 or 2839785. OLE color: 2839785.
HSL color Cylindrical-coordinate representation of color #E9542B: hue angle of 12.95º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E9542B is Cyan = 0, Magento = 0.64, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 84 | 43 | - |
| CMYK | 0 | 0.64 | 0.82 | 0.09 |
| HSL | 12.95º | 0.81% | 0.54% | - |
| HSV(B) | 12.95º | 0.82% | 0.91% | - |
| XYZ | 37.21 | 23.84 | 4.93 | - |
| YUV | 123.88 | 82.36 | 205.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 84 | 43 | 0 | 0.64 | 0.82 | 0.09 | 12.95 | 0.81 | 0.54 |
| Hex | E9 | 54 | 2B | 0 | 40 | 52 | 9 | D | 51 | 36 |
| Octal | 351 | 124 | 53 | 0 | 100 | 122 | 11 | 15 | 121 | 66 |
| Binary | 11101001 | 1010100 | 101011 | 0 | 1000000 | 1010010 | 1001 | 1101 | 1010001 | 110110 |
Color Harmonies of #E9542B
Complementary color
Monochromatic Colors of #E9542B
Black with #E9542B
Text Example
Text Example
White with #E9542B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9542B; }
p { color: rgb(233,84,43); }
H1.HeaderClassName
{
color: #E9542B;
}
.AnyTagClassName
{
color: #E9542B;
}
</style>
background-color css
<style>
a { background-color: #E9542B; }
a { background-color: rgb(233,84,43); }
div.DivClassName
{
background-color: #E9542B;
}
.BgClassName
{
background-color: #E9542B;
}
</style>
border-color css
<style>
span { border-color: #E9542B; }
span { border-color: rgb(233,84,43); }
td.TdClassName
{
border-color: #E9542B;
}
.TagClassName
{
border-color: #E9542B;
}
</style>