Shades of Chilean Fire #DA563B
Tints of Chilean Fire #DA563B
RGB
CMYK
RGB Variations
Color information
#DA563B (or 0xDA563B) is known color: Chilean Fire. HEX triplet: DA, 56 and 3B. RGB value is (218,86,59). Sum of RGB (Red+Green+Blue) = 218+86+59=363 (48% of max value = 765). Red value is 218 (85.55% from 255 or 60.06% from 363); Green value is 86 (33.98% from 255 or 23.69% from 363); Blue value is 59 (23.44% from 255 or 16.25% from 363); Max value from RGB is 218 - color contains mainly: red. Hex color #DA563B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA563B is #25A9C4. Grayscale: #7A7A7A. Windows color (decimal): -2468293 or 3888858. OLE color: 3888858.
HSL color Cylindrical-coordinate representation of color #DA563B: hue angle of 10.19º 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 #DA563B is Cyan = 0, Magento = 0.61, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 86 | 59 | - |
| CMYK | 0 | 0.61 | 0.73 | 0.15 |
| HSL | 10.19º | 0.68% | 0.54% | - |
| HSV(B) | 10.19º | 0.73% | 0.85% | - |
| XYZ | 33.03 | 21.88 | 6.62 | - |
| YUV | 122.39 | 92.23 | 196.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 86 | 59 | 0 | 0.61 | 0.73 | 0.15 | 10.19 | 0.68 | 0.54 |
| Hex | DA | 56 | 3B | 0 | 3D | 49 | F | A | 44 | 36 |
| Octal | 332 | 126 | 73 | 0 | 75 | 111 | 17 | 12 | 104 | 66 |
| Binary | 11011010 | 1010110 | 111011 | 0 | 111101 | 1001001 | 1111 | 1010 | 1000100 | 110110 |
Color Harmonies of #DA563B
Complementary color
Monochromatic Colors of #DA563B
Black with #DA563B
Text Example
Text Example
White with #DA563B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA563B; }
p { color: rgb(218,86,59); }
H1.HeaderClassName
{
color: #DA563B;
}
.AnyTagClassName
{
color: #DA563B;
}
</style>
background-color css
<style>
a { background-color: #DA563B; }
a { background-color: rgb(218,86,59); }
div.DivClassName
{
background-color: #DA563B;
}
.BgClassName
{
background-color: #DA563B;
}
</style>
border-color css
<style>
span { border-color: #DA563B; }
span { border-color: rgb(218,86,59); }
td.TdClassName
{
border-color: #DA563B;
}
.TagClassName
{
border-color: #DA563B;
}
</style>