Shades of Cinnabar #E95124
Tints of Cinnabar #E95124
RGB
CMYK
RGB Variations
Color information
#E95124 (or 0xE95124) is known color: Cinnabar. HEX triplet: E9, 51 and 24. RGB value is (233,81,36). Sum of RGB (Red+Green+Blue) = 233+81+36=350 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.57% from 350); Green value is 81 (32.03% from 255 or 23.14% from 350); Blue value is 36 (14.45% from 255 or 10.29% from 350); Max value from RGB is 233 - color contains mainly: red. Hex color #E95124 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E95124 is #16AEDB. Grayscale: #797979. Windows color (decimal): -1486556 or 2380265. OLE color: 2380265.
HSL color Cylindrical-coordinate representation of color #E95124: hue angle of 13.71º 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 #E95124 is Cyan = 0, Magento = 0.65, Yellow = 0.85 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 81 | 36 | - |
| CMYK | 0 | 0.65 | 0.85 | 0.09 |
| HSL | 13.71º | 0.82% | 0.53% | - |
| HSV(B) | 13.71º | 0.85% | 0.91% | - |
| XYZ | 36.87 | 23.34 | 4.23 | - |
| YUV | 121.32 | 79.86 | 207.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 81 | 36 | 0 | 0.65 | 0.85 | 0.09 | 13.71 | 0.82 | 0.53 |
| Hex | E9 | 51 | 24 | 0 | 41 | 55 | 9 | E | 52 | 35 |
| Octal | 351 | 121 | 44 | 0 | 101 | 125 | 11 | 16 | 122 | 65 |
| Binary | 11101001 | 1010001 | 100100 | 0 | 1000001 | 1010101 | 1001 | 1110 | 1010010 | 110101 |
Color Harmonies of #E95124
Complementary color
Monochromatic Colors of #E95124
Black with #E95124
Text Example
Text Example
White with #E95124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95124; }
p { color: rgb(233,81,36); }
H1.HeaderClassName
{
color: #E95124;
}
.AnyTagClassName
{
color: #E95124;
}
</style>
background-color css
<style>
a { background-color: #E95124; }
a { background-color: rgb(233,81,36); }
div.DivClassName
{
background-color: #E95124;
}
.BgClassName
{
background-color: #E95124;
}
</style>
border-color css
<style>
span { border-color: #E95124; }
span { border-color: rgb(233,81,36); }
td.TdClassName
{
border-color: #E95124;
}
.TagClassName
{
border-color: #E95124;
}
</style>