Shades of Cinnabar #E9502B
Tints of Cinnabar #E9502B
RGB
CMYK
RGB Variations
Color information
#E9502B (or 0xE9502B) is known color: Cinnabar. HEX triplet: E9, 50 and 2B. RGB value is (233,80,43). Sum of RGB (Red+Green+Blue) = 233+80+43=356 (47% of max value = 765). Red value is 233 (91.41% from 255 or 65.45% from 356); Green value is 80 (31.64% from 255 or 22.47% from 356); Blue value is 43 (17.19% from 255 or 12.08% from 356); Max value from RGB is 233 - color contains mainly: red. Hex color #E9502B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E9502B is #16AFD4. Grayscale: #797979. Windows color (decimal): -1486805 or 2838761. OLE color: 2838761.
HSL color Cylindrical-coordinate representation of color #E9502B: hue angle of 11.68º 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 #E9502B is Cyan = 0, Magento = 0.66, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 80 | 43 | - |
| CMYK | 0 | 0.66 | 0.82 | 0.09 |
| HSL | 11.68º | 0.81% | 0.54% | - |
| HSV(B) | 11.68º | 0.82% | 0.91% | - |
| XYZ | 36.91 | 23.24 | 4.83 | - |
| YUV | 121.53 | 83.69 | 207.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 80 | 43 | 0 | 0.66 | 0.82 | 0.09 | 11.68 | 0.81 | 0.54 |
| Hex | E9 | 50 | 2B | 0 | 42 | 52 | 9 | C | 51 | 36 |
| Octal | 351 | 120 | 53 | 0 | 102 | 122 | 11 | 14 | 121 | 66 |
| Binary | 11101001 | 1010000 | 101011 | 0 | 1000010 | 1010010 | 1001 | 1100 | 1010001 | 110110 |
Color Harmonies of #E9502B
Complementary color
Monochromatic Colors of #E9502B
Black with #E9502B
Text Example
Text Example
White with #E9502B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9502B; }
p { color: rgb(233,80,43); }
H1.HeaderClassName
{
color: #E9502B;
}
.AnyTagClassName
{
color: #E9502B;
}
</style>
background-color css
<style>
a { background-color: #E9502B; }
a { background-color: rgb(233,80,43); }
div.DivClassName
{
background-color: #E9502B;
}
.BgClassName
{
background-color: #E9502B;
}
</style>
border-color css
<style>
span { border-color: #E9502B; }
span { border-color: rgb(233,80,43); }
td.TdClassName
{
border-color: #E9502B;
}
.TagClassName
{
border-color: #E9502B;
}
</style>