Shades of Cinnabar #E8431B
Tints of Cinnabar #E8431B
RGB
CMYK
RGB Variations
Color information
#E8431B (or 0xE8431B) is known color: Cinnabar. HEX triplet: E8, 43 and 1B. RGB value is (232,67,27). Sum of RGB (Red+Green+Blue) = 232+67+27=326 (43% of max value = 765). Red value is 232 (91.02% from 255 or 71.17% from 326); Green value is 67 (26.56% from 255 or 20.55% from 326); Blue value is 27 (10.94% from 255 or 8.28% from 326); Max value from RGB is 232 - color contains mainly: red. Hex color #E8431B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8431B is #17BCE4. Grayscale: #707070. Windows color (decimal): -1555685 or 1786856. OLE color: 1786856.
HSL color Cylindrical-coordinate representation of color #E8431B: hue angle of 11.71º 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 #E8431B is Cyan = 0, Magento = 0.71, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 67 | 27 | - |
| CMYK | 0 | 0.71 | 0.88 | 0.09 |
| HSL | 11.71º | 0.82% | 0.51% | - |
| HSV(B) | 11.71º | 0.88% | 0.91% | - |
| XYZ | 35.48 | 21.25 | 3.27 | - |
| YUV | 111.78 | 80.16 | 213.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 67 | 27 | 0 | 0.71 | 0.88 | 0.09 | 11.71 | 0.82 | 0.51 |
| Hex | E8 | 43 | 1B | 0 | 47 | 58 | 9 | C | 52 | 33 |
| Octal | 350 | 103 | 33 | 0 | 107 | 130 | 11 | 14 | 122 | 63 |
| Binary | 11101000 | 1000011 | 11011 | 0 | 1000111 | 1011000 | 1001 | 1100 | 1010010 | 110011 |
Color Harmonies of #E8431B
Complementary color
Monochromatic Colors of #E8431B
Black with #E8431B
Text Example
Text Example
White with #E8431B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8431B; }
p { color: rgb(232,67,27); }
H1.HeaderClassName
{
color: #E8431B;
}
.AnyTagClassName
{
color: #E8431B;
}
</style>
background-color css
<style>
a { background-color: #E8431B; }
a { background-color: rgb(232,67,27); }
div.DivClassName
{
background-color: #E8431B;
}
.BgClassName
{
background-color: #E8431B;
}
</style>
border-color css
<style>
span { border-color: #E8431B; }
span { border-color: rgb(232,67,27); }
td.TdClassName
{
border-color: #E8431B;
}
.TagClassName
{
border-color: #E8431B;
}
</style>