Shades of Chilean Fire #D85736
Tints of Chilean Fire #D85736
RGB
CMYK
RGB Variations
Color information
#D85736 (or 0xD85736) is known color: Chilean Fire. HEX triplet: D8, 57 and 36. RGB value is (216,87,54). Sum of RGB (Red+Green+Blue) = 216+87+54=357 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.50% from 357); Green value is 87 (34.38% from 255 or 24.37% from 357); Blue value is 54 (21.48% from 255 or 15.13% from 357); Max value from RGB is 216 - color contains mainly: red. Hex color #D85736 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85736 is #27A8C9. Grayscale: #7A7A7A. Windows color (decimal): -2599114 or 3561432. OLE color: 3561432.
HSL color Cylindrical-coordinate representation of color #D85736: hue angle of 12.22º 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 #D85736 is Cyan = 0, Magento = 0.60, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 87 | 54 | - |
| CMYK | 0 | 0.60 | 0.75 | 0.15 |
| HSL | 12.22º | 0.68% | 0.53% | - |
| HSV(B) | 12.22º | 0.75% | 0.85% | - |
| XYZ | 32.39 | 21.68 | 5.97 | - |
| YUV | 121.81 | 89.74 | 195.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 87 | 54 | 0 | 0.60 | 0.75 | 0.15 | 12.22 | 0.68 | 0.53 |
| Hex | D8 | 57 | 36 | 0 | 3C | 4B | F | C | 44 | 35 |
| Octal | 330 | 127 | 66 | 0 | 74 | 113 | 17 | 14 | 104 | 65 |
| Binary | 11011000 | 1010111 | 110110 | 0 | 111100 | 1001011 | 1111 | 1100 | 1000100 | 110101 |
Color Harmonies of #D85736
Complementary color
Monochromatic Colors of #D85736
Black with #D85736
Text Example
Text Example
White with #D85736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85736; }
p { color: rgb(216,87,54); }
H1.HeaderClassName
{
color: #D85736;
}
.AnyTagClassName
{
color: #D85736;
}
</style>
background-color css
<style>
a { background-color: #D85736; }
a { background-color: rgb(216,87,54); }
div.DivClassName
{
background-color: #D85736;
}
.BgClassName
{
background-color: #D85736;
}
</style>
border-color css
<style>
span { border-color: #D85736; }
span { border-color: rgb(216,87,54); }
td.TdClassName
{
border-color: #D85736;
}
.TagClassName
{
border-color: #D85736;
}
</style>