Shades of Cinnabar #E84A45
Tints of Cinnabar #E84A45
RGB
CMYK
RGB Variations
Color information
#E84A45 (or 0xE84A45) is known color: Cinnabar. HEX triplet: E8, 4A and 45. RGB value is (232,74,69). Sum of RGB (Red+Green+Blue) = 232+74+69=375 (49% of max value = 765). Red value is 232 (91.02% from 255 or 61.87% from 375); Green value is 74 (29.30% from 255 or 19.73% from 375); Blue value is 69 (27.34% from 255 or 18.4% from 375); Max value from RGB is 232 - color contains mainly: red. Hex color #E84A45 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E84A45 is #17B5BA. Grayscale: #787878. Windows color (decimal): -1553851 or 4541160. OLE color: 4541160.
HSL color Cylindrical-coordinate representation of color #E84A45: hue angle of 1.84º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E84A45 is Cyan = 0, Magento = 0.68, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 74 | 69 | - |
| CMYK | 0 | 0.68 | 0.70 | 0.09 |
| HSL | 1.84º | 0.78% | 0.59% | - |
| HSV(B) | 1.84º | 0.7% | 0.91% | - |
| XYZ | 36.8 | 22.48 | 8.03 | - |
| YUV | 120.67 | 98.85 | 207.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 74 | 69 | 0 | 0.68 | 0.70 | 0.09 | 1.84 | 0.78 | 0.59 |
| Hex | E8 | 4A | 45 | 0 | 44 | 46 | 9 | 2 | 4E | 3B |
| Octal | 350 | 112 | 105 | 0 | 104 | 106 | 11 | 2 | 116 | 73 |
| Binary | 11101000 | 1001010 | 1000101 | 0 | 1000100 | 1000110 | 1001 | 10 | 1001110 | 111011 |
Color Harmonies of #E84A45
Complementary color
Monochromatic Colors of #E84A45
Black with #E84A45
Text Example
Text Example
White with #E84A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E84A45; }
p { color: rgb(232,74,69); }
H1.HeaderClassName
{
color: #E84A45;
}
.AnyTagClassName
{
color: #E84A45;
}
</style>
background-color css
<style>
a { background-color: #E84A45; }
a { background-color: rgb(232,74,69); }
div.DivClassName
{
background-color: #E84A45;
}
.BgClassName
{
background-color: #E84A45;
}
</style>
border-color css
<style>
span { border-color: #E84A45; }
span { border-color: rgb(232,74,69); }
td.TdClassName
{
border-color: #E84A45;
}
.TagClassName
{
border-color: #E84A45;
}
</style>