Shades of Cinnabar #E8401D
Tints of Cinnabar #E8401D
RGB
CMYK
RGB Variations
Color information
#E8401D (or 0xE8401D) is known color: Cinnabar. HEX triplet: E8, 40 and 1D. RGB value is (232,64,29). Sum of RGB (Red+Green+Blue) = 232+64+29=325 (43% of max value = 765). Red value is 232 (91.02% from 255 or 71.38% from 325); Green value is 64 (25.39% from 255 or 19.69% from 325); Blue value is 29 (11.72% from 255 or 8.92% from 325); Max value from RGB is 232 - color contains mainly: red. Hex color #E8401D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8401D is #17BFE2. Grayscale: #6E6E6E. Windows color (decimal): -1556451 or 1917160. OLE color: 1917160.
HSL color Cylindrical-coordinate representation of color #E8401D: hue angle of 10.34º 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 #E8401D is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 64 | 29 | - |
| CMYK | 0 | 0.72 | 0.88 | 0.09 |
| HSL | 10.34º | 0.82% | 0.51% | - |
| HSV(B) | 10.34º | 0.88% | 0.91% | - |
| XYZ | 35.33 | 20.91 | 3.34 | - |
| YUV | 110.24 | 82.16 | 214.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 64 | 29 | 0 | 0.72 | 0.88 | 0.09 | 10.34 | 0.82 | 0.51 |
| Hex | E8 | 40 | 1D | 0 | 48 | 58 | 9 | A | 52 | 33 |
| Octal | 350 | 100 | 35 | 0 | 110 | 130 | 11 | 12 | 122 | 63 |
| Binary | 11101000 | 1000000 | 11101 | 0 | 1001000 | 1011000 | 1001 | 1010 | 1010010 | 110011 |
Color Harmonies of #E8401D
Complementary color
Monochromatic Colors of #E8401D
Black with #E8401D
Text Example
Text Example
White with #E8401D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8401D; }
p { color: rgb(232,64,29); }
H1.HeaderClassName
{
color: #E8401D;
}
.AnyTagClassName
{
color: #E8401D;
}
</style>
background-color css
<style>
a { background-color: #E8401D; }
a { background-color: rgb(232,64,29); }
div.DivClassName
{
background-color: #E8401D;
}
.BgClassName
{
background-color: #E8401D;
}
</style>
border-color css
<style>
span { border-color: #E8401D; }
span { border-color: rgb(232,64,29); }
td.TdClassName
{
border-color: #E8401D;
}
.TagClassName
{
border-color: #E8401D;
}
</style>