Shades of Cinnabar #E94324
Tints of Cinnabar #E94324
RGB
CMYK
RGB Variations
Color information
#E94324 (or 0xE94324) is known color: Cinnabar. HEX triplet: E9, 43 and 24. RGB value is (233,67,36). Sum of RGB (Red+Green+Blue) = 233+67+36=336 (44% of max value = 765). Red value is 233 (91.41% from 255 or 69.35% from 336); Green value is 67 (26.56% from 255 or 19.94% from 336); Blue value is 36 (14.45% from 255 or 10.71% from 336); Max value from RGB is 233 - color contains mainly: red. Hex color #E94324 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E94324 is #16BCDB. Grayscale: #717171. Windows color (decimal): -1490140 or 2376681. OLE color: 2376681.
HSL color Cylindrical-coordinate representation of color #E94324: hue angle of 9.44º 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 #E94324 is Cyan = 0, Magento = 0.71, Yellow = 0.85 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 67 | 36 | - |
| CMYK | 0 | 0.71 | 0.85 | 0.09 |
| HSL | 9.44º | 0.82% | 0.53% | - |
| HSV(B) | 9.44º | 0.85% | 0.91% | - |
| XYZ | 35.93 | 21.47 | 3.92 | - |
| YUV | 113.1 | 84.5 | 213.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 67 | 36 | 0 | 0.71 | 0.85 | 0.09 | 9.44 | 0.82 | 0.53 |
| Hex | E9 | 43 | 24 | 0 | 47 | 55 | 9 | 9 | 52 | 35 |
| Octal | 351 | 103 | 44 | 0 | 107 | 125 | 11 | 11 | 122 | 65 |
| Binary | 11101001 | 1000011 | 100100 | 0 | 1000111 | 1010101 | 1001 | 1001 | 1010010 | 110101 |
Color Harmonies of #E94324
Complementary color
Monochromatic Colors of #E94324
Black with #E94324
Text Example
Text Example
White with #E94324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94324; }
p { color: rgb(233,67,36); }
H1.HeaderClassName
{
color: #E94324;
}
.AnyTagClassName
{
color: #E94324;
}
</style>
background-color css
<style>
a { background-color: #E94324; }
a { background-color: rgb(233,67,36); }
div.DivClassName
{
background-color: #E94324;
}
.BgClassName
{
background-color: #E94324;
}
</style>
border-color css
<style>
span { border-color: #E94324; }
span { border-color: rgb(233,67,36); }
td.TdClassName
{
border-color: #E94324;
}
.TagClassName
{
border-color: #E94324;
}
</style>