Html Css Color HEX #DC573F Dark Coral

📋 copy color: '#DC573F'

red 220 ◦ green 87 ◦ blue 63

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

Shades of Dark Coral #DC573F

Tints of Dark Coral #DC573F

RGB

 RED value IS 220 (86.33% from 255) = 59.46%

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

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

R = 59.46%
G = 23.51%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DC573F (or 0xDC573F) is known color: Dark Coral. HEX triplet: DC, 57 and 3F. RGB value is (220,87,63). Sum of RGB (Red+Green+Blue) = 220+87+63=370 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.46% from 370); Green value is 87 (34.38% from 255 or 23.51% from 370); Blue value is 63 (25% from 255 or 17.03% from 370); Max value from RGB is 220 - color contains mainly: red. Hex color #DC573F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC573F is #23A8C0. Grayscale: #7C7C7C. Windows color (decimal): -2336961 or 4151260. OLE color: 4151260.

HSL color Cylindrical-coordinate representation of color #DC573F: hue angle of 9.17º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DC573F is Cyan = 0, Magento = 0.60, Yellow = 0.71 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 87 63 -
CMYK 0 0.60 0.71 0.14
HSL 9.17º 0.69% 0.55% -
HSV(B) 9.17º 0.71% 0.86% -
XYZ 33.82 22.39 7.24 -
YUV 124.03 93.56 196.45 -
System Red Green Blue C M Y K H S L
Decimal 220 87 63 0 0.60 0.71 0.14 9.17 0.69 0.55
Hex DC 57 3F 0 3C 47 E 9 45 37
Octal 334 127 77 0 74 107 16 11 105 67
Binary 11011100 1010111 111111 0 111100 1000111 1110 1001 1000101 110111

Color Harmonies of #DC573F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC573F

Black with #DC573F

Text Example


Text Example

White with #DC573F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC573F; }

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

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

background-color css

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

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

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

border-color css

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

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

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