#E84140

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

Shades of Cinnabar #E84140

Tints of Cinnabar #E84140

Color information

#E84140 (or 0xE84140) is unknown color: approx Cinnabar. HEX triplet: E8, 41 and 40. RGB value is (232,65,64). Sum of RGB (Red+Green+Blue) = 232+65+64=361 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.27% from 361); Green value is 65 (25.78% from 255 or 18.01% from 361); Blue value is 64 (25.39% from 255 or 17.73% from 361); Max value from RGB is 232 - color contains mainly: red. Hex color #E84140 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E84140 is #17BEBF. Grayscale: #727272. Windows color (decimal): -1556160 or 4211176. OLE color: 4211176.

HSL color Cylindrical-coordinate representation of color #E84140: hue angle of 0.36º 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 #E84140 is Cyan = 0, Magento = 0.72, Yellow = 0.72 and Black (K on CMYK) = 0.09.

Color convert

RGB2326564-
CMYK00.720.720.09
HSL0.36º78.5%58.04%-
HSV(B)0.36º72.41%90.98%-
XYZ36.0921.317.06-
YUV114.8299.33211.58-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 64.27%
GREEN value IS 65 (25.78% from 255) = 18.01%
BLUE value IS 64 (25.39% from 255) = 17.73%
R=64.27%
G=18.01%
B=17.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.72
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232656400.720.720.090.3678.558.04
HexE8414004848904f3a
Octal350101100011011011011772
Binary1110100010000011000000010010001001000100101001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E84140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E84140; }

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

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

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

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

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

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

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

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