Shades of Cinnabar #E95524
Tints of Cinnabar #E95524
RGB
CMYK
RGB Variations
Color information
#E95524 (or 0xE95524) is known color: Cinnabar. HEX triplet: E9, 55 and 24. RGB value is (233,85,36). Sum of RGB (Red+Green+Blue) = 233+85+36=354 (46% of max value = 765). Red value is 233 (91.41% from 255 or 65.82% from 354); Green value is 85 (33.59% from 255 or 24.01% from 354); Blue value is 36 (14.45% from 255 or 10.17% from 354); Max value from RGB is 233 - color contains mainly: red. Hex color #E95524 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E95524 is #16AADB. Grayscale: #7C7C7C. Windows color (decimal): -1485532 or 2381289. OLE color: 2381289.
HSL color Cylindrical-coordinate representation of color #E95524: hue angle of 14.92º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E95524 is Cyan = 0, Magento = 0.64, Yellow = 0.85 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 85 | 36 | - |
| CMYK | 0 | 0.64 | 0.85 | 0.09 |
| HSL | 14.92º | 0.82% | 0.53% | - |
| HSV(B) | 14.92º | 0.85% | 0.91% | - |
| XYZ | 37.17 | 23.95 | 4.33 | - |
| YUV | 123.67 | 78.53 | 205.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 85 | 36 | 0 | 0.64 | 0.85 | 0.09 | 14.92 | 0.82 | 0.53 |
| Hex | E9 | 55 | 24 | 0 | 40 | 55 | 9 | F | 52 | 35 |
| Octal | 351 | 125 | 44 | 0 | 100 | 125 | 11 | 17 | 122 | 65 |
| Binary | 11101001 | 1010101 | 100100 | 0 | 1000000 | 1010101 | 1001 | 1111 | 1010010 | 110101 |
Color Harmonies of #E95524
Complementary color
Monochromatic Colors of #E95524
Black with #E95524
Text Example
Text Example
White with #E95524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95524; }
p { color: rgb(233,85,36); }
H1.HeaderClassName
{
color: #E95524;
}
.AnyTagClassName
{
color: #E95524;
}
</style>
background-color css
<style>
a { background-color: #E95524; }
a { background-color: rgb(233,85,36); }
div.DivClassName
{
background-color: #E95524;
}
.BgClassName
{
background-color: #E95524;
}
</style>
border-color css
<style>
span { border-color: #E95524; }
span { border-color: rgb(233,85,36); }
td.TdClassName
{
border-color: #E95524;
}
.TagClassName
{
border-color: #E95524;
}
</style>