Shades of Cinnabar #E94F3A
Tints of Cinnabar #E94F3A
RGB
CMYK
RGB Variations
Color information
#E94F3A (or 0xE94F3A) is known color: Cinnabar. HEX triplet: E9, 4F and 3A. RGB value is (233,79,58). Sum of RGB (Red+Green+Blue) = 233+79+58=370 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.97% from 370); Green value is 79 (31.25% from 255 or 21.35% from 370); Blue value is 58 (23.05% from 255 or 15.68% from 370); Max value from RGB is 233 - color contains mainly: red. Hex color #E94F3A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E94F3A is #16B0C5. Grayscale: #7A7A7A. Windows color (decimal): -1487046 or 3821545. OLE color: 3821545.
HSL color Cylindrical-coordinate representation of color #E94F3A: hue angle of 7.2º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E94F3A is Cyan = 0, Magento = 0.66, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 79 | 58 | - |
| CMYK | 0 | 0.66 | 0.75 | 0.09 |
| HSL | 7.2º | 0.8% | 0.57% | - |
| HSV(B) | 7.2º | 0.75% | 0.91% | - |
| XYZ | 37.16 | 23.22 | 6.53 | - |
| YUV | 122.65 | 91.52 | 206.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 79 | 58 | 0 | 0.66 | 0.75 | 0.09 | 7.2 | 0.8 | 0.57 |
| Hex | E9 | 4F | 3A | 0 | 42 | 4B | 9 | 7 | 50 | 39 |
| Octal | 351 | 117 | 72 | 0 | 102 | 113 | 11 | 7 | 120 | 71 |
| Binary | 11101001 | 1001111 | 111010 | 0 | 1000010 | 1001011 | 1001 | 111 | 1010000 | 111001 |
Color Harmonies of #E94F3A
Complementary color
Monochromatic Colors of #E94F3A
Black with #E94F3A
Text Example
Text Example
White with #E94F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94F3A; }
p { color: rgb(233,79,58); }
H1.HeaderClassName
{
color: #E94F3A;
}
.AnyTagClassName
{
color: #E94F3A;
}
</style>
background-color css
<style>
a { background-color: #E94F3A; }
a { background-color: rgb(233,79,58); }
div.DivClassName
{
background-color: #E94F3A;
}
.BgClassName
{
background-color: #E94F3A;
}
</style>
border-color css
<style>
span { border-color: #E94F3A; }
span { border-color: rgb(233,79,58); }
td.TdClassName
{
border-color: #E94F3A;
}
.TagClassName
{
border-color: #E94F3A;
}
</style>