Shades of Cinnabar #E8463C
Tints of Cinnabar #E8463C
RGB
CMYK
RGB Variations
Color information
#E8463C (or 0xE8463C) is known color: Cinnabar. HEX triplet: E8, 46 and 3C. RGB value is (232,70,60). Sum of RGB (Red+Green+Blue) = 232+70+60=362 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.09% from 362); Green value is 70 (27.73% from 255 or 19.34% from 362); Blue value is 60 (23.83% from 255 or 16.57% from 362); Max value from RGB is 232 - color contains mainly: red. Hex color #E8463C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8463C is #17B9C3. Grayscale: #757575. Windows color (decimal): -1554884 or 3950312. OLE color: 3950312.
HSL color Cylindrical-coordinate representation of color #E8463C: hue angle of 3.49º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E8463C is Cyan = 0, Magento = 0.70, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 70 | 60 | - |
| CMYK | 0 | 0.70 | 0.74 | 0.09 |
| HSL | 3.49º | 0.79% | 0.57% | - |
| HSV(B) | 3.49º | 0.74% | 0.91% | - |
| XYZ | 36.28 | 21.86 | 6.58 | - |
| YUV | 117.3 | 95.67 | 209.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 70 | 60 | 0 | 0.70 | 0.74 | 0.09 | 3.49 | 0.79 | 0.57 |
| Hex | E8 | 46 | 3C | 0 | 46 | 4A | 9 | 3 | 4F | 39 |
| Octal | 350 | 106 | 74 | 0 | 106 | 112 | 11 | 3 | 117 | 71 |
| Binary | 11101000 | 1000110 | 111100 | 0 | 1000110 | 1001010 | 1001 | 11 | 1001111 | 111001 |
Color Harmonies of #E8463C
Complementary color
Monochromatic Colors of #E8463C
Black with #E8463C
Text Example
Text Example
White with #E8463C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8463C; }
p { color: rgb(232,70,60); }
H1.HeaderClassName
{
color: #E8463C;
}
.AnyTagClassName
{
color: #E8463C;
}
</style>
background-color css
<style>
a { background-color: #E8463C; }
a { background-color: rgb(232,70,60); }
div.DivClassName
{
background-color: #E8463C;
}
.BgClassName
{
background-color: #E8463C;
}
</style>
border-color css
<style>
span { border-color: #E8463C; }
span { border-color: rgb(232,70,60); }
td.TdClassName
{
border-color: #E8463C;
}
.TagClassName
{
border-color: #E8463C;
}
</style>