Shades of Chilean Fire #DC5B37
Tints of Chilean Fire #DC5B37
RGB
CMYK
RGB Variations
Color information
#DC5B37 (or 0xDC5B37) is known color: Chilean Fire. HEX triplet: DC, 5B and 37. RGB value is (220,91,55). Sum of RGB (Red+Green+Blue) = 220+91+55=366 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.11% from 366); Green value is 91 (35.94% from 255 or 24.86% from 366); Blue value is 55 (21.88% from 255 or 15.03% from 366); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5B37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5B37 is #23A4C8. Grayscale: #7D7D7D. Windows color (decimal): -2335945 or 3627996. OLE color: 3627996.
HSL color Cylindrical-coordinate representation of color #DC5B37: hue angle of 13.09º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DC5B37 is Cyan = 0, Magento = 0.59, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 91 | 55 | - |
| CMYK | 0 | 0.59 | 0.75 | 0.14 |
| HSL | 13.09º | 0.7% | 0.54% | - |
| HSV(B) | 13.09º | 0.75% | 0.86% | - |
| XYZ | 33.95 | 22.97 | 6.26 | - |
| YUV | 125.47 | 88.24 | 195.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 91 | 55 | 0 | 0.59 | 0.75 | 0.14 | 13.09 | 0.7 | 0.54 |
| Hex | DC | 5B | 37 | 0 | 3B | 4B | E | D | 46 | 36 |
| Octal | 334 | 133 | 67 | 0 | 73 | 113 | 16 | 15 | 106 | 66 |
| Binary | 11011100 | 1011011 | 110111 | 0 | 111011 | 1001011 | 1110 | 1101 | 1000110 | 110110 |
Color Harmonies of #DC5B37
Complementary color
Monochromatic Colors of #DC5B37
Black with #DC5B37
Text Example
Text Example
White with #DC5B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5B37; }
p { color: rgb(220,91,55); }
H1.HeaderClassName
{
color: #DC5B37;
}
.AnyTagClassName
{
color: #DC5B37;
}
</style>
background-color css
<style>
a { background-color: #DC5B37; }
a { background-color: rgb(220,91,55); }
div.DivClassName
{
background-color: #DC5B37;
}
.BgClassName
{
background-color: #DC5B37;
}
</style>
border-color css
<style>
span { border-color: #DC5B37; }
span { border-color: rgb(220,91,55); }
td.TdClassName
{
border-color: #DC5B37;
}
.TagClassName
{
border-color: #DC5B37;
}
</style>