Shades of Chilean Fire #DA5631
Tints of Chilean Fire #DA5631
RGB
CMYK
RGB Variations
Color information
#DA5631 (or 0xDA5631) is known color: Chilean Fire. HEX triplet: DA, 56 and 31. RGB value is (218,86,49). Sum of RGB (Red+Green+Blue) = 218+86+49=353 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.76% from 353); Green value is 86 (33.98% from 255 or 24.36% from 353); Blue value is 49 (19.53% from 255 or 13.88% from 353); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5631 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5631 is #25A9CE. Grayscale: #797979. Windows color (decimal): -2468303 or 3233498. OLE color: 3233498.
HSL color Cylindrical-coordinate representation of color #DA5631: hue angle of 13.14º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DA5631 is Cyan = 0, Magento = 0.61, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 86 | 49 | - |
| CMYK | 0 | 0.61 | 0.78 | 0.15 |
| HSL | 13.14º | 0.7% | 0.52% | - |
| HSV(B) | 13.14º | 0.78% | 0.85% | - |
| XYZ | 32.8 | 21.78 | 5.38 | - |
| YUV | 121.25 | 87.23 | 197.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 86 | 49 | 0 | 0.61 | 0.78 | 0.15 | 13.14 | 0.7 | 0.52 |
| Hex | DA | 56 | 31 | 0 | 3D | 4E | F | D | 46 | 34 |
| Octal | 332 | 126 | 61 | 0 | 75 | 116 | 17 | 15 | 106 | 64 |
| Binary | 11011010 | 1010110 | 110001 | 0 | 111101 | 1001110 | 1111 | 1101 | 1000110 | 110100 |
Color Harmonies of #DA5631
Complementary color
Monochromatic Colors of #DA5631
Black with #DA5631
Text Example
Text Example
White with #DA5631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5631; }
p { color: rgb(218,86,49); }
H1.HeaderClassName
{
color: #DA5631;
}
.AnyTagClassName
{
color: #DA5631;
}
</style>
background-color css
<style>
a { background-color: #DA5631; }
a { background-color: rgb(218,86,49); }
div.DivClassName
{
background-color: #DA5631;
}
.BgClassName
{
background-color: #DA5631;
}
</style>
border-color css
<style>
span { border-color: #DA5631; }
span { border-color: rgb(218,86,49); }
td.TdClassName
{
border-color: #DA5631;
}
.TagClassName
{
border-color: #DA5631;
}
</style>