Shades of Chilean Fire #DA572E
Tints of Chilean Fire #DA572E
RGB
CMYK
RGB Variations
Color information
#DA572E (or 0xDA572E) is known color: Chilean Fire. HEX triplet: DA, 57 and 2E. RGB value is (218,87,46). Sum of RGB (Red+Green+Blue) = 218+87+46=351 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.11% from 351); Green value is 87 (34.38% from 255 or 24.79% from 351); Blue value is 46 (18.36% from 255 or 13.11% from 351); Max value from RGB is 218 - color contains mainly: red. Hex color #DA572E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA572E is #25A8D1. Grayscale: #797979. Windows color (decimal): -2468050 or 3037146. OLE color: 3037146.
HSL color Cylindrical-coordinate representation of color #DA572E: hue angle of 14.3º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DA572E is Cyan = 0, Magento = 0.60, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 87 | 46 | - |
| CMYK | 0 | 0.60 | 0.79 | 0.15 |
| HSL | 14.3º | 0.7% | 0.52% | - |
| HSV(B) | 14.3º | 0.79% | 0.85% | - |
| XYZ | 32.81 | 21.92 | 5.09 | - |
| YUV | 121.5 | 85.4 | 196.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 87 | 46 | 0 | 0.60 | 0.79 | 0.15 | 14.3 | 0.7 | 0.52 |
| Hex | DA | 57 | 2E | 0 | 3C | 4F | F | E | 46 | 34 |
| Octal | 332 | 127 | 56 | 0 | 74 | 117 | 17 | 16 | 106 | 64 |
| Binary | 11011010 | 1010111 | 101110 | 0 | 111100 | 1001111 | 1111 | 1110 | 1000110 | 110100 |
Color Harmonies of #DA572E
Complementary color
Monochromatic Colors of #DA572E
Black with #DA572E
Text Example
Text Example
White with #DA572E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA572E; }
p { color: rgb(218,87,46); }
H1.HeaderClassName
{
color: #DA572E;
}
.AnyTagClassName
{
color: #DA572E;
}
</style>
background-color css
<style>
a { background-color: #DA572E; }
a { background-color: rgb(218,87,46); }
div.DivClassName
{
background-color: #DA572E;
}
.BgClassName
{
background-color: #DA572E;
}
</style>
border-color css
<style>
span { border-color: #DA572E; }
span { border-color: rgb(218,87,46); }
td.TdClassName
{
border-color: #DA572E;
}
.TagClassName
{
border-color: #DA572E;
}
</style>