#E1563C

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

Shades of Dark Coral #E1563C

Tints of Dark Coral #E1563C

Color information

#E1563C (or 0xE1563C) is unknown color: approx Dark Coral. HEX triplet: E1, 56 and 3C. RGB value is (225,86,60). Sum of RGB (Red+Green+Blue) = 225+86+60=371 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.65% from 371); Green value is 86 (33.98% from 255 or 23.18% from 371); Blue value is 60 (23.83% from 255 or 16.17% from 371); Max value from RGB is 225 - color contains mainly: red. Hex color #E1563C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1563C is #1EA9C3. Grayscale: #7C7C7C. Windows color (decimal): -2009540 or 3954401. OLE color: 3954401.

HSL color Cylindrical-coordinate representation of color #E1563C: hue angle of 9.45º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E1563C is Cyan = 0, Magento = 0.62, Yellow = 0.73 and Black (K on CMYK) = 0.12.

Color convert

RGB2258660-
CMYK00.620.730.12
HSL9.45º73.33%55.88%-
HSV(B)9.45º73.33%88.24%-
XYZ35.1922.996.86-
YUV124.691.55199.61-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 60.65%
GREEN value IS 86 (33.98% from 255) = 23.18%
BLUE value IS 60 (23.83% from 255) = 16.17%
R=60.65%
G=23.18%
B=16.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.73
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225866000.620.730.129.4573.3355.88
HexE1563C03E49C94938
Octal34112674076111141111170
Binary11100001101011011110001111101001001110010011001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1563C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1563C; }

 p { color: rgb(225,86,60); }

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

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

 a { background-color: rgb(225,86,60); }

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

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

 span { border-color: rgb(225,86,60); }

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