Shades of Chilean Fire #D9562B
Tints of Chilean Fire #D9562B
RGB
CMYK
RGB Variations
Color information
#D9562B (or 0xD9562B) is known color: Chilean Fire. HEX triplet: D9, 56 and 2B. RGB value is (217,86,43). Sum of RGB (Red+Green+Blue) = 217+86+43=346 (45% of max value = 765). Red value is 217 (85.16% from 255 or 62.72% from 346); Green value is 86 (33.98% from 255 or 24.86% from 346); Blue value is 43 (17.19% from 255 or 12.43% from 346); Max value from RGB is 217 - color contains mainly: red. Hex color #D9562B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9562B is #26A9D4. Grayscale: #787878. Windows color (decimal): -2533845 or 2840281. OLE color: 2840281.
HSL color Cylindrical-coordinate representation of color #D9562B: 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 #D9562B is Cyan = 0, Magento = 0.60, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 86 | 43 | - |
| 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.38 | 21.58 | 4.74 | - |
| YUV | 120.27 | 84.4 | 197 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 86 | 43 | 0 | 0.60 | 0.80 | 0.15 | 14.83 | 0.7 | 0.51 |
| Hex | D9 | 56 | 2B | 0 | 3C | 50 | F | F | 46 | 33 |
| Octal | 331 | 126 | 53 | 0 | 74 | 120 | 17 | 17 | 106 | 63 |
| Binary | 11011001 | 1010110 | 101011 | 0 | 111100 | 1010000 | 1111 | 1111 | 1000110 | 110011 |
Color Harmonies of #D9562B
Complementary color
Monochromatic Colors of #D9562B
Black with #D9562B
Text Example
Text Example
White with #D9562B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9562B; }
p { color: rgb(217,86,43); }
H1.HeaderClassName
{
color: #D9562B;
}
.AnyTagClassName
{
color: #D9562B;
}
</style>
background-color css
<style>
a { background-color: #D9562B; }
a { background-color: rgb(217,86,43); }
div.DivClassName
{
background-color: #D9562B;
}
.BgClassName
{
background-color: #D9562B;
}
</style>
border-color css
<style>
span { border-color: #D9562B; }
span { border-color: rgb(217,86,43); }
td.TdClassName
{
border-color: #D9562B;
}
.TagClassName
{
border-color: #D9562B;
}
</style>