Shades of Cinnabar #E94B26
Tints of Cinnabar #E94B26
RGB
CMYK
RGB Variations
Color information
#E94B26 (or 0xE94B26) is known color: Cinnabar. HEX triplet: E9, 4B and 26. RGB value is (233,75,38). Sum of RGB (Red+Green+Blue) = 233+75+38=346 (45% of max value = 765). Red value is 233 (91.41% from 255 or 67.34% from 346); Green value is 75 (29.69% from 255 or 21.68% from 346); Blue value is 38 (15.23% from 255 or 10.98% from 346); Max value from RGB is 233 - color contains mainly: red. Hex color #E94B26 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E94B26 is #16B4D9. Grayscale: #767676. Windows color (decimal): -1488090 or 2509801. OLE color: 2509801.
HSL color Cylindrical-coordinate representation of color #E94B26: hue angle of 11.38º 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 #E94B26 is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 75 | 38 | - |
| CMYK | 0 | 0.68 | 0.84 | 0.09 |
| HSL | 11.38º | 0.82% | 0.53% | - |
| HSV(B) | 11.38º | 0.84% | 0.91% | - |
| XYZ | 36.47 | 22.5 | 4.25 | - |
| YUV | 118.02 | 82.85 | 210.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 75 | 38 | 0 | 0.68 | 0.84 | 0.09 | 11.38 | 0.82 | 0.53 |
| Hex | E9 | 4B | 26 | 0 | 44 | 54 | 9 | B | 52 | 35 |
| Octal | 351 | 113 | 46 | 0 | 104 | 124 | 11 | 13 | 122 | 65 |
| Binary | 11101001 | 1001011 | 100110 | 0 | 1000100 | 1010100 | 1001 | 1011 | 1010010 | 110101 |
Color Harmonies of #E94B26
Complementary color
Monochromatic Colors of #E94B26
Black with #E94B26
Text Example
Text Example
White with #E94B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94B26; }
p { color: rgb(233,75,38); }
H1.HeaderClassName
{
color: #E94B26;
}
.AnyTagClassName
{
color: #E94B26;
}
</style>
background-color css
<style>
a { background-color: #E94B26; }
a { background-color: rgb(233,75,38); }
div.DivClassName
{
background-color: #E94B26;
}
.BgClassName
{
background-color: #E94B26;
}
</style>
border-color css
<style>
span { border-color: #E94B26; }
span { border-color: rgb(233,75,38); }
td.TdClassName
{
border-color: #E94B26;
}
.TagClassName
{
border-color: #E94B26;
}
</style>