Shades of Cinnabar #E75124
Tints of Cinnabar #E75124
RGB
CMYK
RGB Variations
Color information
#E75124 (or 0xE75124) is known color: Cinnabar. HEX triplet: E7, 51 and 24. RGB value is (231,81,36). Sum of RGB (Red+Green+Blue) = 231+81+36=348 (46% of max value = 765). Red value is 231 (90.62% from 255 or 66.38% from 348); Green value is 81 (32.03% from 255 or 23.28% from 348); Blue value is 36 (14.45% from 255 or 10.34% from 348); Max value from RGB is 231 - color contains mainly: red. Hex color #E75124 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E75124 is #18AEDB. Grayscale: #797979. Windows color (decimal): -1617628 or 2380263. OLE color: 2380263.
HSL color Cylindrical-coordinate representation of color #E75124: hue angle of 13.85º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E75124 is Cyan = 0, Magento = 0.65, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 81 | 36 | - |
| CMYK | 0 | 0.65 | 0.84 | 0.09 |
| HSL | 13.85º | 0.8% | 0.52% | - |
| HSV(B) | 13.85º | 0.84% | 0.91% | - |
| XYZ | 36.22 | 23 | 4.2 | - |
| YUV | 120.72 | 80.2 | 206.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 81 | 36 | 0 | 0.65 | 0.84 | 0.09 | 13.85 | 0.8 | 0.52 |
| Hex | E7 | 51 | 24 | 0 | 41 | 54 | 9 | E | 50 | 34 |
| Octal | 347 | 121 | 44 | 0 | 101 | 124 | 11 | 16 | 120 | 64 |
| Binary | 11100111 | 1010001 | 100100 | 0 | 1000001 | 1010100 | 1001 | 1110 | 1010000 | 110100 |
Color Harmonies of #E75124
Complementary color
Monochromatic Colors of #E75124
Black with #E75124
Text Example
Text Example
White with #E75124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75124; }
p { color: rgb(231,81,36); }
H1.HeaderClassName
{
color: #E75124;
}
.AnyTagClassName
{
color: #E75124;
}
</style>
background-color css
<style>
a { background-color: #E75124; }
a { background-color: rgb(231,81,36); }
div.DivClassName
{
background-color: #E75124;
}
.BgClassName
{
background-color: #E75124;
}
</style>
border-color css
<style>
span { border-color: #E75124; }
span { border-color: rgb(231,81,36); }
td.TdClassName
{
border-color: #E75124;
}
.TagClassName
{
border-color: #E75124;
}
</style>