Shades of Cinnabar #E8471B
Tints of Cinnabar #E8471B
RGB
CMYK
RGB Variations
Color information
#E8471B (or 0xE8471B) is known color: Cinnabar. HEX triplet: E8, 47 and 1B. RGB value is (232,71,27). Sum of RGB (Red+Green+Blue) = 232+71+27=330 (43% of max value = 765). Red value is 232 (91.02% from 255 or 70.30% from 330); Green value is 71 (28.12% from 255 or 21.52% from 330); Blue value is 27 (10.94% from 255 or 8.18% from 330); Max value from RGB is 232 - color contains mainly: red. Hex color #E8471B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8471B is #17B8E4. Grayscale: #727272. Windows color (decimal): -1554661 or 1787880. OLE color: 1787880.
HSL color Cylindrical-coordinate representation of color #E8471B: hue angle of 12.88º 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 #E8471B is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 71 | 27 | - |
| CMYK | 0 | 0.69 | 0.88 | 0.09 |
| HSL | 12.88º | 0.82% | 0.51% | - |
| HSV(B) | 12.88º | 0.88% | 0.91% | - |
| XYZ | 35.73 | 21.74 | 3.35 | - |
| YUV | 114.12 | 78.84 | 212.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 71 | 27 | 0 | 0.69 | 0.88 | 0.09 | 12.88 | 0.82 | 0.51 |
| Hex | E8 | 47 | 1B | 0 | 45 | 58 | 9 | D | 52 | 33 |
| Octal | 350 | 107 | 33 | 0 | 105 | 130 | 11 | 15 | 122 | 63 |
| Binary | 11101000 | 1000111 | 11011 | 0 | 1000101 | 1011000 | 1001 | 1101 | 1010010 | 110011 |
Color Harmonies of #E8471B
Complementary color
Monochromatic Colors of #E8471B
Black with #E8471B
Text Example
Text Example
White with #E8471B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8471B; }
p { color: rgb(232,71,27); }
H1.HeaderClassName
{
color: #E8471B;
}
.AnyTagClassName
{
color: #E8471B;
}
</style>
background-color css
<style>
a { background-color: #E8471B; }
a { background-color: rgb(232,71,27); }
div.DivClassName
{
background-color: #E8471B;
}
.BgClassName
{
background-color: #E8471B;
}
</style>
border-color css
<style>
span { border-color: #E8471B; }
span { border-color: rgb(232,71,27); }
td.TdClassName
{
border-color: #E8471B;
}
.TagClassName
{
border-color: #E8471B;
}
</style>