Html Css Color HEX #D5543C Dark Coral

📋 copy color: '#D5543C'

red 213 ◦ green 84 ◦ blue 60

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

Shades of Dark Coral #D5543C

Tints of Dark Coral #D5543C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 16.81%

R = 59.66%
G = 23.53%
B = 16.81%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D5543C (or 0xD5543C) is known color: Dark Coral. HEX triplet: D5, 54 and 3C. RGB value is (213,84,60). Sum of RGB (Red+Green+Blue) = 213+84+60=357 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.66% from 357); Green value is 84 (33.20% from 255 or 23.53% from 357); Blue value is 60 (23.83% from 255 or 16.81% from 357); Max value from RGB is 213 - color contains mainly: red. Hex color #D5543C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5543C is #2AABC3. Grayscale: #787878. Windows color (decimal): -2796484 or 3953877. OLE color: 3953877.

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

Color convert

RGB 213 84 60 -
CMYK 0 0.61 0.72 0.16
HSL 9.41º 0.65% 0.54% -
HSV(B) 9.41º 0.72% 0.84% -
XYZ 31.43 20.81 6.64 -
YUV 119.84 94.24 194.45 -
System Red Green Blue C M Y K H S L
Decimal 213 84 60 0 0.61 0.72 0.16 9.41 0.65 0.54
Hex D5 54 3C 0 3D 48 10 9 41 36
Octal 325 124 74 0 75 110 20 11 101 66
Binary 11010101 1010100 111100 0 111101 1001000 10000 1001 1000001 110110

Color Harmonies of #D5543C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5543C

Black with #D5543C

Text Example


Text Example

White with #D5543C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5543C; }

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

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

background-color css

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

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

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

border-color css

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

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

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