#DC593F

Color #DC593F Dark Coral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Coral #DC593F

Tints of Dark Coral #DC593F

Color information

#DC593F (or 0xDC593F) is unknown color: approx 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

RGB2208963-
CMYK00.600.710.14
HSL9.94º69.16%55.49%-
HSV(B)9.94º71.36%86.27%-
XYZ33.9822.727.3-
YUV125.292.9195.61-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.71
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220896300.600.710.149.9469.1655.49
HexDC593F03C47Ea4537
Octal33413177074107161210567
Binary11011100101100111111101111001000111111010101000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC593F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>