Shades of Cinnabar #E84331
Tints of Cinnabar #E84331
RGB
CMYK
RGB Variations
Color information
#E84331 (or 0xE84331) is known color: Cinnabar. HEX triplet: E8, 43 and 31. RGB value is (232,67,49). Sum of RGB (Red+Green+Blue) = 232+67+49=348 (46% of max value = 765). Red value is 232 (91.02% from 255 or 66.67% from 348); Green value is 67 (26.56% from 255 or 19.25% from 348); Blue value is 49 (19.53% from 255 or 14.08% from 348); Max value from RGB is 232 - color contains mainly: red. Hex color #E84331 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E84331 is #17BCCE. Grayscale: #727272. Windows color (decimal): -1555663 or 3228648. OLE color: 3228648.
HSL color Cylindrical-coordinate representation of color #E84331: hue angle of 5.9º 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 #E84331 is Cyan = 0, Magento = 0.71, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 67 | 49 | - |
| CMYK | 0 | 0.71 | 0.79 | 0.09 |
| HSL | 5.9º | 0.8% | 0.55% | - |
| HSV(B) | 5.9º | 0.79% | 0.91% | - |
| XYZ | 35.84 | 21.39 | 5.15 | - |
| YUV | 114.28 | 91.16 | 211.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 67 | 49 | 0 | 0.71 | 0.79 | 0.09 | 5.9 | 0.8 | 0.55 |
| Hex | E8 | 43 | 31 | 0 | 47 | 4F | 9 | 6 | 50 | 37 |
| Octal | 350 | 103 | 61 | 0 | 107 | 117 | 11 | 6 | 120 | 67 |
| Binary | 11101000 | 1000011 | 110001 | 0 | 1000111 | 1001111 | 1001 | 110 | 1010000 | 110111 |
Color Harmonies of #E84331
Complementary color
Monochromatic Colors of #E84331
Black with #E84331
Text Example
Text Example
White with #E84331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E84331; }
p { color: rgb(232,67,49); }
H1.HeaderClassName
{
color: #E84331;
}
.AnyTagClassName
{
color: #E84331;
}
</style>
background-color css
<style>
a { background-color: #E84331; }
a { background-color: rgb(232,67,49); }
div.DivClassName
{
background-color: #E84331;
}
.BgClassName
{
background-color: #E84331;
}
</style>
border-color css
<style>
span { border-color: #E84331; }
span { border-color: rgb(232,67,49); }
td.TdClassName
{
border-color: #E84331;
}
.TagClassName
{
border-color: #E84331;
}
</style>