Shades of Cinnabar #E84930
Tints of Cinnabar #E84930
RGB
CMYK
RGB Variations
Color information
#E84930 (or 0xE84930) is known color: Cinnabar. HEX triplet: E8, 49 and 30. RGB value is (232,73,48). Sum of RGB (Red+Green+Blue) = 232+73+48=353 (46% of max value = 765). Red value is 232 (91.02% from 255 or 65.72% from 353); Green value is 73 (28.91% from 255 or 20.68% from 353); Blue value is 48 (19.14% from 255 or 13.60% from 353); Max value from RGB is 232 - color contains mainly: red. Hex color #E84930 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E84930 is #17B6CF. Grayscale: #757575. Windows color (decimal): -1554128 or 3164648. OLE color: 3164648.
HSL color Cylindrical-coordinate representation of color #E84930: hue angle of 8.15º 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 #E84930 is Cyan = 0, Magento = 0.69, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 73 | 48 | - |
| CMYK | 0 | 0.69 | 0.79 | 0.09 |
| HSL | 8.15º | 0.8% | 0.55% | - |
| HSV(B) | 8.15º | 0.79% | 0.91% | - |
| XYZ | 36.19 | 22.13 | 5.16 | - |
| YUV | 117.69 | 88.68 | 209.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 73 | 48 | 0 | 0.69 | 0.79 | 0.09 | 8.15 | 0.8 | 0.55 |
| Hex | E8 | 49 | 30 | 0 | 45 | 4F | 9 | 8 | 50 | 37 |
| Octal | 350 | 111 | 60 | 0 | 105 | 117 | 11 | 10 | 120 | 67 |
| Binary | 11101000 | 1001001 | 110000 | 0 | 1000101 | 1001111 | 1001 | 1000 | 1010000 | 110111 |
Color Harmonies of #E84930
Complementary color
Monochromatic Colors of #E84930
Black with #E84930
Text Example
Text Example
White with #E84930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E84930; }
p { color: rgb(232,73,48); }
H1.HeaderClassName
{
color: #E84930;
}
.AnyTagClassName
{
color: #E84930;
}
</style>
background-color css
<style>
a { background-color: #E84930; }
a { background-color: rgb(232,73,48); }
div.DivClassName
{
background-color: #E84930;
}
.BgClassName
{
background-color: #E84930;
}
</style>
border-color css
<style>
span { border-color: #E84930; }
span { border-color: rgb(232,73,48); }
td.TdClassName
{
border-color: #E84930;
}
.TagClassName
{
border-color: #E84930;
}
</style>