Shades of Cinnabar #E9362B
Tints of Cinnabar #E9362B
RGB
CMYK
RGB Variations
Color information
#E9362B (or 0xE9362B) is known color: Cinnabar. HEX triplet: E9, 36 and 2B. RGB value is (233,54,43). Sum of RGB (Red+Green+Blue) = 233+54+43=330 (43% of max value = 765). Red value is 233 (91.41% from 255 or 70.61% from 330); Green value is 54 (21.48% from 255 or 16.36% from 330); Blue value is 43 (17.19% from 255 or 13.03% from 330); Max value from RGB is 233 - color contains mainly: red. Hex color #E9362B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9362B is #16C9D4. Grayscale: #6A6A6A. Windows color (decimal): -1493461 or 2832105. OLE color: 2832105.
HSL color Cylindrical-coordinate representation of color #E9362B: hue angle of 3.47º 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 #E9362B is Cyan = 0, Magento = 0.77, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 54 | 43 | - |
| CMYK | 0 | 0.77 | 0.82 | 0.09 |
| HSL | 3.47º | 0.81% | 0.54% | - |
| HSV(B) | 3.47º | 0.82% | 0.91% | - |
| XYZ | 35.36 | 20.14 | 4.31 | - |
| YUV | 106.27 | 92.3 | 218.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 54 | 43 | 0 | 0.77 | 0.82 | 0.09 | 3.47 | 0.81 | 0.54 |
| Hex | E9 | 36 | 2B | 0 | 4D | 52 | 9 | 3 | 51 | 36 |
| Octal | 351 | 66 | 53 | 0 | 115 | 122 | 11 | 3 | 121 | 66 |
| Binary | 11101001 | 110110 | 101011 | 0 | 1001101 | 1010010 | 1001 | 11 | 1010001 | 110110 |
Color Harmonies of #E9362B
Complementary color
Monochromatic Colors of #E9362B
Black with #E9362B
Text Example
Text Example
White with #E9362B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9362B; }
p { color: rgb(233,54,43); }
H1.HeaderClassName
{
color: #E9362B;
}
.AnyTagClassName
{
color: #E9362B;
}
</style>
background-color css
<style>
a { background-color: #E9362B; }
a { background-color: rgb(233,54,43); }
div.DivClassName
{
background-color: #E9362B;
}
.BgClassName
{
background-color: #E9362B;
}
</style>
border-color css
<style>
span { border-color: #E9362B; }
span { border-color: rgb(233,54,43); }
td.TdClassName
{
border-color: #E9362B;
}
.TagClassName
{
border-color: #E9362B;
}
</style>