Html Css Color HEX #D5543F Dark Coral

📋 copy color: '#D5543F'

red 213 ◦ green 84 ◦ blue 63

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

Shades of Dark Coral #D5543F

Tints of Dark Coral #D5543F

RGB

 RED value IS 213 (83.59% from 255) = 59.17%

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

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

R = 59.17%
G = 23.33%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D5543F (or 0xD5543F) is known color: Dark Coral. HEX triplet: D5, 54 and 3F. RGB value is (213,84,63). Sum of RGB (Red+Green+Blue) = 213+84+63=360 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.17% from 360); Green value is 84 (33.20% from 255 or 23.33% from 360); Blue value is 63 (25% from 255 or 17.5% from 360); Max value from RGB is 213 - color contains mainly: red. Hex color #D5543F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5543F is #2AABC0. Grayscale: #787878. Windows color (decimal): -2796481 or 4150485. OLE color: 4150485.

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

Color convert

RGB 213 84 63 -
CMYK 0 0.61 0.70 0.16
HSL 8.4º 0.64% 0.54% -
HSV(B) 8.4º 0.7% 0.84% -
XYZ 31.51 20.85 7.07 -
YUV 120.18 95.74 194.21 -
System Red Green Blue C M Y K H S L
Decimal 213 84 63 0 0.61 0.70 0.16 8.4 0.64 0.54
Hex D5 54 3F 0 3D 46 10 8 40 36
Octal 325 124 77 0 75 106 20 10 100 66
Binary 11010101 1010100 111111 0 111101 1000110 10000 1000 1000000 110110

Color Harmonies of #D5543F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5543F

Black with #D5543F

Text Example


Text Example

White with #D5543F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5543F; }

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

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

background-color css

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

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

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

border-color css

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

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

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