Html Css Color HEX #D6573D Dark Coral

📋 copy color: '#D6573D'

red 214 ◦ green 87 ◦ blue 61

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

Shades of Dark Coral #D6573D

Tints of Dark Coral #D6573D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.03%

 BLUE value IS 61 (24.22% from 255) = 16.85%

R = 59.12%
G = 24.03%
B = 16.85%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D6573D (or 0xD6573D) is known color: Dark Coral. HEX triplet: D6, 57 and 3D. RGB value is (214,87,61). Sum of RGB (Red+Green+Blue) = 214+87+61=362 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.12% from 362); Green value is 87 (34.38% from 255 or 24.03% from 362); Blue value is 61 (24.22% from 255 or 16.85% from 362); Max value from RGB is 214 - color contains mainly: red. Hex color #D6573D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6573D is #29A8C2. Grayscale: #7A7A7A. Windows color (decimal): -2730179 or 4020182. OLE color: 4020182.

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

Color convert

RGB 214 87 61 -
CMYK 0 0.59 0.71 0.16
HSL 10.2º 0.65% 0.54% -
HSV(B) 10.2º 0.71% 0.84% -
XYZ 31.98 21.45 6.87 -
YUV 122.01 93.58 193.61 -
System Red Green Blue C M Y K H S L
Decimal 214 87 61 0 0.59 0.71 0.16 10.2 0.65 0.54
Hex D6 57 3D 0 3B 47 10 A 41 36
Octal 326 127 75 0 73 107 20 12 101 66
Binary 11010110 1010111 111101 0 111011 1000111 10000 1010 1000001 110110

Color Harmonies of #D6573D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6573D

Black with #D6573D

Text Example


Text Example

White with #D6573D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6573D; }

 p { color: rgb(214,87,61); }

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

background-color css

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

 a { background-color: rgb(214,87,61); }

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

border-color css

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

 span { border-color: rgb(214,87,61); }

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