Shades of Cinnabar #E9523A
Tints of Cinnabar #E9523A
RGB
CMYK
RGB Variations
Color information
#E9523A (or 0xE9523A) is known color: Cinnabar. HEX triplet: E9, 52 and 3A. RGB value is (233,82,58). Sum of RGB (Red+Green+Blue) = 233+82+58=373 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.47% from 373); Green value is 82 (32.42% from 255 or 21.98% from 373); Blue value is 58 (23.05% from 255 or 15.55% from 373); Max value from RGB is 233 - color contains mainly: red. Hex color #E9523A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E9523A is #16ADC5. Grayscale: #7C7C7C. Windows color (decimal): -1486278 or 3822313. OLE color: 3822313.
HSL color Cylindrical-coordinate representation of color #E9523A: hue angle of 8.23º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E9523A is Cyan = 0, Magento = 0.65, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 82 | 58 | - |
| CMYK | 0 | 0.65 | 0.75 | 0.09 |
| HSL | 8.23º | 0.8% | 0.57% | - |
| HSV(B) | 8.23º | 0.75% | 0.91% | - |
| XYZ | 37.39 | 23.66 | 6.6 | - |
| YUV | 124.41 | 90.53 | 205.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 82 | 58 | 0 | 0.65 | 0.75 | 0.09 | 8.23 | 0.8 | 0.57 |
| Hex | E9 | 52 | 3A | 0 | 41 | 4B | 9 | 8 | 50 | 39 |
| Octal | 351 | 122 | 72 | 0 | 101 | 113 | 11 | 10 | 120 | 71 |
| Binary | 11101001 | 1010010 | 111010 | 0 | 1000001 | 1001011 | 1001 | 1000 | 1010000 | 111001 |
Color Harmonies of #E9523A
Complementary color
Monochromatic Colors of #E9523A
Black with #E9523A
Text Example
Text Example
White with #E9523A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9523A; }
p { color: rgb(233,82,58); }
H1.HeaderClassName
{
color: #E9523A;
}
.AnyTagClassName
{
color: #E9523A;
}
</style>
background-color css
<style>
a { background-color: #E9523A; }
a { background-color: rgb(233,82,58); }
div.DivClassName
{
background-color: #E9523A;
}
.BgClassName
{
background-color: #E9523A;
}
</style>
border-color css
<style>
span { border-color: #E9523A; }
span { border-color: rgb(233,82,58); }
td.TdClassName
{
border-color: #E9523A;
}
.TagClassName
{
border-color: #E9523A;
}
</style>