Shades of Cinnabar #E8461F
Tints of Cinnabar #E8461F
RGB
CMYK
RGB Variations
Color information
#E8461F (or 0xE8461F) is known color: Cinnabar. HEX triplet: E8, 46 and 1F. RGB value is (232,70,31). Sum of RGB (Red+Green+Blue) = 232+70+31=333 (44% of max value = 765). Red value is 232 (91.02% from 255 or 69.67% from 333); Green value is 70 (27.73% from 255 or 21.02% from 333); Blue value is 31 (12.5% from 255 or 9.31% from 333); Max value from RGB is 232 - color contains mainly: red. Hex color #E8461F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8461F is #17B9E0. Grayscale: #727272. Windows color (decimal): -1554913 or 2049768. OLE color: 2049768.
HSL color Cylindrical-coordinate representation of color #E8461F: hue angle of 11.64º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E8461F is Cyan = 0, Magento = 0.70, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 70 | 31 | - |
| CMYK | 0 | 0.70 | 0.87 | 0.09 |
| HSL | 11.64º | 0.81% | 0.52% | - |
| HSV(B) | 11.64º | 0.87% | 0.91% | - |
| XYZ | 35.72 | 21.64 | 3.59 | - |
| YUV | 113.99 | 81.17 | 212.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 70 | 31 | 0 | 0.70 | 0.87 | 0.09 | 11.64 | 0.81 | 0.52 |
| Hex | E8 | 46 | 1F | 0 | 46 | 57 | 9 | C | 51 | 34 |
| Octal | 350 | 106 | 37 | 0 | 106 | 127 | 11 | 14 | 121 | 64 |
| Binary | 11101000 | 1000110 | 11111 | 0 | 1000110 | 1010111 | 1001 | 1100 | 1010001 | 110100 |
Color Harmonies of #E8461F
Complementary color
Monochromatic Colors of #E8461F
Black with #E8461F
Text Example
Text Example
White with #E8461F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8461F; }
p { color: rgb(232,70,31); }
H1.HeaderClassName
{
color: #E8461F;
}
.AnyTagClassName
{
color: #E8461F;
}
</style>
background-color css
<style>
a { background-color: #E8461F; }
a { background-color: rgb(232,70,31); }
div.DivClassName
{
background-color: #E8461F;
}
.BgClassName
{
background-color: #E8461F;
}
</style>
border-color css
<style>
span { border-color: #E8461F; }
span { border-color: rgb(232,70,31); }
td.TdClassName
{
border-color: #E8461F;
}
.TagClassName
{
border-color: #E8461F;
}
</style>