#E94240

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

Shades of Cinnabar #E94240

Tints of Cinnabar #E94240

Color information

#E94240 (or 0xE94240) is unknown color: approx Cinnabar. HEX triplet: E9, 42 and 40. RGB value is (233,66,64). Sum of RGB (Red+Green+Blue) = 233+66+64=363 (48% of max value = 765). Red value is 233 (91.41% from 255 or 64.19% from 363); Green value is 66 (26.17% from 255 or 18.18% from 363); Blue value is 64 (25.39% from 255 or 17.63% from 363); Max value from RGB is 233 - color contains mainly: red. Hex color #E94240 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E94240 is #16BDBF. Grayscale: #737373. Windows color (decimal): -1490368 or 4211433. OLE color: 4211433.

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

Color convert

RGB2336664-
CMYK00.720.730.09
HSL0.71º79.34%58.24%-
HSV(B)0.71º72.53%91.37%-
XYZ36.4821.597.1-
YUV115.798.83211.66-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 64.19%
GREEN value IS 66 (26.17% from 255) = 18.18%
BLUE value IS 64 (25.39% from 255) = 17.63%
R=64.19%
G=18.18%
B=17.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.73
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233666400.720.730.090.7179.3458.24
HexE9424004849914f3a
Octal351102100011011111111772
Binary1110100110000101000000010010001001001100111001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E94240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E94240; }

 p { color: rgb(233,66,64); }

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

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

 a { background-color: rgb(233,66,64); }

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

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

 span { border-color: rgb(233,66,64); }

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