Shades of Cinnabar #E8463B
Tints of Cinnabar #E8463B
RGB
CMYK
RGB Variations
Color information
#E8463B (or 0xE8463B) is known color: Cinnabar. HEX triplet: E8, 46 and 3B. RGB value is (232,70,59). Sum of RGB (Red+Green+Blue) = 232+70+59=361 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.27% from 361); Green value is 70 (27.73% from 255 or 19.39% from 361); Blue value is 59 (23.44% from 255 or 16.34% from 361); Max value from RGB is 232 - color contains mainly: red. Hex color #E8463B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8463B is #17B9C4. Grayscale: #757575. Windows color (decimal): -1554885 or 3884776. OLE color: 3884776.
HSL color Cylindrical-coordinate representation of color #E8463B: hue angle of 3.82º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E8463B is Cyan = 0, Magento = 0.70, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 70 | 59 | - |
| CMYK | 0 | 0.70 | 0.75 | 0.09 |
| HSL | 3.82º | 0.79% | 0.57% | - |
| HSV(B) | 3.82º | 0.75% | 0.91% | - |
| XYZ | 36.26 | 21.85 | 6.44 | - |
| YUV | 117.18 | 95.17 | 209.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 70 | 59 | 0 | 0.70 | 0.75 | 0.09 | 3.82 | 0.79 | 0.57 |
| Hex | E8 | 46 | 3B | 0 | 46 | 4B | 9 | 4 | 4F | 39 |
| Octal | 350 | 106 | 73 | 0 | 106 | 113 | 11 | 4 | 117 | 71 |
| Binary | 11101000 | 1000110 | 111011 | 0 | 1000110 | 1001011 | 1001 | 100 | 1001111 | 111001 |
Color Harmonies of #E8463B
Complementary color
Monochromatic Colors of #E8463B
Black with #E8463B
Text Example
Text Example
White with #E8463B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8463B; }
p { color: rgb(232,70,59); }
H1.HeaderClassName
{
color: #E8463B;
}
.AnyTagClassName
{
color: #E8463B;
}
</style>
background-color css
<style>
a { background-color: #E8463B; }
a { background-color: rgb(232,70,59); }
div.DivClassName
{
background-color: #E8463B;
}
.BgClassName
{
background-color: #E8463B;
}
</style>
border-color css
<style>
span { border-color: #E8463B; }
span { border-color: rgb(232,70,59); }
td.TdClassName
{
border-color: #E8463B;
}
.TagClassName
{
border-color: #E8463B;
}
</style>