Shades of Chilean Fire #DC5632
Tints of Chilean Fire #DC5632
RGB
CMYK
RGB Variations
Color information
#DC5632 (or 0xDC5632) is known color: Chilean Fire. HEX triplet: DC, 56 and 32. RGB value is (220,86,50). Sum of RGB (Red+Green+Blue) = 220+86+50=356 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.80% from 356); Green value is 86 (33.98% from 255 or 24.16% from 356); Blue value is 50 (19.92% from 255 or 14.04% from 356); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5632 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5632 is #23A9CD. Grayscale: #7A7A7A. Windows color (decimal): -2337230 or 3299036. OLE color: 3299036.
HSL color Cylindrical-coordinate representation of color #DC5632: hue angle of 12.71º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DC5632 is Cyan = 0, Magento = 0.61, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 86 | 50 | - |
| CMYK | 0 | 0.61 | 0.77 | 0.14 |
| HSL | 12.71º | 0.71% | 0.53% | - |
| HSV(B) | 12.71º | 0.77% | 0.86% | - |
| XYZ | 33.42 | 22.1 | 5.52 | - |
| YUV | 121.96 | 87.39 | 197.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 86 | 50 | 0 | 0.61 | 0.77 | 0.14 | 12.71 | 0.71 | 0.53 |
| Hex | DC | 56 | 32 | 0 | 3D | 4D | E | D | 47 | 35 |
| Octal | 334 | 126 | 62 | 0 | 75 | 115 | 16 | 15 | 107 | 65 |
| Binary | 11011100 | 1010110 | 110010 | 0 | 111101 | 1001101 | 1110 | 1101 | 1000111 | 110101 |
Color Harmonies of #DC5632
Complementary color
Monochromatic Colors of #DC5632
Black with #DC5632
Text Example
Text Example
White with #DC5632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5632; }
p { color: rgb(220,86,50); }
H1.HeaderClassName
{
color: #DC5632;
}
.AnyTagClassName
{
color: #DC5632;
}
</style>
background-color css
<style>
a { background-color: #DC5632; }
a { background-color: rgb(220,86,50); }
div.DivClassName
{
background-color: #DC5632;
}
.BgClassName
{
background-color: #DC5632;
}
</style>
border-color css
<style>
span { border-color: #DC5632; }
span { border-color: rgb(220,86,50); }
td.TdClassName
{
border-color: #DC5632;
}
.TagClassName
{
border-color: #DC5632;
}
</style>