Shades of Cinnabar #E94518
Tints of Cinnabar #E94518
RGB
CMYK
RGB Variations
Color information
#E94518 (or 0xE94518) is known color: Cinnabar. HEX triplet: E9, 45 and 18. RGB value is (233,69,24). Sum of RGB (Red+Green+Blue) = 233+69+24=326 (43% of max value = 765). Red value is 233 (91.41% from 255 or 71.47% from 326); Green value is 69 (27.34% from 255 or 21.17% from 326); Blue value is 24 (9.77% from 255 or 7.36% from 326); Max value from RGB is 233 - color contains mainly: red. Hex color #E94518 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E94518 is #16BAE7. Grayscale: #717171. Windows color (decimal): -1489640 or 1590761. OLE color: 1590761.
HSL color Cylindrical-coordinate representation of color #E94518: hue angle of 12.92º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E94518 is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 69 | 24 | - |
| CMYK | 0 | 0.70 | 0.90 | 0.09 |
| HSL | 12.92º | 0.83% | 0.5% | - |
| HSV(B) | 12.92º | 0.9% | 0.91% | - |
| XYZ | 35.9 | 21.65 | 3.15 | - |
| YUV | 112.91 | 77.83 | 213.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 69 | 24 | 0 | 0.70 | 0.90 | 0.09 | 12.92 | 0.83 | 0.5 |
| Hex | E9 | 45 | 18 | 0 | 46 | 5A | 9 | D | 53 | 32 |
| Octal | 351 | 105 | 30 | 0 | 106 | 132 | 11 | 15 | 123 | 62 |
| Binary | 11101001 | 1000101 | 11000 | 0 | 1000110 | 1011010 | 1001 | 1101 | 1010011 | 110010 |
Color Harmonies of #E94518
Complementary color
Monochromatic Colors of #E94518
Black with #E94518
Text Example
Text Example
White with #E94518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94518; }
p { color: rgb(233,69,24); }
H1.HeaderClassName
{
color: #E94518;
}
.AnyTagClassName
{
color: #E94518;
}
</style>
background-color css
<style>
a { background-color: #E94518; }
a { background-color: rgb(233,69,24); }
div.DivClassName
{
background-color: #E94518;
}
.BgClassName
{
background-color: #E94518;
}
</style>
border-color css
<style>
span { border-color: #E94518; }
span { border-color: rgb(233,69,24); }
td.TdClassName
{
border-color: #E94518;
}
.TagClassName
{
border-color: #E94518;
}
</style>