Shades of Chilean Fire #DA5925
Tints of Chilean Fire #DA5925
RGB
CMYK
RGB Variations
Color information
#DA5925 (or 0xDA5925) is known color: Chilean Fire. HEX triplet: DA, 59 and 25. RGB value is (218,89,37). Sum of RGB (Red+Green+Blue) = 218+89+37=344 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.37% from 344); Green value is 89 (35.16% from 255 or 25.87% from 344); Blue value is 37 (14.84% from 255 or 10.76% from 344); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5925 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5925 is #25A6DA. Grayscale: #797979. Windows color (decimal): -2467547 or 2447834. OLE color: 2447834.
HSL color Cylindrical-coordinate representation of color #DA5925: hue angle of 17.24º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DA5925 is Cyan = 0, Magento = 0.59, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 89 | 37 | - |
| CMYK | 0 | 0.59 | 0.83 | 0.15 |
| HSL | 17.24º | 0.71% | 0.5% | - |
| HSV(B) | 17.24º | 0.83% | 0.85% | - |
| XYZ | 32.82 | 22.18 | 4.3 | - |
| YUV | 121.64 | 80.24 | 196.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 89 | 37 | 0 | 0.59 | 0.83 | 0.15 | 17.24 | 0.71 | 0.5 |
| Hex | DA | 59 | 25 | 0 | 3B | 53 | F | 11 | 47 | 32 |
| Octal | 332 | 131 | 45 | 0 | 73 | 123 | 17 | 21 | 107 | 62 |
| Binary | 11011010 | 1011001 | 100101 | 0 | 111011 | 1010011 | 1111 | 10001 | 1000111 | 110010 |
Color Harmonies of #DA5925
Complementary color
Monochromatic Colors of #DA5925
Black with #DA5925
Text Example
Text Example
White with #DA5925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5925; }
p { color: rgb(218,89,37); }
H1.HeaderClassName
{
color: #DA5925;
}
.AnyTagClassName
{
color: #DA5925;
}
</style>
background-color css
<style>
a { background-color: #DA5925; }
a { background-color: rgb(218,89,37); }
div.DivClassName
{
background-color: #DA5925;
}
.BgClassName
{
background-color: #DA5925;
}
</style>
border-color css
<style>
span { border-color: #DA5925; }
span { border-color: rgb(218,89,37); }
td.TdClassName
{
border-color: #DA5925;
}
.TagClassName
{
border-color: #DA5925;
}
</style>