Shades of Cinnabar #E94422
Tints of Cinnabar #E94422
RGB
CMYK
RGB Variations
Color information
#E94422 (or 0xE94422) is known color: Cinnabar. HEX triplet: E9, 44 and 22. RGB value is (233,68,34). Sum of RGB (Red+Green+Blue) = 233+68+34=335 (44% of max value = 765). Red value is 233 (91.41% from 255 or 69.55% from 335); Green value is 68 (26.95% from 255 or 20.30% from 335); Blue value is 34 (13.67% from 255 or 10.15% from 335); Max value from RGB is 233 - color contains mainly: red. Hex color #E94422 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E94422 is #16BBDD. Grayscale: #717171. Windows color (decimal): -1489886 or 2245865. OLE color: 2245865.
HSL color Cylindrical-coordinate representation of color #E94422: hue angle of 10.25º 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 #E94422 is Cyan = 0, Magento = 0.71, Yellow = 0.85 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 68 | 34 | - |
| CMYK | 0 | 0.71 | 0.85 | 0.09 |
| HSL | 10.25º | 0.82% | 0.52% | - |
| HSV(B) | 10.25º | 0.85% | 0.91% | - |
| XYZ | 35.96 | 21.57 | 3.78 | - |
| YUV | 113.46 | 83.16 | 213.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 68 | 34 | 0 | 0.71 | 0.85 | 0.09 | 10.25 | 0.82 | 0.52 |
| Hex | E9 | 44 | 22 | 0 | 47 | 55 | 9 | A | 52 | 34 |
| Octal | 351 | 104 | 42 | 0 | 107 | 125 | 11 | 12 | 122 | 64 |
| Binary | 11101001 | 1000100 | 100010 | 0 | 1000111 | 1010101 | 1001 | 1010 | 1010010 | 110100 |
Color Harmonies of #E94422
Complementary color
Monochromatic Colors of #E94422
Black with #E94422
Text Example
Text Example
White with #E94422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94422; }
p { color: rgb(233,68,34); }
H1.HeaderClassName
{
color: #E94422;
}
.AnyTagClassName
{
color: #E94422;
}
</style>
background-color css
<style>
a { background-color: #E94422; }
a { background-color: rgb(233,68,34); }
div.DivClassName
{
background-color: #E94422;
}
.BgClassName
{
background-color: #E94422;
}
</style>
border-color css
<style>
span { border-color: #E94422; }
span { border-color: rgb(233,68,34); }
td.TdClassName
{
border-color: #E94422;
}
.TagClassName
{
border-color: #E94422;
}
</style>