Html Css Color HEX #D6573F Dark Coral

📋 copy color: '#D6573F'

red 214 ◦ green 87 ◦ blue 63

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

Shades of Dark Coral #D6573F

Tints of Dark Coral #D6573F

RGB

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

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

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

R = 58.79%
G = 23.9%
B = 17.31%

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

#D6573F (or 0xD6573F) is known color: Dark Coral. HEX triplet: D6, 57 and 3F. RGB value is (214,87,63). Sum of RGB (Red+Green+Blue) = 214+87+63=364 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.79% from 364); Green value is 87 (34.38% from 255 or 23.90% from 364); Blue value is 63 (25% from 255 or 17.31% from 364); Max value from RGB is 214 - color contains mainly: red. Hex color #D6573F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6573F is #29A8C0. Grayscale: #7A7A7A. Windows color (decimal): -2730177 or 4151254. OLE color: 4151254.

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

Color convert

RGB 214 87 63 -
CMYK 0 0.59 0.71 0.16
HSL 9.54º 0.65% 0.54% -
HSV(B) 9.54º 0.71% 0.84% -
XYZ 32.04 21.47 7.16 -
YUV 122.24 94.58 193.45 -
System Red Green Blue C M Y K H S L
Decimal 214 87 63 0 0.59 0.71 0.16 9.54 0.65 0.54
Hex D6 57 3F 0 3B 47 10 A 41 36
Octal 326 127 77 0 73 107 20 12 101 66
Binary 11010110 1010111 111111 0 111011 1000111 10000 1010 1000001 110110

Color Harmonies of #D6573F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6573F

Black with #D6573F

Text Example


Text Example

White with #D6573F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6573F; }

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

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

background-color css

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

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

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

border-color css

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

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

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