Shades of Cinnabar #E94526
Tints of Cinnabar #E94526
RGB
CMYK
RGB Variations
Color information
#E94526 (or 0xE94526) is known color: Cinnabar. HEX triplet: E9, 45 and 26. RGB value is (233,69,38). Sum of RGB (Red+Green+Blue) = 233+69+38=340 (45% of max value = 765). Red value is 233 (91.41% from 255 or 68.53% from 340); Green value is 69 (27.34% from 255 or 20.29% from 340); Blue value is 38 (15.23% from 255 or 11.18% from 340); Max value from RGB is 233 - color contains mainly: red. Hex color #E94526 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E94526 is #16BAD9. Grayscale: #727272. Windows color (decimal): -1489626 or 2508265. OLE color: 2508265.
HSL color Cylindrical-coordinate representation of color #E94526: hue angle of 9.54º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E94526 is Cyan = 0, Magento = 0.70, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 69 | 38 | - |
| CMYK | 0 | 0.70 | 0.84 | 0.09 |
| HSL | 9.54º | 0.82% | 0.53% | - |
| HSV(B) | 9.54º | 0.84% | 0.91% | - |
| XYZ | 36.08 | 21.72 | 4.12 | - |
| YUV | 114.5 | 84.83 | 212.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 69 | 38 | 0 | 0.70 | 0.84 | 0.09 | 9.54 | 0.82 | 0.53 |
| Hex | E9 | 45 | 26 | 0 | 46 | 54 | 9 | A | 52 | 35 |
| Octal | 351 | 105 | 46 | 0 | 106 | 124 | 11 | 12 | 122 | 65 |
| Binary | 11101001 | 1000101 | 100110 | 0 | 1000110 | 1010100 | 1001 | 1010 | 1010010 | 110101 |
Color Harmonies of #E94526
Complementary color
Monochromatic Colors of #E94526
Black with #E94526
Text Example
Text Example
White with #E94526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94526; }
p { color: rgb(233,69,38); }
H1.HeaderClassName
{
color: #E94526;
}
.AnyTagClassName
{
color: #E94526;
}
</style>
background-color css
<style>
a { background-color: #E94526; }
a { background-color: rgb(233,69,38); }
div.DivClassName
{
background-color: #E94526;
}
.BgClassName
{
background-color: #E94526;
}
</style>
border-color css
<style>
span { border-color: #E94526; }
span { border-color: rgb(233,69,38); }
td.TdClassName
{
border-color: #E94526;
}
.TagClassName
{
border-color: #E94526;
}
</style>