#E5542F

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

Shades of Cinnabar #E5542F

Tints of Cinnabar #E5542F

Color information

#E5542F (or 0xE5542F) is unknown color: approx Cinnabar. HEX triplet: E5, 54 and 2F. RGB value is (229,84,47). Sum of RGB (Red+Green+Blue) = 229+84+47=360 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.61% from 360); Green value is 84 (33.20% from 255 or 23.33% from 360); Blue value is 47 (18.75% from 255 or 13.06% from 360); Max value from RGB is 229 - color contains mainly: red. Hex color #E5542F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E5542F is #1AABD0. Grayscale: #7B7B7B. Windows color (decimal): -1747921 or 3101925. OLE color: 3101925.

HSL color Cylindrical-coordinate representation of color #E5542F: hue angle of 12.2º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E5542F is Cyan = 0, Magento = 0.63, Yellow = 0.79 and Black (K on CMYK) = 0.10.

Color convert

RGB2298447-
CMYK00.630.790.10
HSL12.2º77.78%54.12%-
HSV(B)12.2º79.48%89.8%-
XYZ3623.25.27-
YUV123.1485.04203.51-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 63.61%
GREEN value IS 84 (33.20% from 255) = 23.33%
BLUE value IS 47 (18.75% from 255) = 13.06%
R=63.61%
G=23.33%
B=13.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.79
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229844700.630.790.1012.277.7854.12
HexE5542F03F4FAc4e36
Octal34512457077117121411666
Binary11100101101010010111101111111001111101011001001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5542F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5542F; }

 p { color: rgb(229,84,47); }

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

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

 a { background-color: rgb(229,84,47); }

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

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

 span { border-color: rgb(229,84,47); }

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