#E84940

Color #E84940 Cinnabar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cinnabar #E84940

Tints of Cinnabar #E84940

Color information

#E84940 (or 0xE84940) is unknown color: approx Cinnabar. HEX triplet: E8, 49 and 40. RGB value is (232,73,64). Sum of RGB (Red+Green+Blue) = 232+73+64=369 (48% of max value = 765). Red value is 232 (91.02% from 255 or 62.87% from 369); Green value is 73 (28.91% from 255 or 19.78% from 369); Blue value is 64 (25.39% from 255 or 17.34% from 369); Max value from RGB is 232 - color contains mainly: red. Hex color #E84940 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E84940 is #17B6BF. Grayscale: #777777. Windows color (decimal): -1554112 or 4213224. OLE color: 4213224.

HSL color Cylindrical-coordinate representation of color #E84940: hue angle of 3.21º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E84940 is Cyan = 0, Magento = 0.69, Yellow = 0.72 and Black (K on CMYK) = 0.09.

Color convert

RGB2327364-
CMYK00.690.720.09
HSL3.21º78.5%58.04%-
HSV(B)3.21º72.41%90.98%-
XYZ36.5922.297.22-
YUV119.5296.68208.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 232 (91.02% from 255) = 62.87%
GREEN value IS 73 (28.91% from 255) = 19.78%
BLUE value IS 64 (25.39% from 255) = 17.34%
R=62.87%
G=19.78%
B=17.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.72
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232736400.690.720.093.2178.558.04
HexE8494004548934f3a
Octal350111100010511011311772
Binary11101000100100110000000100010110010001001111001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E84940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E84940; }

 p { color: rgb(232,73,64); }

 H1.HeaderClassName
 {
   color: #E84940;
 }
 .AnyTagClassName
 {
   color: #E84940;
 }
</style>
background-color css

<style>
 a { background-color: #E84940; }

 a { background-color: rgb(232,73,64); }

 div.DivClassName
 {
   background-color: #E84940;
 }
 .BgClassName
 {
   background-color: #E84940;
 }
</style>
border-color css

<style>
 span { border-color: #E84940; }

 span { border-color: rgb(232,73,64); }

 td.TdClassName
 {
   border-color: #E84940;
 }
 .TagClassName
 {
   border-color: #E84940;
 }
</style>