Shades of Cinnabar #E83C31
Tints of Cinnabar #E83C31
RGB
CMYK
RGB Variations
Color information
#E83C31 (or 0xE83C31) is known color: Cinnabar. HEX triplet: E8, 3C and 31. RGB value is (232,60,49). Sum of RGB (Red+Green+Blue) = 232+60+49=341 (45% of max value = 765). Red value is 232 (91.02% from 255 or 68.04% from 341); Green value is 60 (23.83% from 255 or 17.60% from 341); Blue value is 49 (19.53% from 255 or 14.37% from 341); Max value from RGB is 232 - color contains mainly: red. Hex color #E83C31 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E83C31 is #17C3CE. Grayscale: #6E6E6E. Windows color (decimal): -1557455 or 3226856. OLE color: 3226856.
HSL color Cylindrical-coordinate representation of color #E83C31: hue angle of 3.61º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E83C31 is Cyan = 0, Magento = 0.74, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 60 | 49 | - |
| CMYK | 0 | 0.74 | 0.79 | 0.09 |
| HSL | 3.61º | 0.8% | 0.55% | - |
| HSV(B) | 3.61º | 0.79% | 0.91% | - |
| XYZ | 35.45 | 20.61 | 5.02 | - |
| YUV | 110.17 | 93.48 | 214.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 60 | 49 | 0 | 0.74 | 0.79 | 0.09 | 3.61 | 0.8 | 0.55 |
| Hex | E8 | 3C | 31 | 0 | 4A | 4F | 9 | 4 | 50 | 37 |
| Octal | 350 | 74 | 61 | 0 | 112 | 117 | 11 | 4 | 120 | 67 |
| Binary | 11101000 | 111100 | 110001 | 0 | 1001010 | 1001111 | 1001 | 100 | 1010000 | 110111 |
Color Harmonies of #E83C31
Complementary color
Monochromatic Colors of #E83C31
Black with #E83C31
Text Example
Text Example
White with #E83C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E83C31; }
p { color: rgb(232,60,49); }
H1.HeaderClassName
{
color: #E83C31;
}
.AnyTagClassName
{
color: #E83C31;
}
</style>
background-color css
<style>
a { background-color: #E83C31; }
a { background-color: rgb(232,60,49); }
div.DivClassName
{
background-color: #E83C31;
}
.BgClassName
{
background-color: #E83C31;
}
</style>
border-color css
<style>
span { border-color: #E83C31; }
span { border-color: rgb(232,60,49); }
td.TdClassName
{
border-color: #E83C31;
}
.TagClassName
{
border-color: #E83C31;
}
</style>