Html Css Color HEX #DC5631 Chilean Fire

📋 copy color: '#DC5631'

red 220 ◦ green 86 ◦ blue 49

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

Shades of Chilean Fire #DC5631

Tints of Chilean Fire #DC5631

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.23%

 BLUE value IS 49 (19.53% from 255) = 13.8%

R = 61.97%
G = 24.23%
B = 13.8%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DC5631 (or 0xDC5631) is known color: Chilean Fire. HEX triplet: DC, 56 and 31. RGB value is (220,86,49). Sum of RGB (Red+Green+Blue) = 220+86+49=355 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.97% from 355); Green value is 86 (33.98% from 255 or 24.23% from 355); Blue value is 49 (19.53% from 255 or 13.80% from 355); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5631 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5631 is #23A9CE. Grayscale: #7A7A7A. Windows color (decimal): -2337231 or 3233500. OLE color: 3233500.

HSL color Cylindrical-coordinate representation of color #DC5631: hue angle of 12.98º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DC5631 is Cyan = 0, Magento = 0.61, Yellow = 0.78 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 86 49 -
CMYK 0 0.61 0.78 0.14
HSL 12.98º 0.71% 0.53% -
HSV(B) 12.98º 0.78% 0.86% -
XYZ 33.4 22.09 5.41 -
YUV 121.85 86.89 198.01 -
System Red Green Blue C M Y K H S L
Decimal 220 86 49 0 0.61 0.78 0.14 12.98 0.71 0.53
Hex DC 56 31 0 3D 4E E D 47 35
Octal 334 126 61 0 75 116 16 15 107 65
Binary 11011100 1010110 110001 0 111101 1001110 1110 1101 1000111 110101

Color Harmonies of #DC5631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5631

Black with #DC5631

Text Example


Text Example

White with #DC5631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5631; }

 p { color: rgb(220,86,49); }

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

background-color css

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

 a { background-color: rgb(220,86,49); }

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

border-color css

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

 span { border-color: rgb(220,86,49); }

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