#E94D3C

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

Shades of Cinnabar #E94D3C

Tints of Cinnabar #E94D3C

Color information

#E94D3C (or 0xE94D3C) is unknown color: approx Cinnabar. HEX triplet: E9, 4D and 3C. RGB value is (233,77,60). Sum of RGB (Red+Green+Blue) = 233+77+60=370 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.97% from 370); Green value is 77 (30.47% from 255 or 20.81% from 370); Blue value is 60 (23.83% from 255 or 16.22% from 370); Max value from RGB is 233 - color contains mainly: red. Hex color #E94D3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E94D3C is #16B2C3. Grayscale: #797979. Windows color (decimal): -1487556 or 3952105. OLE color: 3952105.

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

Color convert

RGB2337760-
CMYK00.670.740.09
HSL5.9º79.72%57.45%-
HSV(B)5.9º74.25%91.37%-
XYZ37.0722.966.75-
YUV121.7193.18207.38-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 62.97%
GREEN value IS 77 (30.47% from 255) = 20.81%
BLUE value IS 60 (23.83% from 255) = 16.22%
R=62.97%
G=20.81%
B=16.22%

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
Decimal233776000.670.740.095.979.7257.45
HexE94D3C0434A965039
Octal35111574010311211612071
Binary11101001100110111110001000011100101010011101010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E94D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E94D3C; }

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

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

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

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

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

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

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

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