Shades of Cinnabar #E94124
Tints of Cinnabar #E94124
RGB
CMYK
RGB Variations
Color information
#E94124 (or 0xE94124) is known color: Cinnabar. HEX triplet: E9, 41 and 24. RGB value is (233,65,36). Sum of RGB (Red+Green+Blue) = 233+65+36=334 (44% of max value = 765). Red value is 233 (91.41% from 255 or 69.76% from 334); Green value is 65 (25.78% from 255 or 19.46% from 334); Blue value is 36 (14.45% from 255 or 10.78% from 334); Max value from RGB is 233 - color contains mainly: red. Hex color #E94124 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E94124 is #16BEDB. Grayscale: #707070. Windows color (decimal): -1490652 or 2376169. OLE color: 2376169.
HSL color Cylindrical-coordinate representation of color #E94124: hue angle of 8.83º 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 #E94124 is Cyan = 0, Magento = 0.72, Yellow = 0.85 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 65 | 36 | - |
| CMYK | 0 | 0.72 | 0.85 | 0.09 |
| HSL | 8.83º | 0.82% | 0.53% | - |
| HSV(B) | 8.83º | 0.85% | 0.91% | - |
| XYZ | 35.81 | 21.23 | 3.88 | - |
| YUV | 111.93 | 85.16 | 214.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 65 | 36 | 0 | 0.72 | 0.85 | 0.09 | 8.83 | 0.82 | 0.53 |
| Hex | E9 | 41 | 24 | 0 | 48 | 55 | 9 | 9 | 52 | 35 |
| Octal | 351 | 101 | 44 | 0 | 110 | 125 | 11 | 11 | 122 | 65 |
| Binary | 11101001 | 1000001 | 100100 | 0 | 1001000 | 1010101 | 1001 | 1001 | 1010010 | 110101 |
Color Harmonies of #E94124
Complementary color
Monochromatic Colors of #E94124
Black with #E94124
Text Example
Text Example
White with #E94124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94124; }
p { color: rgb(233,65,36); }
H1.HeaderClassName
{
color: #E94124;
}
.AnyTagClassName
{
color: #E94124;
}
</style>
background-color css
<style>
a { background-color: #E94124; }
a { background-color: rgb(233,65,36); }
div.DivClassName
{
background-color: #E94124;
}
.BgClassName
{
background-color: #E94124;
}
</style>
border-color css
<style>
span { border-color: #E94124; }
span { border-color: rgb(233,65,36); }
td.TdClassName
{
border-color: #E94124;
}
.TagClassName
{
border-color: #E94124;
}
</style>