Shades of Chilean Fire #D85632
Tints of Chilean Fire #D85632
RGB
CMYK
RGB Variations
Color information
#D85632 (or 0xD85632) is known color: Chilean Fire. HEX triplet: D8, 56 and 32. RGB value is (216,86,50). Sum of RGB (Red+Green+Blue) = 216+86+50=352 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.36% from 352); Green value is 86 (33.98% from 255 or 24.43% from 352); Blue value is 50 (19.92% from 255 or 14.20% from 352); Max value from RGB is 216 - color contains mainly: red. Hex color #D85632 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85632 is #27A9CD. Grayscale: #797979. Windows color (decimal): -2599374 or 3299032. OLE color: 3299032.
HSL color Cylindrical-coordinate representation of color #D85632: hue angle of 13.01º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D85632 is Cyan = 0, Magento = 0.60, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 86 | 50 | - |
| CMYK | 0 | 0.60 | 0.77 | 0.15 |
| HSL | 13.01º | 0.68% | 0.52% | - |
| HSV(B) | 13.01º | 0.77% | 0.85% | - |
| XYZ | 32.22 | 21.48 | 5.47 | - |
| YUV | 120.77 | 88.07 | 195.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 86 | 50 | 0 | 0.60 | 0.77 | 0.15 | 13.01 | 0.68 | 0.52 |
| Hex | D8 | 56 | 32 | 0 | 3C | 4D | F | D | 44 | 34 |
| Octal | 330 | 126 | 62 | 0 | 74 | 115 | 17 | 15 | 104 | 64 |
| Binary | 11011000 | 1010110 | 110010 | 0 | 111100 | 1001101 | 1111 | 1101 | 1000100 | 110100 |
Color Harmonies of #D85632
Complementary color
Monochromatic Colors of #D85632
Black with #D85632
Text Example
Text Example
White with #D85632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85632; }
p { color: rgb(216,86,50); }
H1.HeaderClassName
{
color: #D85632;
}
.AnyTagClassName
{
color: #D85632;
}
</style>
background-color css
<style>
a { background-color: #D85632; }
a { background-color: rgb(216,86,50); }
div.DivClassName
{
background-color: #D85632;
}
.BgClassName
{
background-color: #D85632;
}
</style>
border-color css
<style>
span { border-color: #D85632; }
span { border-color: rgb(216,86,50); }
td.TdClassName
{
border-color: #D85632;
}
.TagClassName
{
border-color: #D85632;
}
</style>