Shades of Chilean Fire #DA5738
Tints of Chilean Fire #DA5738
RGB
CMYK
RGB Variations
Color information
#DA5738 (or 0xDA5738) is known color: Chilean Fire. HEX triplet: DA, 57 and 38. RGB value is (218,87,56). Sum of RGB (Red+Green+Blue) = 218+87+56=361 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.39% from 361); Green value is 87 (34.38% from 255 or 24.10% from 361); Blue value is 56 (22.27% from 255 or 15.51% from 361); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5738 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5738 is #25A8C7. Grayscale: #7A7A7A. Windows color (decimal): -2468040 or 3692506. OLE color: 3692506.
HSL color Cylindrical-coordinate representation of color #DA5738: hue angle of 11.48º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DA5738 is Cyan = 0, Magento = 0.60, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 87 | 56 | - |
| CMYK | 0 | 0.60 | 0.74 | 0.15 |
| HSL | 11.48º | 0.69% | 0.54% | - |
| HSV(B) | 11.48º | 0.74% | 0.85% | - |
| XYZ | 33.04 | 22.01 | 6.25 | - |
| YUV | 122.64 | 90.4 | 196.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 87 | 56 | 0 | 0.60 | 0.74 | 0.15 | 11.48 | 0.69 | 0.54 |
| Hex | DA | 57 | 38 | 0 | 3C | 4A | F | B | 45 | 36 |
| Octal | 332 | 127 | 70 | 0 | 74 | 112 | 17 | 13 | 105 | 66 |
| Binary | 11011010 | 1010111 | 111000 | 0 | 111100 | 1001010 | 1111 | 1011 | 1000101 | 110110 |
Color Harmonies of #DA5738
Complementary color
Monochromatic Colors of #DA5738
Black with #DA5738
Text Example
Text Example
White with #DA5738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5738; }
p { color: rgb(218,87,56); }
H1.HeaderClassName
{
color: #DA5738;
}
.AnyTagClassName
{
color: #DA5738;
}
</style>
background-color css
<style>
a { background-color: #DA5738; }
a { background-color: rgb(218,87,56); }
div.DivClassName
{
background-color: #DA5738;
}
.BgClassName
{
background-color: #DA5738;
}
</style>
border-color css
<style>
span { border-color: #DA5738; }
span { border-color: rgb(218,87,56); }
td.TdClassName
{
border-color: #DA5738;
}
.TagClassName
{
border-color: #DA5738;
}
</style>