Html Css Color HEX #DC5539 Chilean Fire

📋 copy color: '#DC5539'

red 220 ◦ green 85 ◦ blue 57

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

Shades of Chilean Fire #DC5539

Tints of Chilean Fire #DC5539

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.48%

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

R = 60.77%
G = 23.48%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DC5539 (or 0xDC5539) is known color: Chilean Fire. HEX triplet: DC, 55 and 39. RGB value is (220,85,57). Sum of RGB (Red+Green+Blue) = 220+85+57=362 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.77% from 362); Green value is 85 (33.59% from 255 or 23.48% from 362); Blue value is 57 (22.66% from 255 or 15.75% from 362); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5539 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5539 is #23AAC6. Grayscale: #7A7A7A. Windows color (decimal): -2337479 or 3757532. OLE color: 3757532.

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

Color convert

RGB 220 85 57 -
CMYK 0 0.61 0.74 0.14
HSL 10.31º 0.7% 0.54% -
HSV(B) 10.31º 0.74% 0.86% -
XYZ 33.5 22.01 6.35 -
YUV 122.17 91.23 197.78 -
System Red Green Blue C M Y K H S L
Decimal 220 85 57 0 0.61 0.74 0.14 10.31 0.7 0.54
Hex DC 55 39 0 3D 4A E A 46 36
Octal 334 125 71 0 75 112 16 12 106 66
Binary 11011100 1010101 111001 0 111101 1001010 1110 1010 1000110 110110

Color Harmonies of #DC5539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5539

Black with #DC5539

Text Example


Text Example

White with #DC5539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5539; }

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

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

background-color css

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

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

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

border-color css

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

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

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