Shades of Cinnabar #E94024
Tints of Cinnabar #E94024
RGB
CMYK
RGB Variations
Color information
#E94024 (or 0xE94024) is known color: Cinnabar. HEX triplet: E9, 40 and 24. RGB value is (233,64,36). Sum of RGB (Red+Green+Blue) = 233+64+36=333 (44% of max value = 765). Red value is 233 (91.41% from 255 or 69.97% from 333); Green value is 64 (25.39% from 255 or 19.22% from 333); Blue value is 36 (14.45% from 255 or 10.81% from 333); Max value from RGB is 233 - color contains mainly: red. Hex color #E94024 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E94024 is #16BFDB. Grayscale: #6F6F6F. Windows color (decimal): -1490908 or 2375913. OLE color: 2375913.
HSL color Cylindrical-coordinate representation of color #E94024: hue angle of 8.53º 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 #E94024 is Cyan = 0, Magento = 0.73, Yellow = 0.85 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 64 | 36 | - |
| CMYK | 0 | 0.73 | 0.85 | 0.09 |
| HSL | 8.53º | 0.82% | 0.53% | - |
| HSV(B) | 8.53º | 0.85% | 0.91% | - |
| XYZ | 35.76 | 21.12 | 3.86 | - |
| YUV | 111.34 | 85.49 | 214.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 64 | 36 | 0 | 0.73 | 0.85 | 0.09 | 8.53 | 0.82 | 0.53 |
| Hex | E9 | 40 | 24 | 0 | 49 | 55 | 9 | 9 | 52 | 35 |
| Octal | 351 | 100 | 44 | 0 | 111 | 125 | 11 | 11 | 122 | 65 |
| Binary | 11101001 | 1000000 | 100100 | 0 | 1001001 | 1010101 | 1001 | 1001 | 1010010 | 110101 |
Color Harmonies of #E94024
Complementary color
Monochromatic Colors of #E94024
Black with #E94024
Text Example
Text Example
White with #E94024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94024; }
p { color: rgb(233,64,36); }
H1.HeaderClassName
{
color: #E94024;
}
.AnyTagClassName
{
color: #E94024;
}
</style>
background-color css
<style>
a { background-color: #E94024; }
a { background-color: rgb(233,64,36); }
div.DivClassName
{
background-color: #E94024;
}
.BgClassName
{
background-color: #E94024;
}
</style>
border-color css
<style>
span { border-color: #E94024; }
span { border-color: rgb(233,64,36); }
td.TdClassName
{
border-color: #E94024;
}
.TagClassName
{
border-color: #E94024;
}
</style>