Shades of Cinnabar #E9553C
Tints of Cinnabar #E9553C
RGB
CMYK
RGB Variations
Color information
#E9553C (or 0xE9553C) is known color: Cinnabar. HEX triplet: E9, 55 and 3C. RGB value is (233,85,60). Sum of RGB (Red+Green+Blue) = 233+85+60=378 (50% of max value = 765). Red value is 233 (91.41% from 255 or 61.64% from 378); Green value is 85 (33.59% from 255 or 22.49% from 378); Blue value is 60 (23.83% from 255 or 15.87% from 378); Max value from RGB is 233 - color contains mainly: red. Hex color #E9553C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E9553C is #16AAC3. Grayscale: #7E7E7E. Windows color (decimal): -1485508 or 3954153. OLE color: 3954153.
HSL color Cylindrical-coordinate representation of color #E9553C: hue angle of 8.67º 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 #E9553C is Cyan = 0, Magento = 0.64, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 85 | 60 | - |
| CMYK | 0 | 0.64 | 0.74 | 0.09 |
| HSL | 8.67º | 0.8% | 0.57% | - |
| HSV(B) | 8.67º | 0.74% | 0.91% | - |
| XYZ | 37.67 | 24.15 | 6.95 | - |
| YUV | 126.4 | 90.53 | 204.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 85 | 60 | 0 | 0.64 | 0.74 | 0.09 | 8.67 | 0.8 | 0.57 |
| Hex | E9 | 55 | 3C | 0 | 40 | 4A | 9 | 9 | 50 | 39 |
| Octal | 351 | 125 | 74 | 0 | 100 | 112 | 11 | 11 | 120 | 71 |
| Binary | 11101001 | 1010101 | 111100 | 0 | 1000000 | 1001010 | 1001 | 1001 | 1010000 | 111001 |
Color Harmonies of #E9553C
Complementary color
Monochromatic Colors of #E9553C
Black with #E9553C
Text Example
Text Example
White with #E9553C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9553C; }
p { color: rgb(233,85,60); }
H1.HeaderClassName
{
color: #E9553C;
}
.AnyTagClassName
{
color: #E9553C;
}
</style>
background-color css
<style>
a { background-color: #E9553C; }
a { background-color: rgb(233,85,60); }
div.DivClassName
{
background-color: #E9553C;
}
.BgClassName
{
background-color: #E9553C;
}
</style>
border-color css
<style>
span { border-color: #E9553C; }
span { border-color: rgb(233,85,60); }
td.TdClassName
{
border-color: #E9553C;
}
.TagClassName
{
border-color: #E9553C;
}
</style>