Shades of Chilean Fire #D86235
Tints of Chilean Fire #D86235
RGB
CMYK
RGB Variations
Color information
#D86235 (or 0xD86235) is known color: Chilean Fire. HEX triplet: D8, 62 and 35. RGB value is (216,98,53). Sum of RGB (Red+Green+Blue) = 216+98+53=367 (48% of max value = 765). Red value is 216 (84.77% from 255 or 58.86% from 367); Green value is 98 (38.67% from 255 or 26.70% from 367); Blue value is 53 (21.09% from 255 or 14.44% from 367); Max value from RGB is 216 - color contains mainly: red. Hex color #D86235 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86235 is #279DCA. Grayscale: #808080. Windows color (decimal): -2596299 or 3498712. OLE color: 3498712.
HSL color Cylindrical-coordinate representation of color #D86235: hue angle of 16.56º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D86235 is Cyan = 0, Magento = 0.55, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 98 | 53 | - |
| CMYK | 0 | 0.55 | 0.75 | 0.15 |
| HSL | 16.56º | 0.68% | 0.53% | - |
| HSV(B) | 16.56º | 0.75% | 0.85% | - |
| XYZ | 33.33 | 23.59 | 6.17 | - |
| YUV | 128.15 | 85.59 | 190.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 98 | 53 | 0 | 0.55 | 0.75 | 0.15 | 16.56 | 0.68 | 0.53 |
| Hex | D8 | 62 | 35 | 0 | 37 | 4B | F | 11 | 44 | 35 |
| Octal | 330 | 142 | 65 | 0 | 67 | 113 | 17 | 21 | 104 | 65 |
| Binary | 11011000 | 1100010 | 110101 | 0 | 110111 | 1001011 | 1111 | 10001 | 1000100 | 110101 |
Color Harmonies of #D86235
Complementary color
Monochromatic Colors of #D86235
Black with #D86235
Text Example
Text Example
White with #D86235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86235; }
p { color: rgb(216,98,53); }
H1.HeaderClassName
{
color: #D86235;
}
.AnyTagClassName
{
color: #D86235;
}
</style>
background-color css
<style>
a { background-color: #D86235; }
a { background-color: rgb(216,98,53); }
div.DivClassName
{
background-color: #D86235;
}
.BgClassName
{
background-color: #D86235;
}
</style>
border-color css
<style>
span { border-color: #D86235; }
span { border-color: rgb(216,98,53); }
td.TdClassName
{
border-color: #D86235;
}
.TagClassName
{
border-color: #D86235;
}
</style>