Shades of Chilean Fire #DC5633
Tints of Chilean Fire #DC5633
RGB
CMYK
RGB Variations
Color information
#DC5633 (or 0xDC5633) is known color: Chilean Fire. HEX triplet: DC, 56 and 33. RGB value is (220,86,51). Sum of RGB (Red+Green+Blue) = 220+86+51=357 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.62% from 357); Green value is 86 (33.98% from 255 or 24.09% from 357); Blue value is 51 (20.31% from 255 or 14.29% from 357); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5633 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5633 is #23A9CC. Grayscale: #7A7A7A. Windows color (decimal): -2337229 or 3364572. OLE color: 3364572.
HSL color Cylindrical-coordinate representation of color #DC5633: hue angle of 12.43º 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 #DC5633 is Cyan = 0, Magento = 0.61, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 86 | 51 | - |
| CMYK | 0 | 0.61 | 0.77 | 0.14 |
| HSL | 12.43º | 0.71% | 0.53% | - |
| HSV(B) | 12.43º | 0.77% | 0.86% | - |
| XYZ | 33.44 | 22.11 | 5.64 | - |
| YUV | 122.08 | 87.89 | 197.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 86 | 51 | 0 | 0.61 | 0.77 | 0.14 | 12.43 | 0.71 | 0.53 |
| Hex | DC | 56 | 33 | 0 | 3D | 4D | E | C | 47 | 35 |
| Octal | 334 | 126 | 63 | 0 | 75 | 115 | 16 | 14 | 107 | 65 |
| Binary | 11011100 | 1010110 | 110011 | 0 | 111101 | 1001101 | 1110 | 1100 | 1000111 | 110101 |
Color Harmonies of #DC5633
Complementary color
Monochromatic Colors of #DC5633
Black with #DC5633
Text Example
Text Example
White with #DC5633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5633; }
p { color: rgb(220,86,51); }
H1.HeaderClassName
{
color: #DC5633;
}
.AnyTagClassName
{
color: #DC5633;
}
</style>
background-color css
<style>
a { background-color: #DC5633; }
a { background-color: rgb(220,86,51); }
div.DivClassName
{
background-color: #DC5633;
}
.BgClassName
{
background-color: #DC5633;
}
</style>
border-color css
<style>
span { border-color: #DC5633; }
span { border-color: rgb(220,86,51); }
td.TdClassName
{
border-color: #DC5633;
}
.TagClassName
{
border-color: #DC5633;
}
</style>