Html Css Color HEX #DC593F Dark Coral

📋 copy color: '#DC593F'

red 220 ◦ green 89 ◦ blue 63

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

Shades of Dark Coral #DC593F

Tints of Dark Coral #DC593F

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.92%

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

R = 59.14%
G = 23.92%
B = 16.94%

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

#DC593F (or 0xDC593F) is known color: Dark Coral. HEX triplet: DC, 59 and 3F. RGB value is (220,89,63). Sum of RGB (Red+Green+Blue) = 220+89+63=372 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.14% from 372); Green value is 89 (35.16% from 255 or 23.92% from 372); Blue value is 63 (25% from 255 or 16.94% from 372); Max value from RGB is 220 - color contains mainly: red. Hex color #DC593F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC593F is #23A6C0. Grayscale: #7D7D7D. Windows color (decimal): -2336449 or 4151772. OLE color: 4151772.

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

Color convert

RGB 220 89 63 -
CMYK 0 0.60 0.71 0.14
HSL 9.94º 0.69% 0.55% -
HSV(B) 9.94º 0.71% 0.86% -
XYZ 33.98 22.72 7.3 -
YUV 125.21 92.9 195.61 -
System Red Green Blue C M Y K H S L
Decimal 220 89 63 0 0.60 0.71 0.14 9.94 0.69 0.55
Hex DC 59 3F 0 3C 47 E A 45 37
Octal 334 131 77 0 74 107 16 12 105 67
Binary 11011100 1011001 111111 0 111100 1000111 1110 1010 1000101 110111

Color Harmonies of #DC593F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC593F

Black with #DC593F

Text Example


Text Example

White with #DC593F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC593F; }

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

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

background-color css

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

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

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

border-color css

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

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

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