Html Css Color HEX #D2543D Dark Coral

📋 copy color: '#D2543D'

red 210 ◦ green 84 ◦ blue 61

#D2543D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Coral #D2543D

Tints of Dark Coral #D2543D

RGB

 RED value IS 210 (82.42% from 255) = 59.15%

 GREEN value IS 84 (33.2% 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 value IS 0

 M value IS 0.6

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D2543D (or 0xD2543D) is known color: 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

RGB 210 84 61 -
CMYK 0 0.6 0.71 0.18
HSL 9.26º 0.62% 0.53% -
HSV(B) 9.26º 0.71% 0.82% -
XYZ 30.59 20.38 6.74 -
YUV 119.05 95.24 192.87 -
System Red Green Blue C M Y K H S L
Decimal 210 84 61 0 0.6 0.71 0.18 9.26 0.62 0.53
Hex D2 54 3D 0 3C 47 12 9 3E 35
Octal 322 124 75 0 74 107 22 11 76 65
Binary 11010010 1010100 111101 0 111100 1000111 10010 1001 111110 110101

Color Harmonies of #D2543D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2543D

Black with #D2543D

Text Example


Text Example

White with #D2543D

Text Example


Text Example

HTML Codes & Css Web 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>