Shades of Chilean Fire #DA573A
Tints of Chilean Fire #DA573A
RGB
CMYK
RGB Variations
Color information
#DA573A (or 0xDA573A) is known color: Chilean Fire. HEX triplet: DA, 57 and 3A. RGB value is (218,87,58). Sum of RGB (Red+Green+Blue) = 218+87+58=363 (48% of max value = 765). Red value is 218 (85.55% from 255 or 60.06% from 363); Green value is 87 (34.38% from 255 or 23.97% from 363); Blue value is 58 (23.05% from 255 or 15.98% from 363); Max value from RGB is 218 - color contains mainly: red. Hex color #DA573A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA573A is #25A8C5. Grayscale: #7B7B7B. Windows color (decimal): -2468038 or 3823578. OLE color: 3823578.
HSL color Cylindrical-coordinate representation of color #DA573A: hue angle of 10.88º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DA573A is Cyan = 0, Magento = 0.60, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 87 | 58 | - |
| CMYK | 0 | 0.60 | 0.73 | 0.15 |
| HSL | 10.88º | 0.68% | 0.54% | - |
| HSV(B) | 10.88º | 0.73% | 0.85% | - |
| XYZ | 33.09 | 22.03 | 6.51 | - |
| YUV | 122.86 | 91.4 | 195.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 87 | 58 | 0 | 0.60 | 0.73 | 0.15 | 10.88 | 0.68 | 0.54 |
| Hex | DA | 57 | 3A | 0 | 3C | 49 | F | B | 44 | 36 |
| Octal | 332 | 127 | 72 | 0 | 74 | 111 | 17 | 13 | 104 | 66 |
| Binary | 11011010 | 1010111 | 111010 | 0 | 111100 | 1001001 | 1111 | 1011 | 1000100 | 110110 |
Color Harmonies of #DA573A
Complementary color
Monochromatic Colors of #DA573A
Black with #DA573A
Text Example
Text Example
White with #DA573A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA573A; }
p { color: rgb(218,87,58); }
H1.HeaderClassName
{
color: #DA573A;
}
.AnyTagClassName
{
color: #DA573A;
}
</style>
background-color css
<style>
a { background-color: #DA573A; }
a { background-color: rgb(218,87,58); }
div.DivClassName
{
background-color: #DA573A;
}
.BgClassName
{
background-color: #DA573A;
}
</style>
border-color css
<style>
span { border-color: #DA573A; }
span { border-color: rgb(218,87,58); }
td.TdClassName
{
border-color: #DA573A;
}
.TagClassName
{
border-color: #DA573A;
}
</style>