Shades of Cinnabar #E94F3C
Tints of Cinnabar #E94F3C
RGB
CMYK
RGB Variations
Color information
#E94F3C (or 0xE94F3C) is known color: Cinnabar. HEX triplet: E9, 4F and 3C. RGB value is (233,79,60). Sum of RGB (Red+Green+Blue) = 233+79+60=372 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.63% from 372); Green value is 79 (31.25% from 255 or 21.24% from 372); Blue value is 60 (23.83% from 255 or 16.13% from 372); Max value from RGB is 233 - color contains mainly: red. Hex color #E94F3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E94F3C is #16B0C3. Grayscale: #7B7B7B. Windows color (decimal): -1487044 or 3952617. OLE color: 3952617.
HSL color Cylindrical-coordinate representation of color #E94F3C: hue angle of 6.59º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E94F3C is Cyan = 0, Magento = 0.66, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 79 | 60 | - |
| CMYK | 0 | 0.66 | 0.74 | 0.09 |
| HSL | 6.59º | 0.8% | 0.57% | - |
| HSV(B) | 6.59º | 0.74% | 0.91% | - |
| XYZ | 37.22 | 23.24 | 6.8 | - |
| YUV | 122.88 | 92.52 | 206.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 79 | 60 | 0 | 0.66 | 0.74 | 0.09 | 6.59 | 0.8 | 0.57 |
| Hex | E9 | 4F | 3C | 0 | 42 | 4A | 9 | 7 | 50 | 39 |
| Octal | 351 | 117 | 74 | 0 | 102 | 112 | 11 | 7 | 120 | 71 |
| Binary | 11101001 | 1001111 | 111100 | 0 | 1000010 | 1001010 | 1001 | 111 | 1010000 | 111001 |
Color Harmonies of #E94F3C
Complementary color
Monochromatic Colors of #E94F3C
Black with #E94F3C
Text Example
Text Example
White with #E94F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94F3C; }
p { color: rgb(233,79,60); }
H1.HeaderClassName
{
color: #E94F3C;
}
.AnyTagClassName
{
color: #E94F3C;
}
</style>
background-color css
<style>
a { background-color: #E94F3C; }
a { background-color: rgb(233,79,60); }
div.DivClassName
{
background-color: #E94F3C;
}
.BgClassName
{
background-color: #E94F3C;
}
</style>
border-color css
<style>
span { border-color: #E94F3C; }
span { border-color: rgb(233,79,60); }
td.TdClassName
{
border-color: #E94F3C;
}
.TagClassName
{
border-color: #E94F3C;
}
</style>