Html Css Color HEX #DC5B39 Chilean Fire

📋 copy color: '#DC5B39'

red 220 ◦ green 91 ◦ blue 57

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

Shades of Chilean Fire #DC5B39

Tints of Chilean Fire #DC5B39

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.73%

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

R = 59.78%
G = 24.73%
B = 15.49%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DC5B39 (or 0xDC5B39) is known color: Chilean Fire. HEX triplet: DC, 5B and 39. RGB value is (220,91,57). Sum of RGB (Red+Green+Blue) = 220+91+57=368 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.78% from 368); Green value is 91 (35.94% from 255 or 24.73% from 368); Blue value is 57 (22.66% from 255 or 15.49% from 368); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5B39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5B39 is #23A4C6. Grayscale: #7D7D7D. Windows color (decimal): -2335943 or 3759068. OLE color: 3759068.

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

Color convert

RGB 220 91 57 -
CMYK 0 0.59 0.74 0.14
HSL 12.52º 0.7% 0.54% -
HSV(B) 12.52º 0.74% 0.86% -
XYZ 33.99 22.99 6.52 -
YUV 125.7 89.24 195.26 -
System Red Green Blue C M Y K H S L
Decimal 220 91 57 0 0.59 0.74 0.14 12.52 0.7 0.54
Hex DC 5B 39 0 3B 4A E D 46 36
Octal 334 133 71 0 73 112 16 15 106 66
Binary 11011100 1011011 111001 0 111011 1001010 1110 1101 1000110 110110

Color Harmonies of #DC5B39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5B39

Black with #DC5B39

Text Example


Text Example

White with #DC5B39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5B39; }

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

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

background-color css

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

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

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

border-color css

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

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

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