#E9542E

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

Shades of Cinnabar #E9542E

Tints of Cinnabar #E9542E

Color information

#E9542E (or 0xE9542E) is unknown color: approx Cinnabar. HEX triplet: E9, 54 and 2E. RGB value is (233,84,46). Sum of RGB (Red+Green+Blue) = 233+84+46=363 (48% of max value = 765). Red value is 233 (91.41% from 255 or 64.19% from 363); Green value is 84 (33.20% from 255 or 23.14% from 363); Blue value is 46 (18.36% from 255 or 12.67% from 363); Max value from RGB is 233 - color contains mainly: red. Hex color #E9542E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E9542E is #16ABD1. Grayscale: #7C7C7C. Windows color (decimal): -1485778 or 3036393. OLE color: 3036393.

HSL color Cylindrical-coordinate representation of color #E9542E: hue angle of 12.19º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E9542E is Cyan = 0, Magento = 0.64, Yellow = 0.80 and Black (K on CMYK) = 0.09.

Color convert

RGB2338446-
CMYK00.640.800.09
HSL12.19º80.95%54.71%-
HSV(B)12.19º80.26%91.37%-
XYZ37.2723.865.23-
YUV124.2283.86205.59-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 64.19%
GREEN value IS 84 (33.20% from 255) = 23.14%
BLUE value IS 46 (18.36% from 255) = 12.67%
R=64.19%
G=23.14%
B=12.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.80
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233844600.640.800.0912.1980.9554.71
HexE9542E040509c5137
Octal351124560100120111412167
Binary111010011010100101110010000001010000100111001010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9542E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9542E; }

 p { color: rgb(233,84,46); }

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

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

 a { background-color: rgb(233,84,46); }

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

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

 span { border-color: rgb(233,84,46); }

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