Shades of Cinnabar #E84D1B
Tints of Cinnabar #E84D1B
RGB
CMYK
RGB Variations
Color information
#E84D1B (or 0xE84D1B) is known color: Cinnabar. HEX triplet: E8, 4D and 1B. RGB value is (232,77,27). Sum of RGB (Red+Green+Blue) = 232+77+27=336 (44% of max value = 765). Red value is 232 (91.02% from 255 or 69.05% from 336); Green value is 77 (30.47% from 255 or 22.92% from 336); Blue value is 27 (10.94% from 255 or 8.04% from 336); Max value from RGB is 232 - color contains mainly: red. Hex color #E84D1B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E84D1B is #17B2E4. Grayscale: #767676. Windows color (decimal): -1553125 or 1789416. OLE color: 1789416.
HSL color Cylindrical-coordinate representation of color #E84D1B: hue angle of 14.63º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E84D1B is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 77 | 27 | - |
| CMYK | 0 | 0.67 | 0.88 | 0.09 |
| HSL | 14.63º | 0.82% | 0.51% | - |
| HSV(B) | 14.63º | 0.88% | 0.91% | - |
| XYZ | 36.13 | 22.54 | 3.48 | - |
| YUV | 117.65 | 76.85 | 209.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 77 | 27 | 0 | 0.67 | 0.88 | 0.09 | 14.63 | 0.82 | 0.51 |
| Hex | E8 | 4D | 1B | 0 | 43 | 58 | 9 | F | 52 | 33 |
| Octal | 350 | 115 | 33 | 0 | 103 | 130 | 11 | 17 | 122 | 63 |
| Binary | 11101000 | 1001101 | 11011 | 0 | 1000011 | 1011000 | 1001 | 1111 | 1010010 | 110011 |
Color Harmonies of #E84D1B
Complementary color
Monochromatic Colors of #E84D1B
Black with #E84D1B
Text Example
Text Example
White with #E84D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E84D1B; }
p { color: rgb(232,77,27); }
H1.HeaderClassName
{
color: #E84D1B;
}
.AnyTagClassName
{
color: #E84D1B;
}
</style>
background-color css
<style>
a { background-color: #E84D1B; }
a { background-color: rgb(232,77,27); }
div.DivClassName
{
background-color: #E84D1B;
}
.BgClassName
{
background-color: #E84D1B;
}
</style>
border-color css
<style>
span { border-color: #E84D1B; }
span { border-color: rgb(232,77,27); }
td.TdClassName
{
border-color: #E84D1B;
}
.TagClassName
{
border-color: #E84D1B;
}
</style>