Shades of Cinnabar #E94322
Tints of Cinnabar #E94322
RGB
CMYK
RGB Variations
Color information
#E94322 (or 0xE94322) is known color: Cinnabar. HEX triplet: E9, 43 and 22. RGB value is (233,67,34). Sum of RGB (Red+Green+Blue) = 233+67+34=334 (44% of max value = 765). Red value is 233 (91.41% from 255 or 69.76% from 334); Green value is 67 (26.56% from 255 or 20.06% from 334); Blue value is 34 (13.67% from 255 or 10.18% from 334); Max value from RGB is 233 - color contains mainly: red. Hex color #E94322 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E94322 is #16BCDD. Grayscale: #717171. Windows color (decimal): -1490142 or 2245609. OLE color: 2245609.
HSL color Cylindrical-coordinate representation of color #E94322: hue angle of 9.95º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E94322 is Cyan = 0, Magento = 0.71, Yellow = 0.85 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 67 | 34 | - |
| CMYK | 0 | 0.71 | 0.85 | 0.09 |
| HSL | 9.95º | 0.82% | 0.52% | - |
| HSV(B) | 9.95º | 0.85% | 0.91% | - |
| XYZ | 35.9 | 21.45 | 3.76 | - |
| YUV | 112.87 | 83.5 | 213.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 67 | 34 | 0 | 0.71 | 0.85 | 0.09 | 9.95 | 0.82 | 0.52 |
| Hex | E9 | 43 | 22 | 0 | 47 | 55 | 9 | A | 52 | 34 |
| Octal | 351 | 103 | 42 | 0 | 107 | 125 | 11 | 12 | 122 | 64 |
| Binary | 11101001 | 1000011 | 100010 | 0 | 1000111 | 1010101 | 1001 | 1010 | 1010010 | 110100 |
Color Harmonies of #E94322
Complementary color
Monochromatic Colors of #E94322
Black with #E94322
Text Example
Text Example
White with #E94322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94322; }
p { color: rgb(233,67,34); }
H1.HeaderClassName
{
color: #E94322;
}
.AnyTagClassName
{
color: #E94322;
}
</style>
background-color css
<style>
a { background-color: #E94322; }
a { background-color: rgb(233,67,34); }
div.DivClassName
{
background-color: #E94322;
}
.BgClassName
{
background-color: #E94322;
}
</style>
border-color css
<style>
span { border-color: #E94322; }
span { border-color: rgb(233,67,34); }
td.TdClassName
{
border-color: #E94322;
}
.TagClassName
{
border-color: #E94322;
}
</style>