Shades of Chilean Fire #D85E37
Tints of Chilean Fire #D85E37
RGB
CMYK
RGB Variations
Color information
#D85E37 (or 0xD85E37) is known color: Chilean Fire. HEX triplet: D8, 5E and 37. RGB value is (216,94,55). Sum of RGB (Red+Green+Blue) = 216+94+55=365 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.18% from 365); Green value is 94 (37.11% from 255 or 25.75% from 365); Blue value is 55 (21.88% from 255 or 15.07% from 365); Max value from RGB is 216 - color contains mainly: red. Hex color #D85E37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85E37 is #27A1C8. Grayscale: #7E7E7E. Windows color (decimal): -2597321 or 3628760. OLE color: 3628760.
HSL color Cylindrical-coordinate representation of color #D85E37: hue angle of 14.53º 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 #D85E37 is Cyan = 0, Magento = 0.56, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 94 | 55 | - |
| CMYK | 0 | 0.56 | 0.75 | 0.15 |
| HSL | 14.53º | 0.67% | 0.53% | - |
| HSV(B) | 14.53º | 0.75% | 0.85% | - |
| XYZ | 33.01 | 22.88 | 6.29 | - |
| YUV | 126.03 | 87.92 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 94 | 55 | 0 | 0.56 | 0.75 | 0.15 | 14.53 | 0.67 | 0.53 |
| Hex | D8 | 5E | 37 | 0 | 38 | 4B | F | F | 43 | 35 |
| Octal | 330 | 136 | 67 | 0 | 70 | 113 | 17 | 17 | 103 | 65 |
| Binary | 11011000 | 1011110 | 110111 | 0 | 111000 | 1001011 | 1111 | 1111 | 1000011 | 110101 |
Color Harmonies of #D85E37
Complementary color
Monochromatic Colors of #D85E37
Black with #D85E37
Text Example
Text Example
White with #D85E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85E37; }
p { color: rgb(216,94,55); }
H1.HeaderClassName
{
color: #D85E37;
}
.AnyTagClassName
{
color: #D85E37;
}
</style>
background-color css
<style>
a { background-color: #D85E37; }
a { background-color: rgb(216,94,55); }
div.DivClassName
{
background-color: #D85E37;
}
.BgClassName
{
background-color: #D85E37;
}
</style>
border-color css
<style>
span { border-color: #D85E37; }
span { border-color: rgb(216,94,55); }
td.TdClassName
{
border-color: #D85E37;
}
.TagClassName
{
border-color: #D85E37;
}
</style>