Shades of Chilean Fire #D9563B
Tints of Chilean Fire #D9563B
RGB
CMYK
RGB Variations
Color information
#D9563B (or 0xD9563B) is known color: Chilean Fire. HEX triplet: D9, 56 and 3B. RGB value is (217,86,59). Sum of RGB (Red+Green+Blue) = 217+86+59=362 (47% of max value = 765). Red value is 217 (85.16% from 255 or 59.94% from 362); Green value is 86 (33.98% from 255 or 23.76% from 362); Blue value is 59 (23.44% from 255 or 16.30% from 362); Max value from RGB is 217 - color contains mainly: red. Hex color #D9563B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9563B is #26A9C4. Grayscale: #7A7A7A. Windows color (decimal): -2533829 or 3888857. OLE color: 3888857.
HSL color Cylindrical-coordinate representation of color #D9563B: hue angle of 10.25º 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 #D9563B is Cyan = 0, Magento = 0.60, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 86 | 59 | - |
| CMYK | 0 | 0.60 | 0.73 | 0.15 |
| HSL | 10.25º | 0.68% | 0.54% | - |
| HSV(B) | 10.25º | 0.73% | 0.85% | - |
| XYZ | 32.73 | 21.72 | 6.61 | - |
| YUV | 122.09 | 92.4 | 195.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 86 | 59 | 0 | 0.60 | 0.73 | 0.15 | 10.25 | 0.68 | 0.54 |
| Hex | D9 | 56 | 3B | 0 | 3C | 49 | F | A | 44 | 36 |
| Octal | 331 | 126 | 73 | 0 | 74 | 111 | 17 | 12 | 104 | 66 |
| Binary | 11011001 | 1010110 | 111011 | 0 | 111100 | 1001001 | 1111 | 1010 | 1000100 | 110110 |
Color Harmonies of #D9563B
Complementary color
Monochromatic Colors of #D9563B
Black with #D9563B
Text Example
Text Example
White with #D9563B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9563B; }
p { color: rgb(217,86,59); }
H1.HeaderClassName
{
color: #D9563B;
}
.AnyTagClassName
{
color: #D9563B;
}
</style>
background-color css
<style>
a { background-color: #D9563B; }
a { background-color: rgb(217,86,59); }
div.DivClassName
{
background-color: #D9563B;
}
.BgClassName
{
background-color: #D9563B;
}
</style>
border-color css
<style>
span { border-color: #D9563B; }
span { border-color: rgb(217,86,59); }
td.TdClassName
{
border-color: #D9563B;
}
.TagClassName
{
border-color: #D9563B;
}
</style>