Shades of Cinnabar #E84A29
Tints of Cinnabar #E84A29
RGB
CMYK
RGB Variations
Color information
#E84A29 (or 0xE84A29) is known color: Cinnabar. HEX triplet: E8, 4A and 29. RGB value is (232,74,41). Sum of RGB (Red+Green+Blue) = 232+74+41=347 (45% of max value = 765). Red value is 232 (91.02% from 255 or 66.86% from 347); Green value is 74 (29.30% from 255 or 21.33% from 347); Blue value is 41 (16.41% from 255 or 11.82% from 347); Max value from RGB is 232 - color contains mainly: red. Hex color #E84A29 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E84A29 is #17B5D6. Grayscale: #757575. Windows color (decimal): -1553879 or 2706152. OLE color: 2706152.
HSL color Cylindrical-coordinate representation of color #E84A29: hue angle of 10.37º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E84A29 is Cyan = 0, Magento = 0.68, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 74 | 41 | - |
| CMYK | 0 | 0.68 | 0.82 | 0.09 |
| HSL | 10.37º | 0.81% | 0.54% | - |
| HSV(B) | 10.37º | 0.82% | 0.91% | - |
| XYZ | 36.13 | 22.21 | 4.48 | - |
| YUV | 117.48 | 84.85 | 209.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 74 | 41 | 0 | 0.68 | 0.82 | 0.09 | 10.37 | 0.81 | 0.54 |
| Hex | E8 | 4A | 29 | 0 | 44 | 52 | 9 | A | 51 | 36 |
| Octal | 350 | 112 | 51 | 0 | 104 | 122 | 11 | 12 | 121 | 66 |
| Binary | 11101000 | 1001010 | 101001 | 0 | 1000100 | 1010010 | 1001 | 1010 | 1010001 | 110110 |
Color Harmonies of #E84A29
Complementary color
Monochromatic Colors of #E84A29
Black with #E84A29
Text Example
Text Example
White with #E84A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E84A29; }
p { color: rgb(232,74,41); }
H1.HeaderClassName
{
color: #E84A29;
}
.AnyTagClassName
{
color: #E84A29;
}
</style>
background-color css
<style>
a { background-color: #E84A29; }
a { background-color: rgb(232,74,41); }
div.DivClassName
{
background-color: #E84A29;
}
.BgClassName
{
background-color: #E84A29;
}
</style>
border-color css
<style>
span { border-color: #E84A29; }
span { border-color: rgb(232,74,41); }
td.TdClassName
{
border-color: #E84A29;
}
.TagClassName
{
border-color: #E84A29;
}
</style>