Html Css Color HEX #DC5E39 Chilean Fire

📋 copy color: '#DC5E39'

red 220 ◦ green 94 ◦ blue 57

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

Shades of Chilean Fire #DC5E39

Tints of Chilean Fire #DC5E39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 15.36%

R = 59.3%
G = 25.34%
B = 15.36%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DC5E39 (or 0xDC5E39) is known color: Chilean Fire. HEX triplet: DC, 5E and 39. RGB value is (220,94,57). Sum of RGB (Red+Green+Blue) = 220+94+57=371 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.30% from 371); Green value is 94 (37.11% from 255 or 25.34% from 371); Blue value is 57 (22.66% from 255 or 15.36% from 371); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5E39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5E39 is #23A1C6. Grayscale: #7F7F7F. Windows color (decimal): -2335175 or 3759836. OLE color: 3759836.

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

Color convert

RGB 220 94 57 -
CMYK 0 0.57 0.74 0.14
HSL 13.62º 0.7% 0.54% -
HSV(B) 13.62º 0.74% 0.86% -
XYZ 34.26 23.52 6.6 -
YUV 127.46 88.24 194.01 -
System Red Green Blue C M Y K H S L
Decimal 220 94 57 0 0.57 0.74 0.14 13.62 0.7 0.54
Hex DC 5E 39 0 39 4A E E 46 36
Octal 334 136 71 0 71 112 16 16 106 66
Binary 11011100 1011110 111001 0 111001 1001010 1110 1110 1000110 110110

Color Harmonies of #DC5E39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5E39

Black with #DC5E39

Text Example


Text Example

White with #DC5E39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5E39; }

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

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

background-color css

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

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

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

border-color css

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

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

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