Shades of Cinnabar #E9503E
Tints of Cinnabar #E9503E
RGB
CMYK
RGB Variations
Color information
#E9503E (or 0xE9503E) is known color: Cinnabar. HEX triplet: E9, 50 and 3E. RGB value is (233,80,62). Sum of RGB (Red+Green+Blue) = 233+80+62=375 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.13% from 375); Green value is 80 (31.64% from 255 or 21.33% from 375); Blue value is 62 (24.61% from 255 or 16.53% from 375); Max value from RGB is 233 - color contains mainly: red. Hex color #E9503E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E9503E is #16AFC1. Grayscale: #7B7B7B. Windows color (decimal): -1486786 or 4083945. OLE color: 4083945.
HSL color Cylindrical-coordinate representation of color #E9503E: hue angle of 6.32º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E9503E is Cyan = 0, Magento = 0.66, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 80 | 62 | - |
| CMYK | 0 | 0.66 | 0.73 | 0.09 |
| HSL | 6.32º | 0.8% | 0.58% | - |
| HSV(B) | 6.32º | 0.73% | 0.91% | - |
| XYZ | 37.34 | 23.41 | 7.11 | - |
| YUV | 123.7 | 93.19 | 205.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 80 | 62 | 0 | 0.66 | 0.73 | 0.09 | 6.32 | 0.8 | 0.58 |
| Hex | E9 | 50 | 3E | 0 | 42 | 49 | 9 | 6 | 50 | 3A |
| Octal | 351 | 120 | 76 | 0 | 102 | 111 | 11 | 6 | 120 | 72 |
| Binary | 11101001 | 1010000 | 111110 | 0 | 1000010 | 1001001 | 1001 | 110 | 1010000 | 111010 |
Color Harmonies of #E9503E
Complementary color
Monochromatic Colors of #E9503E
Black with #E9503E
Text Example
Text Example
White with #E9503E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9503E; }
p { color: rgb(233,80,62); }
H1.HeaderClassName
{
color: #E9503E;
}
.AnyTagClassName
{
color: #E9503E;
}
</style>
background-color css
<style>
a { background-color: #E9503E; }
a { background-color: rgb(233,80,62); }
div.DivClassName
{
background-color: #E9503E;
}
.BgClassName
{
background-color: #E9503E;
}
</style>
border-color css
<style>
span { border-color: #E9503E; }
span { border-color: rgb(233,80,62); }
td.TdClassName
{
border-color: #E9503E;
}
.TagClassName
{
border-color: #E9503E;
}
</style>