Shades of Chilean Fire #DA5629
Tints of Chilean Fire #DA5629
RGB
CMYK
RGB Variations
Color information
#DA5629 (or 0xDA5629) is known color: Chilean Fire. HEX triplet: DA, 56 and 29. RGB value is (218,86,41). Sum of RGB (Red+Green+Blue) = 218+86+41=345 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.19% from 345); Green value is 86 (33.98% from 255 or 24.93% from 345); Blue value is 41 (16.41% from 255 or 11.88% from 345); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5629 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5629 is #25A9D6. Grayscale: #787878. Windows color (decimal): -2468311 or 2709210. OLE color: 2709210.
HSL color Cylindrical-coordinate representation of color #DA5629: hue angle of 15.25º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DA5629 is Cyan = 0, Magento = 0.61, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 86 | 41 | - |
| CMYK | 0 | 0.61 | 0.81 | 0.15 |
| HSL | 15.25º | 0.71% | 0.51% | - |
| HSV(B) | 15.25º | 0.81% | 0.85% | - |
| XYZ | 32.64 | 21.72 | 4.57 | - |
| YUV | 120.34 | 83.23 | 197.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 86 | 41 | 0 | 0.61 | 0.81 | 0.15 | 15.25 | 0.71 | 0.51 |
| Hex | DA | 56 | 29 | 0 | 3D | 51 | F | F | 47 | 33 |
| Octal | 332 | 126 | 51 | 0 | 75 | 121 | 17 | 17 | 107 | 63 |
| Binary | 11011010 | 1010110 | 101001 | 0 | 111101 | 1010001 | 1111 | 1111 | 1000111 | 110011 |
Color Harmonies of #DA5629
Complementary color
Monochromatic Colors of #DA5629
Black with #DA5629
Text Example
Text Example
White with #DA5629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5629; }
p { color: rgb(218,86,41); }
H1.HeaderClassName
{
color: #DA5629;
}
.AnyTagClassName
{
color: #DA5629;
}
</style>
background-color css
<style>
a { background-color: #DA5629; }
a { background-color: rgb(218,86,41); }
div.DivClassName
{
background-color: #DA5629;
}
.BgClassName
{
background-color: #DA5629;
}
</style>
border-color css
<style>
span { border-color: #DA5629; }
span { border-color: rgb(218,86,41); }
td.TdClassName
{
border-color: #DA5629;
}
.TagClassName
{
border-color: #DA5629;
}
</style>