Html Css Color HEX #DC593C Chilean Fire

📋 copy color: '#DC593C'

red 220 ◦ green 89 ◦ blue 60

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

Shades of Chilean Fire #DC593C

Tints of Chilean Fire #DC593C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 16.26%

R = 59.62%
G = 24.12%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DC593C (or 0xDC593C) is known color: Chilean Fire. HEX triplet: DC, 59 and 3C. RGB value is (220,89,60). Sum of RGB (Red+Green+Blue) = 220+89+60=369 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.62% from 369); Green value is 89 (35.16% from 255 or 24.12% from 369); Blue value is 60 (23.83% from 255 or 16.26% from 369); Max value from RGB is 220 - color contains mainly: red. Hex color #DC593C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC593C is #23A6C3. Grayscale: #7D7D7D. Windows color (decimal): -2336452 or 3955164. OLE color: 3955164.

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

Color convert

RGB 220 89 60 -
CMYK 0 0.60 0.73 0.14
HSL 10.88º 0.7% 0.55% -
HSV(B) 10.88º 0.73% 0.86% -
XYZ 33.9 22.69 6.87 -
YUV 124.86 91.4 195.86 -
System Red Green Blue C M Y K H S L
Decimal 220 89 60 0 0.60 0.73 0.14 10.88 0.7 0.55
Hex DC 59 3C 0 3C 49 E B 46 37
Octal 334 131 74 0 74 111 16 13 106 67
Binary 11011100 1011001 111100 0 111100 1001001 1110 1011 1000110 110111

Color Harmonies of #DC593C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC593C

Black with #DC593C

Text Example


Text Example

White with #DC593C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC593C; }

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

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

background-color css

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

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

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

border-color css

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

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

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