Shades of Chilean Fire #D86031
Tints of Chilean Fire #D86031
RGB
CMYK
RGB Variations
Color information
#D86031 (or 0xD86031) is known color: Chilean Fire. HEX triplet: D8, 60 and 31. RGB value is (216,96,49). Sum of RGB (Red+Green+Blue) = 216+96+49=361 (47% of max value = 765). Red value is 216 (84.77% from 255 or 59.83% from 361); Green value is 96 (37.89% from 255 or 26.59% from 361); Blue value is 49 (19.53% from 255 or 13.57% from 361); Max value from RGB is 216 - color contains mainly: red. Hex color #D86031 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86031 is #279FCE. Grayscale: #7E7E7E. Windows color (decimal): -2596815 or 3236056. OLE color: 3236056.
HSL color Cylindrical-coordinate representation of color #D86031: hue angle of 16.89º 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 #D86031 is Cyan = 0, Magento = 0.56, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 96 | 49 | - |
| CMYK | 0 | 0.56 | 0.77 | 0.15 |
| HSL | 16.89º | 0.68% | 0.52% | - |
| HSV(B) | 16.89º | 0.77% | 0.85% | - |
| XYZ | 33.06 | 23.19 | 5.64 | - |
| YUV | 126.52 | 84.26 | 191.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 96 | 49 | 0 | 0.56 | 0.77 | 0.15 | 16.89 | 0.68 | 0.52 |
| Hex | D8 | 60 | 31 | 0 | 38 | 4D | F | 11 | 44 | 34 |
| Octal | 330 | 140 | 61 | 0 | 70 | 115 | 17 | 21 | 104 | 64 |
| Binary | 11011000 | 1100000 | 110001 | 0 | 111000 | 1001101 | 1111 | 10001 | 1000100 | 110100 |
Color Harmonies of #D86031
Complementary color
Monochromatic Colors of #D86031
Black with #D86031
Text Example
Text Example
White with #D86031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86031; }
p { color: rgb(216,96,49); }
H1.HeaderClassName
{
color: #D86031;
}
.AnyTagClassName
{
color: #D86031;
}
</style>
background-color css
<style>
a { background-color: #D86031; }
a { background-color: rgb(216,96,49); }
div.DivClassName
{
background-color: #D86031;
}
.BgClassName
{
background-color: #D86031;
}
</style>
border-color css
<style>
span { border-color: #D86031; }
span { border-color: rgb(216,96,49); }
td.TdClassName
{
border-color: #D86031;
}
.TagClassName
{
border-color: #D86031;
}
</style>