#E5543A

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

Shades of Cinnabar #E5543A

Tints of Cinnabar #E5543A

Color information

#E5543A (or 0xE5543A) is unknown color: approx Cinnabar. HEX triplet: E5, 54 and 3A. RGB value is (229,84,58). Sum of RGB (Red+Green+Blue) = 229+84+58=371 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.73% from 371); Green value is 84 (33.20% from 255 or 22.64% from 371); Blue value is 58 (23.05% from 255 or 15.63% from 371); Max value from RGB is 229 - color contains mainly: red. Hex color #E5543A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E5543A is #1AABC5. Grayscale: #7C7C7C. Windows color (decimal): -1747910 or 3822821. OLE color: 3822821.

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

Color convert

RGB2298458-
CMYK00.630.750.10
HSL9.12º76.68%56.27%-
HSV(B)9.12º74.67%89.8%-
XYZ36.2523.36.59-
YUV124.3990.54202.61-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 61.73%
GREEN value IS 84 (33.20% from 255) = 22.64%
BLUE value IS 58 (23.05% from 255) = 15.63%
R=61.73%
G=22.64%
B=15.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.75
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229845800.630.750.109.1276.6856.27
HexE5543A03F4BA94d38
Octal34512472077113121111570
Binary11100101101010011101001111111001011101010011001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5543A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5543A; }

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

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

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

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

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

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

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

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