#E94E3C

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

Shades of Cinnabar #E94E3C

Tints of Cinnabar #E94E3C

Color information

#E94E3C (or 0xE94E3C) is unknown color: approx Cinnabar. HEX triplet: E9, 4E and 3C. RGB value is (233,78,60). Sum of RGB (Red+Green+Blue) = 233+78+60=371 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.80% from 371); Green value is 78 (30.86% from 255 or 21.02% from 371); Blue value is 60 (23.83% from 255 or 16.17% from 371); Max value from RGB is 233 - color contains mainly: red. Hex color #E94E3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E94E3C is #16B1C3. Grayscale: #7A7A7A. Windows color (decimal): -1487300 or 3952361. OLE color: 3952361.

HSL color Cylindrical-coordinate representation of color #E94E3C: hue angle of 6.24º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E94E3C is Cyan = 0, Magento = 0.67, Yellow = 0.74 and Black (K on CMYK) = 0.09.

Color convert

RGB2337860-
CMYK00.670.740.09
HSL6.24º79.72%57.45%-
HSV(B)6.24º74.25%91.37%-
XYZ37.1423.16.78-
YUV122.2992.85206.96-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 62.80%
GREEN value IS 78 (30.86% from 255) = 21.02%
BLUE value IS 60 (23.83% from 255) = 16.17%
R=62.80%
G=21.02%
B=16.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.74
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233786000.670.740.096.2479.7257.45
HexE94E3C0434A965039
Octal35111674010311211612071
Binary11101001100111011110001000011100101010011101010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E94E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E94E3C; }

 p { color: rgb(233,78,60); }

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

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

 a { background-color: rgb(233,78,60); }

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

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

 span { border-color: rgb(233,78,60); }

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