Shades of Cinnabar #E94224
Tints of Cinnabar #E94224
RGB
CMYK
RGB Variations
Color information
#E94224 (or 0xE94224) is known color: Cinnabar. HEX triplet: E9, 42 and 24. RGB value is (233,66,36). Sum of RGB (Red+Green+Blue) = 233+66+36=335 (44% of max value = 765). Red value is 233 (91.41% from 255 or 69.55% from 335); Green value is 66 (26.17% from 255 or 19.70% from 335); Blue value is 36 (14.45% from 255 or 10.75% from 335); Max value from RGB is 233 - color contains mainly: red. Hex color #E94224 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E94224 is #16BDDB. Grayscale: #707070. Windows color (decimal): -1490396 or 2376425. OLE color: 2376425.
HSL color Cylindrical-coordinate representation of color #E94224: hue angle of 9.14º 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 #E94224 is Cyan = 0, Magento = 0.72, Yellow = 0.85 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 66 | 36 | - |
| CMYK | 0 | 0.72 | 0.85 | 0.09 |
| HSL | 9.14º | 0.82% | 0.53% | - |
| HSV(B) | 9.14º | 0.85% | 0.91% | - |
| XYZ | 35.87 | 21.35 | 3.9 | - |
| YUV | 112.51 | 84.83 | 213.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 66 | 36 | 0 | 0.72 | 0.85 | 0.09 | 9.14 | 0.82 | 0.53 |
| Hex | E9 | 42 | 24 | 0 | 48 | 55 | 9 | 9 | 52 | 35 |
| Octal | 351 | 102 | 44 | 0 | 110 | 125 | 11 | 11 | 122 | 65 |
| Binary | 11101001 | 1000010 | 100100 | 0 | 1001000 | 1010101 | 1001 | 1001 | 1010010 | 110101 |
Color Harmonies of #E94224
Complementary color
Monochromatic Colors of #E94224
Black with #E94224
Text Example
Text Example
White with #E94224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94224; }
p { color: rgb(233,66,36); }
H1.HeaderClassName
{
color: #E94224;
}
.AnyTagClassName
{
color: #E94224;
}
</style>
background-color css
<style>
a { background-color: #E94224; }
a { background-color: rgb(233,66,36); }
div.DivClassName
{
background-color: #E94224;
}
.BgClassName
{
background-color: #E94224;
}
</style>
border-color css
<style>
span { border-color: #E94224; }
span { border-color: rgb(233,66,36); }
td.TdClassName
{
border-color: #E94224;
}
.TagClassName
{
border-color: #E94224;
}
</style>