Shades of Cinnabar #E9552A
Tints of Cinnabar #E9552A
RGB
CMYK
RGB Variations
Color information
#E9552A (or 0xE9552A) is known color: Cinnabar. HEX triplet: E9, 55 and 2A. RGB value is (233,85,42). Sum of RGB (Red+Green+Blue) = 233+85+42=360 (47% of max value = 765). Red value is 233 (91.41% from 255 or 64.72% from 360); Green value is 85 (33.59% from 255 or 23.61% from 360); Blue value is 42 (16.80% from 255 or 11.67% from 360); Max value from RGB is 233 - color contains mainly: red. Hex color #E9552A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E9552A is #16AAD5. Grayscale: #7C7C7C. Windows color (decimal): -1485526 or 2774505. OLE color: 2774505.
HSL color Cylindrical-coordinate representation of color #E9552A: hue angle of 13.51º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E9552A is Cyan = 0, Magento = 0.64, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 85 | 42 | - |
| CMYK | 0 | 0.64 | 0.82 | 0.09 |
| HSL | 13.51º | 0.81% | 0.54% | - |
| HSV(B) | 13.51º | 0.82% | 0.91% | - |
| XYZ | 37.27 | 23.99 | 4.86 | - |
| YUV | 124.35 | 81.53 | 205.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 85 | 42 | 0 | 0.64 | 0.82 | 0.09 | 13.51 | 0.81 | 0.54 |
| Hex | E9 | 55 | 2A | 0 | 40 | 52 | 9 | E | 51 | 36 |
| Octal | 351 | 125 | 52 | 0 | 100 | 122 | 11 | 16 | 121 | 66 |
| Binary | 11101001 | 1010101 | 101010 | 0 | 1000000 | 1010010 | 1001 | 1110 | 1010001 | 110110 |
Color Harmonies of #E9552A
Complementary color
Monochromatic Colors of #E9552A
Black with #E9552A
Text Example
Text Example
White with #E9552A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9552A; }
p { color: rgb(233,85,42); }
H1.HeaderClassName
{
color: #E9552A;
}
.AnyTagClassName
{
color: #E9552A;
}
</style>
background-color css
<style>
a { background-color: #E9552A; }
a { background-color: rgb(233,85,42); }
div.DivClassName
{
background-color: #E9552A;
}
.BgClassName
{
background-color: #E9552A;
}
</style>
border-color css
<style>
span { border-color: #E9552A; }
span { border-color: rgb(233,85,42); }
td.TdClassName
{
border-color: #E9552A;
}
.TagClassName
{
border-color: #E9552A;
}
</style>