Shades of Cinnabar #E84A34
Tints of Cinnabar #E84A34
RGB
CMYK
RGB Variations
Color information
#E84A34 (or 0xE84A34) is known color: Cinnabar. HEX triplet: E8, 4A and 34. RGB value is (232,74,52). Sum of RGB (Red+Green+Blue) = 232+74+52=358 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.80% from 358); Green value is 74 (29.30% from 255 or 20.67% from 358); Blue value is 52 (20.70% from 255 or 14.53% from 358); Max value from RGB is 232 - color contains mainly: red. Hex color #E84A34 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E84A34 is #17B5CB. Grayscale: #767676. Windows color (decimal): -1553868 or 3427048. OLE color: 3427048.
HSL color Cylindrical-coordinate representation of color #E84A34: hue angle of 7.33º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E84A34 is Cyan = 0, Magento = 0.68, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 74 | 52 | - |
| CMYK | 0 | 0.68 | 0.78 | 0.09 |
| HSL | 7.33º | 0.8% | 0.56% | - |
| HSV(B) | 7.33º | 0.78% | 0.91% | - |
| XYZ | 36.35 | 22.3 | 5.64 | - |
| YUV | 118.73 | 90.35 | 208.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 74 | 52 | 0 | 0.68 | 0.78 | 0.09 | 7.33 | 0.8 | 0.56 |
| Hex | E8 | 4A | 34 | 0 | 44 | 4E | 9 | 7 | 50 | 38 |
| Octal | 350 | 112 | 64 | 0 | 104 | 116 | 11 | 7 | 120 | 70 |
| Binary | 11101000 | 1001010 | 110100 | 0 | 1000100 | 1001110 | 1001 | 111 | 1010000 | 111000 |
Color Harmonies of #E84A34
Complementary color
Monochromatic Colors of #E84A34
Black with #E84A34
Text Example
Text Example
White with #E84A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E84A34; }
p { color: rgb(232,74,52); }
H1.HeaderClassName
{
color: #E84A34;
}
.AnyTagClassName
{
color: #E84A34;
}
</style>
background-color css
<style>
a { background-color: #E84A34; }
a { background-color: rgb(232,74,52); }
div.DivClassName
{
background-color: #E84A34;
}
.BgClassName
{
background-color: #E84A34;
}
</style>
border-color css
<style>
span { border-color: #E84A34; }
span { border-color: rgb(232,74,52); }
td.TdClassName
{
border-color: #E84A34;
}
.TagClassName
{
border-color: #E84A34;
}
</style>