Shades of Chilean Fire #DA5622
Tints of Chilean Fire #DA5622
RGB
CMYK
RGB Variations
Color information
#DA5622 (or 0xDA5622) is known color: Chilean Fire. HEX triplet: DA, 56 and 22. RGB value is (218,86,34). Sum of RGB (Red+Green+Blue) = 218+86+34=338 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.50% from 338); Green value is 86 (33.98% from 255 or 25.44% from 338); Blue value is 34 (13.67% from 255 or 10.06% from 338); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5622 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5622 is #25A9DD. Grayscale: #777777. Windows color (decimal): -2468318 or 2250458. OLE color: 2250458.
HSL color Cylindrical-coordinate representation of color #DA5622: hue angle of 16.96º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DA5622 is Cyan = 0, Magento = 0.61, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 86 | 34 | - |
| CMYK | 0 | 0.61 | 0.84 | 0.15 |
| HSL | 16.96º | 0.73% | 0.49% | - |
| HSV(B) | 16.96º | 0.84% | 0.85% | - |
| XYZ | 32.53 | 21.68 | 3.98 | - |
| YUV | 119.54 | 79.73 | 198.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 86 | 34 | 0 | 0.61 | 0.84 | 0.15 | 16.96 | 0.73 | 0.49 |
| Hex | DA | 56 | 22 | 0 | 3D | 54 | F | 11 | 49 | 31 |
| Octal | 332 | 126 | 42 | 0 | 75 | 124 | 17 | 21 | 111 | 61 |
| Binary | 11011010 | 1010110 | 100010 | 0 | 111101 | 1010100 | 1111 | 10001 | 1001001 | 110001 |
Color Harmonies of #DA5622
Complementary color
Monochromatic Colors of #DA5622
Black with #DA5622
Text Example
Text Example
White with #DA5622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5622; }
p { color: rgb(218,86,34); }
H1.HeaderClassName
{
color: #DA5622;
}
.AnyTagClassName
{
color: #DA5622;
}
</style>
background-color css
<style>
a { background-color: #DA5622; }
a { background-color: rgb(218,86,34); }
div.DivClassName
{
background-color: #DA5622;
}
.BgClassName
{
background-color: #DA5622;
}
</style>
border-color css
<style>
span { border-color: #DA5622; }
span { border-color: rgb(218,86,34); }
td.TdClassName
{
border-color: #DA5622;
}
.TagClassName
{
border-color: #DA5622;
}
</style>