Shades of Chilean Fire #D85836
Tints of Chilean Fire #D85836
RGB
CMYK
RGB Variations
Color information
#D85836 (or 0xD85836) is known color: Chilean Fire. HEX triplet: D8, 58 and 36. RGB value is (216,88,54). Sum of RGB (Red+Green+Blue) = 216+88+54=358 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.34% from 358); Green value is 88 (34.77% from 255 or 24.58% from 358); Blue value is 54 (21.48% from 255 or 15.08% from 358); Max value from RGB is 216 - color contains mainly: red. Hex color #D85836 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85836 is #27A7C9. Grayscale: #7A7A7A. Windows color (decimal): -2598858 or 3561688. OLE color: 3561688.
HSL color Cylindrical-coordinate representation of color #D85836: hue angle of 12.59º 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 #D85836 is Cyan = 0, Magento = 0.59, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 88 | 54 | - |
| CMYK | 0 | 0.59 | 0.75 | 0.15 |
| HSL | 12.59º | 0.68% | 0.53% | - |
| HSV(B) | 12.59º | 0.75% | 0.85% | - |
| XYZ | 32.47 | 21.84 | 5.99 | - |
| YUV | 122.4 | 89.41 | 194.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 88 | 54 | 0 | 0.59 | 0.75 | 0.15 | 12.59 | 0.68 | 0.53 |
| Hex | D8 | 58 | 36 | 0 | 3B | 4B | F | D | 44 | 35 |
| Octal | 330 | 130 | 66 | 0 | 73 | 113 | 17 | 15 | 104 | 65 |
| Binary | 11011000 | 1011000 | 110110 | 0 | 111011 | 1001011 | 1111 | 1101 | 1000100 | 110101 |
Color Harmonies of #D85836
Complementary color
Monochromatic Colors of #D85836
Black with #D85836
Text Example
Text Example
White with #D85836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85836; }
p { color: rgb(216,88,54); }
H1.HeaderClassName
{
color: #D85836;
}
.AnyTagClassName
{
color: #D85836;
}
</style>
background-color css
<style>
a { background-color: #D85836; }
a { background-color: rgb(216,88,54); }
div.DivClassName
{
background-color: #D85836;
}
.BgClassName
{
background-color: #D85836;
}
</style>
border-color css
<style>
span { border-color: #D85836; }
span { border-color: rgb(216,88,54); }
td.TdClassName
{
border-color: #D85836;
}
.TagClassName
{
border-color: #D85836;
}
</style>