Html Css Color HEX #DC5E3C Chilean Fire

📋 copy color: '#DC5E3C'

red 220 ◦ green 94 ◦ blue 60

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

Shades of Chilean Fire #DC5E3C

Tints of Chilean Fire #DC5E3C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.13%

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

R = 58.82%
G = 25.13%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DC5E3C (or 0xDC5E3C) is known color: Chilean Fire. HEX triplet: DC, 5E and 3C. RGB value is (220,94,60). Sum of RGB (Red+Green+Blue) = 220+94+60=374 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.82% from 374); Green value is 94 (37.11% from 255 or 25.13% from 374); Blue value is 60 (23.83% from 255 or 16.04% from 374); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5E3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5E3C is #23A1C3. Grayscale: #808080. Windows color (decimal): -2335172 or 3956444. OLE color: 3956444.

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

Color convert

RGB 220 94 60 -
CMYK 0 0.57 0.73 0.14
HSL 12.75º 0.7% 0.55% -
HSV(B) 12.75º 0.73% 0.86% -
XYZ 34.33 23.55 7.01 -
YUV 127.8 89.74 193.76 -
System Red Green Blue C M Y K H S L
Decimal 220 94 60 0 0.57 0.73 0.14 12.75 0.7 0.55
Hex DC 5E 3C 0 39 49 E D 46 37
Octal 334 136 74 0 71 111 16 15 106 67
Binary 11011100 1011110 111100 0 111001 1001001 1110 1101 1000110 110111

Color Harmonies of #DC5E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5E3C

Black with #DC5E3C

Text Example


Text Example

White with #DC5E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5E3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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