Shades of Cinnabar #E9523D
Tints of Cinnabar #E9523D
RGB
CMYK
RGB Variations
Color information
#E9523D (or 0xE9523D) is known color: Cinnabar. HEX triplet: E9, 52 and 3D. RGB value is (233,82,61). Sum of RGB (Red+Green+Blue) = 233+82+61=376 (49% of max value = 765). Red value is 233 (91.41% from 255 or 61.97% from 376); Green value is 82 (32.42% from 255 or 21.81% from 376); Blue value is 61 (24.22% from 255 or 16.22% from 376); Max value from RGB is 233 - color contains mainly: red. Hex color #E9523D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E9523D is #16ADC2. Grayscale: #7C7C7C. Windows color (decimal): -1486275 or 4018921. OLE color: 4018921.
HSL color Cylindrical-coordinate representation of color #E9523D: hue angle of 7.33º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E9523D is Cyan = 0, Magento = 0.65, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 82 | 61 | - |
| CMYK | 0 | 0.65 | 0.74 | 0.09 |
| HSL | 7.33º | 0.8% | 0.58% | - |
| HSV(B) | 7.33º | 0.74% | 0.91% | - |
| XYZ | 37.46 | 23.7 | 7.01 | - |
| YUV | 124.76 | 92.03 | 205.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 82 | 61 | 0 | 0.65 | 0.74 | 0.09 | 7.33 | 0.8 | 0.58 |
| Hex | E9 | 52 | 3D | 0 | 41 | 4A | 9 | 7 | 50 | 3A |
| Octal | 351 | 122 | 75 | 0 | 101 | 112 | 11 | 7 | 120 | 72 |
| Binary | 11101001 | 1010010 | 111101 | 0 | 1000001 | 1001010 | 1001 | 111 | 1010000 | 111010 |
Color Harmonies of #E9523D
Complementary color
Monochromatic Colors of #E9523D
Black with #E9523D
Text Example
Text Example
White with #E9523D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9523D; }
p { color: rgb(233,82,61); }
H1.HeaderClassName
{
color: #E9523D;
}
.AnyTagClassName
{
color: #E9523D;
}
</style>
background-color css
<style>
a { background-color: #E9523D; }
a { background-color: rgb(233,82,61); }
div.DivClassName
{
background-color: #E9523D;
}
.BgClassName
{
background-color: #E9523D;
}
</style>
border-color css
<style>
span { border-color: #E9523D; }
span { border-color: rgb(233,82,61); }
td.TdClassName
{
border-color: #E9523D;
}
.TagClassName
{
border-color: #E9523D;
}
</style>