Shades of Chilean Fire #DA572C
Tints of Chilean Fire #DA572C
RGB
CMYK
RGB Variations
Color information
#DA572C (or 0xDA572C) is known color: Chilean Fire. HEX triplet: DA, 57 and 2C. RGB value is (218,87,44). Sum of RGB (Red+Green+Blue) = 218+87+44=349 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.46% from 349); Green value is 87 (34.38% from 255 or 24.93% from 349); Blue value is 44 (17.58% from 255 or 12.61% from 349); Max value from RGB is 218 - color contains mainly: red. Hex color #DA572C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA572C is #25A8D3. Grayscale: #797979. Windows color (decimal): -2468052 or 2906074. OLE color: 2906074.
HSL color Cylindrical-coordinate representation of color #DA572C: hue angle of 14.83º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DA572C is Cyan = 0, Magento = 0.60, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 87 | 44 | - |
| CMYK | 0 | 0.60 | 0.80 | 0.15 |
| HSL | 14.83º | 0.7% | 0.51% | - |
| HSV(B) | 14.83º | 0.8% | 0.85% | - |
| XYZ | 32.78 | 21.9 | 4.88 | - |
| YUV | 121.27 | 84.4 | 197 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 87 | 44 | 0 | 0.60 | 0.80 | 0.15 | 14.83 | 0.7 | 0.51 |
| Hex | DA | 57 | 2C | 0 | 3C | 50 | F | F | 46 | 33 |
| Octal | 332 | 127 | 54 | 0 | 74 | 120 | 17 | 17 | 106 | 63 |
| Binary | 11011010 | 1010111 | 101100 | 0 | 111100 | 1010000 | 1111 | 1111 | 1000110 | 110011 |
Color Harmonies of #DA572C
Complementary color
Monochromatic Colors of #DA572C
Black with #DA572C
Text Example
Text Example
White with #DA572C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA572C; }
p { color: rgb(218,87,44); }
H1.HeaderClassName
{
color: #DA572C;
}
.AnyTagClassName
{
color: #DA572C;
}
</style>
background-color css
<style>
a { background-color: #DA572C; }
a { background-color: rgb(218,87,44); }
div.DivClassName
{
background-color: #DA572C;
}
.BgClassName
{
background-color: #DA572C;
}
</style>
border-color css
<style>
span { border-color: #DA572C; }
span { border-color: rgb(218,87,44); }
td.TdClassName
{
border-color: #DA572C;
}
.TagClassName
{
border-color: #DA572C;
}
</style>