Html Css Color HEX #D6543F Dark Coral

📋 copy color: '#D6543F'

red 214 ◦ green 84 ◦ blue 63

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

Shades of Dark Coral #D6543F

Tints of Dark Coral #D6543F

RGB

 RED value IS 214 (83.98% from 255) = 59.28%

 GREEN value IS 84 (33.2% from 255) = 23.27%

 BLUE value IS 63 (25% from 255) = 17.45%

R = 59.28%
G = 23.27%
B = 17.45%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D6543F (or 0xD6543F) is known color: Dark Coral. HEX triplet: D6, 54 and 3F. RGB value is (214,84,63). Sum of RGB (Red+Green+Blue) = 214+84+63=361 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.28% from 361); Green value is 84 (33.20% from 255 or 23.27% from 361); Blue value is 63 (25% from 255 or 17.45% from 361); Max value from RGB is 214 - color contains mainly: red. Hex color #D6543F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6543F is #29ABC0. Grayscale: #787878. Windows color (decimal): -2730945 or 4150486. OLE color: 4150486.

HSL color Cylindrical-coordinate representation of color #D6543F: hue angle of 8.34º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D6543F is Cyan = 0, Magento = 0.61, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 84 63 -
CMYK 0 0.61 0.71 0.16
HSL 8.34º 0.65% 0.54% -
HSV(B) 8.34º 0.71% 0.84% -
XYZ 31.8 21 7.08 -
YUV 120.48 95.57 194.71 -
System Red Green Blue C M Y K H S L
Decimal 214 84 63 0 0.61 0.71 0.16 8.34 0.65 0.54
Hex D6 54 3F 0 3D 47 10 8 41 36
Octal 326 124 77 0 75 107 20 10 101 66
Binary 11010110 1010100 111111 0 111101 1000111 10000 1000 1000001 110110

Color Harmonies of #D6543F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6543F

Black with #D6543F

Text Example


Text Example

White with #D6543F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6543F; }

 p { color: rgb(214,84,63); }

 H1.HeaderClassName
 {
   color: #D6543F;
 }
 .AnyTagClassName
 {
   color: #D6543F;
 }
</style>

background-color css

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

 a { background-color: rgb(214,84,63); }

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

border-color css

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

 span { border-color: rgb(214,84,63); }

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