Shades of Cinnabar #E84530
Tints of Cinnabar #E84530
RGB
CMYK
RGB Variations
Color information
#E84530 (or 0xE84530) is known color: Cinnabar. HEX triplet: E8, 45 and 30. RGB value is (232,69,48). Sum of RGB (Red+Green+Blue) = 232+69+48=349 (46% of max value = 765). Red value is 232 (91.02% from 255 or 66.48% from 349); Green value is 69 (27.34% from 255 or 19.77% from 349); Blue value is 48 (19.14% from 255 or 13.75% from 349); Max value from RGB is 232 - color contains mainly: red. Hex color #E84530 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E84530 is #17BACF. Grayscale: #737373. Windows color (decimal): -1555152 or 3163624. OLE color: 3163624.
HSL color Cylindrical-coordinate representation of color #E84530: hue angle of 6.85º 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 #E84530 is Cyan = 0, Magento = 0.70, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 69 | 48 | - |
| CMYK | 0 | 0.70 | 0.79 | 0.09 |
| HSL | 6.85º | 0.8% | 0.55% | - |
| HSV(B) | 6.85º | 0.79% | 0.91% | - |
| XYZ | 35.94 | 21.63 | 5.08 | - |
| YUV | 115.34 | 90 | 211.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 69 | 48 | 0 | 0.70 | 0.79 | 0.09 | 6.85 | 0.8 | 0.55 |
| Hex | E8 | 45 | 30 | 0 | 46 | 4F | 9 | 7 | 50 | 37 |
| Octal | 350 | 105 | 60 | 0 | 106 | 117 | 11 | 7 | 120 | 67 |
| Binary | 11101000 | 1000101 | 110000 | 0 | 1000110 | 1001111 | 1001 | 111 | 1010000 | 110111 |
Color Harmonies of #E84530
Complementary color
Monochromatic Colors of #E84530
Black with #E84530
Text Example
Text Example
White with #E84530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E84530; }
p { color: rgb(232,69,48); }
H1.HeaderClassName
{
color: #E84530;
}
.AnyTagClassName
{
color: #E84530;
}
</style>
background-color css
<style>
a { background-color: #E84530; }
a { background-color: rgb(232,69,48); }
div.DivClassName
{
background-color: #E84530;
}
.BgClassName
{
background-color: #E84530;
}
</style>
border-color css
<style>
span { border-color: #E84530; }
span { border-color: rgb(232,69,48); }
td.TdClassName
{
border-color: #E84530;
}
.TagClassName
{
border-color: #E84530;
}
</style>