Shades of Cinnabar #E84A31
Tints of Cinnabar #E84A31
RGB
CMYK
RGB Variations
Color information
#E84A31 (or 0xE84A31) is known color: Cinnabar. HEX triplet: E8, 4A and 31. RGB value is (232,74,49). Sum of RGB (Red+Green+Blue) = 232+74+49=355 (47% of max value = 765). Red value is 232 (91.02% from 255 or 65.35% from 355); Green value is 74 (29.30% from 255 or 20.85% from 355); Blue value is 49 (19.53% from 255 or 13.80% from 355); Max value from RGB is 232 - color contains mainly: red. Hex color #E84A31 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E84A31 is #17B5CE. Grayscale: #767676. Windows color (decimal): -1553871 or 3230440. OLE color: 3230440.
HSL color Cylindrical-coordinate representation of color #E84A31: hue angle of 8.2º 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 #E84A31 is Cyan = 0, Magento = 0.68, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 74 | 49 | - |
| CMYK | 0 | 0.68 | 0.79 | 0.09 |
| HSL | 8.2º | 0.8% | 0.55% | - |
| HSV(B) | 8.2º | 0.79% | 0.91% | - |
| XYZ | 36.28 | 22.28 | 5.29 | - |
| YUV | 118.39 | 88.85 | 209.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 74 | 49 | 0 | 0.68 | 0.79 | 0.09 | 8.2 | 0.8 | 0.55 |
| Hex | E8 | 4A | 31 | 0 | 44 | 4F | 9 | 8 | 50 | 37 |
| Octal | 350 | 112 | 61 | 0 | 104 | 117 | 11 | 10 | 120 | 67 |
| Binary | 11101000 | 1001010 | 110001 | 0 | 1000100 | 1001111 | 1001 | 1000 | 1010000 | 110111 |
Color Harmonies of #E84A31
Complementary color
Monochromatic Colors of #E84A31
Black with #E84A31
Text Example
Text Example
White with #E84A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E84A31; }
p { color: rgb(232,74,49); }
H1.HeaderClassName
{
color: #E84A31;
}
.AnyTagClassName
{
color: #E84A31;
}
</style>
background-color css
<style>
a { background-color: #E84A31; }
a { background-color: rgb(232,74,49); }
div.DivClassName
{
background-color: #E84A31;
}
.BgClassName
{
background-color: #E84A31;
}
</style>
border-color css
<style>
span { border-color: #E84A31; }
span { border-color: rgb(232,74,49); }
td.TdClassName
{
border-color: #E84A31;
}
.TagClassName
{
border-color: #E84A31;
}
</style>