Shades of Chilean Fire #DA5632
Tints of Chilean Fire #DA5632
RGB
CMYK
RGB Variations
Color information
#DA5632 (or 0xDA5632) is known color: Chilean Fire. HEX triplet: DA, 56 and 32. RGB value is (218,86,50). Sum of RGB (Red+Green+Blue) = 218+86+50=354 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.58% from 354); Green value is 86 (33.98% from 255 or 24.29% from 354); Blue value is 50 (19.92% from 255 or 14.12% from 354); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5632 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5632 is #25A9CD. Grayscale: #797979. Windows color (decimal): -2468302 or 3299034. OLE color: 3299034.
HSL color Cylindrical-coordinate representation of color #DA5632: hue angle of 12.86º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DA5632 is Cyan = 0, Magento = 0.61, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 86 | 50 | - |
| CMYK | 0 | 0.61 | 0.77 | 0.15 |
| HSL | 12.86º | 0.69% | 0.53% | - |
| HSV(B) | 12.86º | 0.77% | 0.85% | - |
| XYZ | 32.82 | 21.79 | 5.49 | - |
| YUV | 121.36 | 87.73 | 196.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 86 | 50 | 0 | 0.61 | 0.77 | 0.15 | 12.86 | 0.69 | 0.53 |
| Hex | DA | 56 | 32 | 0 | 3D | 4D | F | D | 45 | 35 |
| Octal | 332 | 126 | 62 | 0 | 75 | 115 | 17 | 15 | 105 | 65 |
| Binary | 11011010 | 1010110 | 110010 | 0 | 111101 | 1001101 | 1111 | 1101 | 1000101 | 110101 |
Color Harmonies of #DA5632
Complementary color
Monochromatic Colors of #DA5632
Black with #DA5632
Text Example
Text Example
White with #DA5632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5632; }
p { color: rgb(218,86,50); }
H1.HeaderClassName
{
color: #DA5632;
}
.AnyTagClassName
{
color: #DA5632;
}
</style>
background-color css
<style>
a { background-color: #DA5632; }
a { background-color: rgb(218,86,50); }
div.DivClassName
{
background-color: #DA5632;
}
.BgClassName
{
background-color: #DA5632;
}
</style>
border-color css
<style>
span { border-color: #DA5632; }
span { border-color: rgb(218,86,50); }
td.TdClassName
{
border-color: #DA5632;
}
.TagClassName
{
border-color: #DA5632;
}
</style>