Shades of Cinnabar #E84A32
Tints of Cinnabar #E84A32
RGB
CMYK
RGB Variations
Color information
#E84A32 (or 0xE84A32) is known color: Cinnabar. HEX triplet: E8, 4A and 32. RGB value is (232,74,50). Sum of RGB (Red+Green+Blue) = 232+74+50=356 (47% of max value = 765). Red value is 232 (91.02% from 255 or 65.17% from 356); Green value is 74 (29.30% from 255 or 20.79% from 356); Blue value is 50 (19.92% from 255 or 14.04% from 356); Max value from RGB is 232 - color contains mainly: red. Hex color #E84A32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E84A32 is #17B5CD. Grayscale: #767676. Windows color (decimal): -1553870 or 3295976. OLE color: 3295976.
HSL color Cylindrical-coordinate representation of color #E84A32: hue angle of 7.91º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E84A32 is Cyan = 0, Magento = 0.68, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 74 | 50 | - |
| CMYK | 0 | 0.68 | 0.78 | 0.09 |
| HSL | 7.91º | 0.8% | 0.55% | - |
| HSV(B) | 7.91º | 0.78% | 0.91% | - |
| XYZ | 36.3 | 22.28 | 5.41 | - |
| YUV | 118.51 | 89.35 | 208.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 74 | 50 | 0 | 0.68 | 0.78 | 0.09 | 7.91 | 0.8 | 0.55 |
| Hex | E8 | 4A | 32 | 0 | 44 | 4E | 9 | 8 | 50 | 37 |
| Octal | 350 | 112 | 62 | 0 | 104 | 116 | 11 | 10 | 120 | 67 |
| Binary | 11101000 | 1001010 | 110010 | 0 | 1000100 | 1001110 | 1001 | 1000 | 1010000 | 110111 |
Color Harmonies of #E84A32
Complementary color
Monochromatic Colors of #E84A32
Black with #E84A32
Text Example
Text Example
White with #E84A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E84A32; }
p { color: rgb(232,74,50); }
H1.HeaderClassName
{
color: #E84A32;
}
.AnyTagClassName
{
color: #E84A32;
}
</style>
background-color css
<style>
a { background-color: #E84A32; }
a { background-color: rgb(232,74,50); }
div.DivClassName
{
background-color: #E84A32;
}
.BgClassName
{
background-color: #E84A32;
}
</style>
border-color css
<style>
span { border-color: #E84A32; }
span { border-color: rgb(232,74,50); }
td.TdClassName
{
border-color: #E84A32;
}
.TagClassName
{
border-color: #E84A32;
}
</style>