Shades of Cinnabar #E84A2C
Tints of Cinnabar #E84A2C
RGB
CMYK
RGB Variations
Color information
#E84A2C (or 0xE84A2C) is known color: Cinnabar. HEX triplet: E8, 4A and 2C. RGB value is (232,74,44). Sum of RGB (Red+Green+Blue) = 232+74+44=350 (46% of max value = 765). Red value is 232 (91.02% from 255 or 66.29% from 350); Green value is 74 (29.30% from 255 or 21.14% from 350); Blue value is 44 (17.58% from 255 or 12.57% from 350); Max value from RGB is 232 - color contains mainly: red. Hex color #E84A2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E84A2C is #17B5D3. Grayscale: #767676. Windows color (decimal): -1553876 or 2902760. OLE color: 2902760.
HSL color Cylindrical-coordinate representation of color #E84A2C: hue angle of 9.57º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E84A2C is Cyan = 0, Magento = 0.68, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 74 | 44 | - |
| CMYK | 0 | 0.68 | 0.81 | 0.09 |
| HSL | 9.57º | 0.8% | 0.54% | - |
| HSV(B) | 9.57º | 0.81% | 0.91% | - |
| XYZ | 36.18 | 22.24 | 4.77 | - |
| YUV | 117.82 | 86.35 | 209.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 74 | 44 | 0 | 0.68 | 0.81 | 0.09 | 9.57 | 0.8 | 0.54 |
| Hex | E8 | 4A | 2C | 0 | 44 | 51 | 9 | A | 50 | 36 |
| Octal | 350 | 112 | 54 | 0 | 104 | 121 | 11 | 12 | 120 | 66 |
| Binary | 11101000 | 1001010 | 101100 | 0 | 1000100 | 1010001 | 1001 | 1010 | 1010000 | 110110 |
Color Harmonies of #E84A2C
Complementary color
Monochromatic Colors of #E84A2C
Black with #E84A2C
Text Example
Text Example
White with #E84A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E84A2C; }
p { color: rgb(232,74,44); }
H1.HeaderClassName
{
color: #E84A2C;
}
.AnyTagClassName
{
color: #E84A2C;
}
</style>
background-color css
<style>
a { background-color: #E84A2C; }
a { background-color: rgb(232,74,44); }
div.DivClassName
{
background-color: #E84A2C;
}
.BgClassName
{
background-color: #E84A2C;
}
</style>
border-color css
<style>
span { border-color: #E84A2C; }
span { border-color: rgb(232,74,44); }
td.TdClassName
{
border-color: #E84A2C;
}
.TagClassName
{
border-color: #E84A2C;
}
</style>