#D2543D

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

Shades of Dark Coral #D2543D

Tints of Dark Coral #D2543D

Color information

#D2543D (or 0xD2543D) is unknown color: approx Dark Coral. HEX triplet: D2, 54 and 3D. RGB value is (210,84,61). Sum of RGB (Red+Green+Blue) = 210+84+61=355 (47% of max value = 765). Red value is 210 (82.42% from 255 or 59.15% from 355); Green value is 84 (33.20% from 255 or 23.66% from 355); Blue value is 61 (24.22% from 255 or 17.18% from 355); Max value from RGB is 210 - color contains mainly: red. Hex color #D2543D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2543D is #2DABC2. Grayscale: #777777. Windows color (decimal): -2993091 or 4019410. OLE color: 4019410.

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

Color convert

RGB2108461-
CMYK00.60.710.18
HSL9.26º62.34%53.14%-
HSV(B)9.26º70.95%82.35%-
XYZ30.5920.386.74-
YUV119.0595.24192.87-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 59.15%
GREEN value IS 84 (33.20% from 255) = 23.66%
BLUE value IS 61 (24.22% from 255) = 17.18%
R=59.15%
G=23.66%
B=17.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.71
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210846100.60.710.189.2662.3453.14
HexD2543D03C471293e35
Octal3221247507410722117665
Binary11010010101010011110101111001000111100101001111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2543D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2543D; }

 p { color: rgb(210,84,61); }

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

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

 a { background-color: rgb(210,84,61); }

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

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

 span { border-color: rgb(210,84,61); }

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