Shades of Chilean Fire #D85137
Tints of Chilean Fire #D85137
RGB
CMYK
RGB Variations
Color information
#D85137 (or 0xD85137) is known color: Chilean Fire. HEX triplet: D8, 51 and 37. RGB value is (216,81,55). Sum of RGB (Red+Green+Blue) = 216+81+55=352 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.36% from 352); Green value is 81 (32.03% from 255 or 23.01% from 352); Blue value is 55 (21.88% from 255 or 15.62% from 352); Max value from RGB is 216 - color contains mainly: red. Hex color #D85137 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85137 is #27AEC8. Grayscale: #767676. Windows color (decimal): -2600649 or 3625432. OLE color: 3625432.
HSL color Cylindrical-coordinate representation of color #D85137: hue angle of 9.69º degrees, saturation: 0.67, 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 #D85137 is Cyan = 0, Magento = 0.62, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 81 | 55 | - |
| CMYK | 0 | 0.62 | 0.75 | 0.15 |
| HSL | 9.69º | 0.67% | 0.53% | - |
| HSV(B) | 9.69º | 0.75% | 0.85% | - |
| XYZ | 31.95 | 20.76 | 5.94 | - |
| YUV | 118.4 | 92.23 | 197.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 81 | 55 | 0 | 0.62 | 0.75 | 0.15 | 9.69 | 0.67 | 0.53 |
| Hex | D8 | 51 | 37 | 0 | 3E | 4B | F | A | 43 | 35 |
| Octal | 330 | 121 | 67 | 0 | 76 | 113 | 17 | 12 | 103 | 65 |
| Binary | 11011000 | 1010001 | 110111 | 0 | 111110 | 1001011 | 1111 | 1010 | 1000011 | 110101 |
Color Harmonies of #D85137
Complementary color
Monochromatic Colors of #D85137
Black with #D85137
Text Example
Text Example
White with #D85137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85137; }
p { color: rgb(216,81,55); }
H1.HeaderClassName
{
color: #D85137;
}
.AnyTagClassName
{
color: #D85137;
}
</style>
background-color css
<style>
a { background-color: #D85137; }
a { background-color: rgb(216,81,55); }
div.DivClassName
{
background-color: #D85137;
}
.BgClassName
{
background-color: #D85137;
}
</style>
border-color css
<style>
span { border-color: #D85137; }
span { border-color: rgb(216,81,55); }
td.TdClassName
{
border-color: #D85137;
}
.TagClassName
{
border-color: #D85137;
}
</style>