#D1563D

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

Shades of Dark Coral #D1563D

Tints of Dark Coral #D1563D

Color information

#D1563D (or 0xD1563D) is unknown color: approx Dark Coral. HEX triplet: D1, 56 and 3D. RGB value is (209,86,61). Sum of RGB (Red+Green+Blue) = 209+86+61=356 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.71% from 356); Green value is 86 (33.98% from 255 or 24.16% from 356); Blue value is 61 (24.22% from 255 or 17.13% from 356); Max value from RGB is 209 - color contains mainly: red. Hex color #D1563D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1563D is #2EA9C2. Grayscale: #787878. Windows color (decimal): -3058115 or 4019921. OLE color: 4019921.

HSL color Cylindrical-coordinate representation of color #D1563D: hue angle of 10.14º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D1563D is Cyan = 0, Magento = 0.59, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB2098661-
CMYK00.590.710.18
HSL10.14º61.67%52.94%-
HSV(B)10.14º70.81%81.96%-
XYZ30.4620.556.78-
YUV119.9394.75191.53-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 58.71%
GREEN value IS 86 (33.98% from 255) = 24.16%
BLUE value IS 61 (24.22% from 255) = 17.13%
R=58.71%
G=24.16%
B=17.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.71
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209866100.590.710.1810.1461.6752.94
HexD1563D03B4712a3e35
Octal3211267507310722127665
Binary11010001101011011110101110111000111100101010111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1563D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1563D; }

 p { color: rgb(209,86,61); }

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

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

 a { background-color: rgb(209,86,61); }

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

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

 span { border-color: rgb(209,86,61); }

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