Html Css Color HEX #DC5D3C Chilean Fire

📋 copy color: '#DC5D3C'

red 220 ◦ green 93 ◦ blue 60

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

Shades of Chilean Fire #DC5D3C

Tints of Chilean Fire #DC5D3C

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.93%

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

R = 58.98%
G = 24.93%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DC5D3C (or 0xDC5D3C) is known color: Chilean Fire. HEX triplet: DC, 5D and 3C. RGB value is (220,93,60). Sum of RGB (Red+Green+Blue) = 220+93+60=373 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.98% from 373); Green value is 93 (36.72% from 255 or 24.93% from 373); Blue value is 60 (23.83% from 255 or 16.09% from 373); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5D3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5D3C is #23A2C3. Grayscale: #7F7F7F. Windows color (decimal): -2335428 or 3956188. OLE color: 3956188.

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

Color convert

RGB 220 93 60 -
CMYK 0 0.58 0.73 0.14
HSL 12.38º 0.7% 0.55% -
HSV(B) 12.38º 0.73% 0.86% -
XYZ 34.25 23.37 6.98 -
YUV 127.21 90.08 194.18 -
System Red Green Blue C M Y K H S L
Decimal 220 93 60 0 0.58 0.73 0.14 12.38 0.7 0.55
Hex DC 5D 3C 0 3A 49 E C 46 37
Octal 334 135 74 0 72 111 16 14 106 67
Binary 11011100 1011101 111100 0 111010 1001001 1110 1100 1000110 110111

Color Harmonies of #DC5D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5D3C

Black with #DC5D3C

Text Example


Text Example

White with #DC5D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5D3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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