Shades of Cinnabar #E9523C
Tints of Cinnabar #E9523C
RGB
CMYK
RGB Variations
Color information
#E9523C (or 0xE9523C) is known color: Cinnabar. HEX triplet: E9, 52 and 3C. RGB value is (233,82,60). Sum of RGB (Red+Green+Blue) = 233+82+60=375 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.13% from 375); Green value is 82 (32.42% from 255 or 21.87% from 375); Blue value is 60 (23.83% from 255 or 16% from 375); Max value from RGB is 233 - color contains mainly: red. Hex color #E9523C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E9523C is #16ADC3. Grayscale: #7C7C7C. Windows color (decimal): -1486276 or 3953385. OLE color: 3953385.
HSL color Cylindrical-coordinate representation of color #E9523C: hue angle of 7.63º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E9523C is Cyan = 0, Magento = 0.65, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 82 | 60 | - |
| CMYK | 0 | 0.65 | 0.74 | 0.09 |
| HSL | 7.63º | 0.8% | 0.57% | - |
| HSV(B) | 7.63º | 0.74% | 0.91% | - |
| XYZ | 37.44 | 23.68 | 6.87 | - |
| YUV | 124.64 | 91.53 | 205.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 82 | 60 | 0 | 0.65 | 0.74 | 0.09 | 7.63 | 0.8 | 0.57 |
| Hex | E9 | 52 | 3C | 0 | 41 | 4A | 9 | 8 | 50 | 39 |
| Octal | 351 | 122 | 74 | 0 | 101 | 112 | 11 | 10 | 120 | 71 |
| Binary | 11101001 | 1010010 | 111100 | 0 | 1000001 | 1001010 | 1001 | 1000 | 1010000 | 111001 |
Color Harmonies of #E9523C
Complementary color
Monochromatic Colors of #E9523C
Black with #E9523C
Text Example
Text Example
White with #E9523C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9523C; }
p { color: rgb(233,82,60); }
H1.HeaderClassName
{
color: #E9523C;
}
.AnyTagClassName
{
color: #E9523C;
}
</style>
background-color css
<style>
a { background-color: #E9523C; }
a { background-color: rgb(233,82,60); }
div.DivClassName
{
background-color: #E9523C;
}
.BgClassName
{
background-color: #E9523C;
}
</style>
border-color css
<style>
span { border-color: #E9523C; }
span { border-color: rgb(233,82,60); }
td.TdClassName
{
border-color: #E9523C;
}
.TagClassName
{
border-color: #E9523C;
}
</style>