Shades of Cinnabar #E8391B
Tints of Cinnabar #E8391B
RGB
CMYK
RGB Variations
Color information
#E8391B (or 0xE8391B) is known color: Cinnabar. HEX triplet: E8, 39 and 1B. RGB value is (232,57,27). Sum of RGB (Red+Green+Blue) = 232+57+27=316 (41% of max value = 765). Red value is 232 (91.02% from 255 or 73.42% from 316); Green value is 57 (22.66% from 255 or 18.04% from 316); Blue value is 27 (10.94% from 255 or 8.54% from 316); Max value from RGB is 232 - color contains mainly: red. Hex color #E8391B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8391B is #17C6E4. Grayscale: #6A6A6A. Windows color (decimal): -1558245 or 1784296. OLE color: 1784296.
HSL color Cylindrical-coordinate representation of color #E8391B: hue angle of 8.78º 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 #E8391B is Cyan = 0, Magento = 0.75, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 57 | 27 | - |
| CMYK | 0 | 0.75 | 0.88 | 0.09 |
| HSL | 8.78º | 0.82% | 0.51% | - |
| HSV(B) | 8.78º | 0.88% | 0.91% | - |
| XYZ | 34.94 | 20.16 | 3.09 | - |
| YUV | 105.91 | 83.48 | 217.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 57 | 27 | 0 | 0.75 | 0.88 | 0.09 | 8.78 | 0.82 | 0.51 |
| Hex | E8 | 39 | 1B | 0 | 4B | 58 | 9 | 9 | 52 | 33 |
| Octal | 350 | 71 | 33 | 0 | 113 | 130 | 11 | 11 | 122 | 63 |
| Binary | 11101000 | 111001 | 11011 | 0 | 1001011 | 1011000 | 1001 | 1001 | 1010010 | 110011 |
Color Harmonies of #E8391B
Complementary color
Monochromatic Colors of #E8391B
Black with #E8391B
Text Example
Text Example
White with #E8391B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8391B; }
p { color: rgb(232,57,27); }
H1.HeaderClassName
{
color: #E8391B;
}
.AnyTagClassName
{
color: #E8391B;
}
</style>
background-color css
<style>
a { background-color: #E8391B; }
a { background-color: rgb(232,57,27); }
div.DivClassName
{
background-color: #E8391B;
}
.BgClassName
{
background-color: #E8391B;
}
</style>
border-color css
<style>
span { border-color: #E8391B; }
span { border-color: rgb(232,57,27); }
td.TdClassName
{
border-color: #E8391B;
}
.TagClassName
{
border-color: #E8391B;
}
</style>