Shades of Chilean Fire #DA5525
Tints of Chilean Fire #DA5525
RGB
CMYK
RGB Variations
Color information
#DA5525 (or 0xDA5525) is known color: Chilean Fire. HEX triplet: DA, 55 and 25. RGB value is (218,85,37). Sum of RGB (Red+Green+Blue) = 218+85+37=340 (45% of max value = 765). Red value is 218 (85.55% from 255 or 64.12% from 340); Green value is 85 (33.59% from 255 or 25% from 340); Blue value is 37 (14.84% from 255 or 10.88% from 340); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5525 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5525 is #25AADA. Grayscale: #777777. Windows color (decimal): -2468571 or 2446810. OLE color: 2446810.
HSL color Cylindrical-coordinate representation of color #DA5525: hue angle of 15.91º 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 #DA5525 is Cyan = 0, Magento = 0.61, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 85 | 37 | - |
| CMYK | 0 | 0.61 | 0.83 | 0.15 |
| HSL | 15.91º | 0.71% | 0.5% | - |
| HSV(B) | 15.91º | 0.83% | 0.85% | - |
| XYZ | 32.5 | 21.54 | 4.19 | - |
| YUV | 119.3 | 81.56 | 198.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 85 | 37 | 0 | 0.61 | 0.83 | 0.15 | 15.91 | 0.71 | 0.5 |
| Hex | DA | 55 | 25 | 0 | 3D | 53 | F | 10 | 47 | 32 |
| Octal | 332 | 125 | 45 | 0 | 75 | 123 | 17 | 20 | 107 | 62 |
| Binary | 11011010 | 1010101 | 100101 | 0 | 111101 | 1010011 | 1111 | 10000 | 1000111 | 110010 |
Color Harmonies of #DA5525
Complementary color
Monochromatic Colors of #DA5525
Black with #DA5525
Text Example
Text Example
White with #DA5525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5525; }
p { color: rgb(218,85,37); }
H1.HeaderClassName
{
color: #DA5525;
}
.AnyTagClassName
{
color: #DA5525;
}
</style>
background-color css
<style>
a { background-color: #DA5525; }
a { background-color: rgb(218,85,37); }
div.DivClassName
{
background-color: #DA5525;
}
.BgClassName
{
background-color: #DA5525;
}
</style>
border-color css
<style>
span { border-color: #DA5525; }
span { border-color: rgb(218,85,37); }
td.TdClassName
{
border-color: #DA5525;
}
.TagClassName
{
border-color: #DA5525;
}
</style>