#E9493C

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

Shades of Cinnabar #E9493C

Tints of Cinnabar #E9493C

Color information

#E9493C (or 0xE9493C) is unknown color: approx Cinnabar. HEX triplet: E9, 49 and 3C. RGB value is (233,73,60). Sum of RGB (Red+Green+Blue) = 233+73+60=366 (48% of max value = 765). Red value is 233 (91.41% from 255 or 63.66% from 366); Green value is 73 (28.91% from 255 or 19.95% from 366); Blue value is 60 (23.83% from 255 or 16.39% from 366); Max value from RGB is 233 - color contains mainly: red. Hex color #E9493C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9493C is #16B6C3. Grayscale: #777777. Windows color (decimal): -1488580 or 3951081. OLE color: 3951081.

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

Color convert

RGB2337360-
CMYK00.690.740.09
HSL4.51º79.72%57.45%-
HSV(B)4.51º74.25%91.37%-
XYZ36.822.416.66-
YUV119.3694.51209.06-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 63.66%
GREEN value IS 73 (28.91% from 255) = 19.95%
BLUE value IS 60 (23.83% from 255) = 16.39%
R=63.66%
G=19.95%
B=16.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.74
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233736000.690.740.094.5179.7257.45
HexE9493C0454A955039
Octal35111174010511211512071
Binary11101001100100111110001000101100101010011011010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9493C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9493C; }

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

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

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

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

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

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

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

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