#E5563A

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

Shades of Cinnabar #E5563A

Tints of Cinnabar #E5563A

Color information

#E5563A (or 0xE5563A) is unknown color: approx Cinnabar. HEX triplet: E5, 56 and 3A. RGB value is (229,86,58). Sum of RGB (Red+Green+Blue) = 229+86+58=373 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.39% from 373); Green value is 86 (33.98% from 255 or 23.06% from 373); Blue value is 58 (23.05% from 255 or 15.55% from 373); Max value from RGB is 229 - color contains mainly: red. Hex color #E5563A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E5563A is #1AA9C5. Grayscale: #7D7D7D. Windows color (decimal): -1747398 or 3823333. OLE color: 3823333.

HSL color Cylindrical-coordinate representation of color #E5563A: hue angle of 9.82º 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 #E5563A is Cyan = 0, Magento = 0.62, Yellow = 0.75 and Black (K on CMYK) = 0.10.

Color convert

RGB2298658-
CMYK00.620.750.10
HSL9.82º76.68%56.27%-
HSV(B)9.82º74.67%89.8%-
XYZ36.423.626.64-
YUV125.5689.88201.78-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 61.39%
GREEN value IS 86 (33.98% from 255) = 23.06%
BLUE value IS 58 (23.05% from 255) = 15.55%
R=61.39%
G=23.06%
B=15.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.75
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229865800.620.750.109.8276.6856.27
HexE5563A03E4BAa4d38
Octal34512672076113121211570
Binary11100101101011011101001111101001011101010101001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5563A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5563A; }

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

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

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

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

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

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

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

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