#D1553D

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

Shades of Dark Coral #D1553D

Tints of Dark Coral #D1553D

Color information

#D1553D (or 0xD1553D) is unknown color: approx Dark Coral. HEX triplet: D1, 55 and 3D. RGB value is (209,85,61). Sum of RGB (Red+Green+Blue) = 209+85+61=355 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.87% from 355); Green value is 85 (33.59% from 255 or 23.94% from 355); Blue value is 61 (24.22% from 255 or 17.18% from 355); Max value from RGB is 209 - color contains mainly: red. Hex color #D1553D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1553D is #2EAAC2. Grayscale: #777777. Windows color (decimal): -3058371 or 4019665. OLE color: 4019665.

HSL color Cylindrical-coordinate representation of color #D1553D: hue angle of 9.73º 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 #D1553D is Cyan = 0, Magento = 0.59, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB2098561-
CMYK00.590.710.18
HSL9.73º61.67%52.94%-
HSV(B)9.73º70.81%81.96%-
XYZ30.3920.396.75-
YUV119.3495.08191.95-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 58.87%
GREEN value IS 85 (33.59% from 255) = 23.94%
BLUE value IS 61 (24.22% from 255) = 17.18%
R=58.87%
G=23.94%
B=17.18%

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
Decimal209856100.590.710.189.7361.6752.94
HexD1553D03B4712a3e35
Octal3211257507310722127665
Binary11010001101010111110101110111000111100101010111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1553D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1553D; }

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

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

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

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

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

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

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

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