Shades of Cinnabar #E84F3A
Tints of Cinnabar #E84F3A
RGB
CMYK
RGB Variations
Color information
#E84F3A (or 0xE84F3A) is known color: Cinnabar. HEX triplet: E8, 4F and 3A. RGB value is (232,79,58). Sum of RGB (Red+Green+Blue) = 232+79+58=369 (48% of max value = 765). Red value is 232 (91.02% from 255 or 62.87% from 369); Green value is 79 (31.25% from 255 or 21.41% from 369); Blue value is 58 (23.05% from 255 or 15.72% from 369); Max value from RGB is 232 - color contains mainly: red. Hex color #E84F3A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E84F3A is #17B0C5. Grayscale: #7A7A7A. Windows color (decimal): -1552582 or 3821544. OLE color: 3821544.
HSL color Cylindrical-coordinate representation of color #E84F3A: hue angle of 7.24º degrees, saturation: 0.79, 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 #E84F3A is Cyan = 0, Magento = 0.66, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 79 | 58 | - |
| CMYK | 0 | 0.66 | 0.75 | 0.09 |
| HSL | 7.24º | 0.79% | 0.57% | - |
| HSV(B) | 7.24º | 0.75% | 0.91% | - |
| XYZ | 36.84 | 23.05 | 6.51 | - |
| YUV | 122.35 | 91.69 | 206.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 79 | 58 | 0 | 0.66 | 0.75 | 0.09 | 7.24 | 0.79 | 0.57 |
| Hex | E8 | 4F | 3A | 0 | 42 | 4B | 9 | 7 | 4F | 39 |
| Octal | 350 | 117 | 72 | 0 | 102 | 113 | 11 | 7 | 117 | 71 |
| Binary | 11101000 | 1001111 | 111010 | 0 | 1000010 | 1001011 | 1001 | 111 | 1001111 | 111001 |
Color Harmonies of #E84F3A
Complementary color
Monochromatic Colors of #E84F3A
Black with #E84F3A
Text Example
Text Example
White with #E84F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E84F3A; }
p { color: rgb(232,79,58); }
H1.HeaderClassName
{
color: #E84F3A;
}
.AnyTagClassName
{
color: #E84F3A;
}
</style>
background-color css
<style>
a { background-color: #E84F3A; }
a { background-color: rgb(232,79,58); }
div.DivClassName
{
background-color: #E84F3A;
}
.BgClassName
{
background-color: #E84F3A;
}
</style>
border-color css
<style>
span { border-color: #E84F3A; }
span { border-color: rgb(232,79,58); }
td.TdClassName
{
border-color: #E84F3A;
}
.TagClassName
{
border-color: #E84F3A;
}
</style>