Shades of Cinnabar #E9502F
Tints of Cinnabar #E9502F
RGB
CMYK
RGB Variations
Color information
#E9502F (or 0xE9502F) is known color: Cinnabar. HEX triplet: E9, 50 and 2F. RGB value is (233,80,47). Sum of RGB (Red+Green+Blue) = 233+80+47=360 (47% of max value = 765). Red value is 233 (91.41% from 255 or 64.72% from 360); Green value is 80 (31.64% from 255 or 22.22% from 360); Blue value is 47 (18.75% from 255 or 13.06% from 360); Max value from RGB is 233 - color contains mainly: red. Hex color #E9502F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E9502F is #16AFD0. Grayscale: #7A7A7A. Windows color (decimal): -1486801 or 3100905. OLE color: 3100905.
HSL color Cylindrical-coordinate representation of color #E9502F: hue angle of 10.65º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E9502F is Cyan = 0, Magento = 0.66, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 80 | 47 | - |
| CMYK | 0 | 0.66 | 0.80 | 0.09 |
| HSL | 10.65º | 0.81% | 0.55% | - |
| HSV(B) | 10.65º | 0.8% | 0.91% | - |
| XYZ | 36.99 | 23.27 | 5.23 | - |
| YUV | 121.99 | 85.69 | 207.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 80 | 47 | 0 | 0.66 | 0.80 | 0.09 | 10.65 | 0.81 | 0.55 |
| Hex | E9 | 50 | 2F | 0 | 42 | 50 | 9 | B | 51 | 37 |
| Octal | 351 | 120 | 57 | 0 | 102 | 120 | 11 | 13 | 121 | 67 |
| Binary | 11101001 | 1010000 | 101111 | 0 | 1000010 | 1010000 | 1001 | 1011 | 1010001 | 110111 |
Color Harmonies of #E9502F
Complementary color
Monochromatic Colors of #E9502F
Black with #E9502F
Text Example
Text Example
White with #E9502F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9502F; }
p { color: rgb(233,80,47); }
H1.HeaderClassName
{
color: #E9502F;
}
.AnyTagClassName
{
color: #E9502F;
}
</style>
background-color css
<style>
a { background-color: #E9502F; }
a { background-color: rgb(233,80,47); }
div.DivClassName
{
background-color: #E9502F;
}
.BgClassName
{
background-color: #E9502F;
}
</style>
border-color css
<style>
span { border-color: #E9502F; }
span { border-color: rgb(233,80,47); }
td.TdClassName
{
border-color: #E9502F;
}
.TagClassName
{
border-color: #E9502F;
}
</style>