Shades of Cinnabar #E94F2B
Tints of Cinnabar #E94F2B
RGB
CMYK
RGB Variations
Color information
#E94F2B (or 0xE94F2B) is known color: Cinnabar. HEX triplet: E9, 4F and 2B. RGB value is (233,79,43). Sum of RGB (Red+Green+Blue) = 233+79+43=355 (47% of max value = 765). Red value is 233 (91.41% from 255 or 65.63% from 355); Green value is 79 (31.25% from 255 or 22.25% from 355); Blue value is 43 (17.19% from 255 or 12.11% from 355); Max value from RGB is 233 - color contains mainly: red. Hex color #E94F2B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E94F2B is #16B0D4. Grayscale: #797979. Windows color (decimal): -1487061 or 2838505. OLE color: 2838505.
HSL color Cylindrical-coordinate representation of color #E94F2B: hue angle of 11.37º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E94F2B is Cyan = 0, Magento = 0.66, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 79 | 43 | - |
| CMYK | 0 | 0.66 | 0.82 | 0.09 |
| HSL | 11.37º | 0.81% | 0.54% | - |
| HSV(B) | 11.37º | 0.82% | 0.91% | - |
| XYZ | 36.84 | 23.09 | 4.8 | - |
| YUV | 120.94 | 84.02 | 207.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 79 | 43 | 0 | 0.66 | 0.82 | 0.09 | 11.37 | 0.81 | 0.54 |
| Hex | E9 | 4F | 2B | 0 | 42 | 52 | 9 | B | 51 | 36 |
| Octal | 351 | 117 | 53 | 0 | 102 | 122 | 11 | 13 | 121 | 66 |
| Binary | 11101001 | 1001111 | 101011 | 0 | 1000010 | 1010010 | 1001 | 1011 | 1010001 | 110110 |
Color Harmonies of #E94F2B
Complementary color
Monochromatic Colors of #E94F2B
Black with #E94F2B
Text Example
Text Example
White with #E94F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94F2B; }
p { color: rgb(233,79,43); }
H1.HeaderClassName
{
color: #E94F2B;
}
.AnyTagClassName
{
color: #E94F2B;
}
</style>
background-color css
<style>
a { background-color: #E94F2B; }
a { background-color: rgb(233,79,43); }
div.DivClassName
{
background-color: #E94F2B;
}
.BgClassName
{
background-color: #E94F2B;
}
</style>
border-color css
<style>
span { border-color: #E94F2B; }
span { border-color: rgb(233,79,43); }
td.TdClassName
{
border-color: #E94F2B;
}
.TagClassName
{
border-color: #E94F2B;
}
</style>