Shades of Cinnabar #E8461D
Tints of Cinnabar #E8461D
RGB
CMYK
RGB Variations
Color information
#E8461D (or 0xE8461D) is known color: Cinnabar. HEX triplet: E8, 46 and 1D. RGB value is (232,70,29). Sum of RGB (Red+Green+Blue) = 232+70+29=331 (43% of max value = 765). Red value is 232 (91.02% from 255 or 70.09% from 331); Green value is 70 (27.73% from 255 or 21.15% from 331); Blue value is 29 (11.72% from 255 or 8.76% from 331); Max value from RGB is 232 - color contains mainly: red. Hex color #E8461D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8461D is #17B9E2. Grayscale: #727272. Windows color (decimal): -1554915 or 1918696. OLE color: 1918696.
HSL color Cylindrical-coordinate representation of color #E8461D: hue angle of 12.12º 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 #E8461D is Cyan = 0, Magento = 0.70, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 70 | 29 | - |
| CMYK | 0 | 0.70 | 0.88 | 0.09 |
| HSL | 12.12º | 0.82% | 0.51% | - |
| HSV(B) | 12.12º | 0.88% | 0.91% | - |
| XYZ | 35.69 | 21.62 | 3.46 | - |
| YUV | 113.76 | 80.17 | 212.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 70 | 29 | 0 | 0.70 | 0.88 | 0.09 | 12.12 | 0.82 | 0.51 |
| Hex | E8 | 46 | 1D | 0 | 46 | 58 | 9 | C | 52 | 33 |
| Octal | 350 | 106 | 35 | 0 | 106 | 130 | 11 | 14 | 122 | 63 |
| Binary | 11101000 | 1000110 | 11101 | 0 | 1000110 | 1011000 | 1001 | 1100 | 1010010 | 110011 |
Color Harmonies of #E8461D
Complementary color
Monochromatic Colors of #E8461D
Black with #E8461D
Text Example
Text Example
White with #E8461D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8461D; }
p { color: rgb(232,70,29); }
H1.HeaderClassName
{
color: #E8461D;
}
.AnyTagClassName
{
color: #E8461D;
}
</style>
background-color css
<style>
a { background-color: #E8461D; }
a { background-color: rgb(232,70,29); }
div.DivClassName
{
background-color: #E8461D;
}
.BgClassName
{
background-color: #E8461D;
}
</style>
border-color css
<style>
span { border-color: #E8461D; }
span { border-color: rgb(232,70,29); }
td.TdClassName
{
border-color: #E8461D;
}
.TagClassName
{
border-color: #E8461D;
}
</style>