Shades of Chilean Fire #D85538
Tints of Chilean Fire #D85538
RGB
CMYK
RGB Variations
Color information
#D85538 (or 0xD85538) is known color: Chilean Fire. HEX triplet: D8, 55 and 38. RGB value is (216,85,56). Sum of RGB (Red+Green+Blue) = 216+85+56=357 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.50% from 357); Green value is 85 (33.59% from 255 or 23.81% from 357); Blue value is 56 (22.27% from 255 or 15.69% from 357); Max value from RGB is 216 - color contains mainly: red. Hex color #D85538 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85538 is #27AAC7. Grayscale: #797979. Windows color (decimal): -2599624 or 3691992. OLE color: 3691992.
HSL color Cylindrical-coordinate representation of color #D85538: hue angle of 10.88º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D85538 is Cyan = 0, Magento = 0.61, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 85 | 56 | - |
| CMYK | 0 | 0.61 | 0.74 | 0.15 |
| HSL | 10.88º | 0.67% | 0.53% | - |
| HSV(B) | 10.88º | 0.74% | 0.85% | - |
| XYZ | 32.28 | 21.38 | 6.17 | - |
| YUV | 120.86 | 91.4 | 195.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 85 | 56 | 0 | 0.61 | 0.74 | 0.15 | 10.88 | 0.67 | 0.53 |
| Hex | D8 | 55 | 38 | 0 | 3D | 4A | F | B | 43 | 35 |
| Octal | 330 | 125 | 70 | 0 | 75 | 112 | 17 | 13 | 103 | 65 |
| Binary | 11011000 | 1010101 | 111000 | 0 | 111101 | 1001010 | 1111 | 1011 | 1000011 | 110101 |
Color Harmonies of #D85538
Complementary color
Monochromatic Colors of #D85538
Black with #D85538
Text Example
Text Example
White with #D85538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85538; }
p { color: rgb(216,85,56); }
H1.HeaderClassName
{
color: #D85538;
}
.AnyTagClassName
{
color: #D85538;
}
</style>
background-color css
<style>
a { background-color: #D85538; }
a { background-color: rgb(216,85,56); }
div.DivClassName
{
background-color: #D85538;
}
.BgClassName
{
background-color: #D85538;
}
</style>
border-color css
<style>
span { border-color: #D85538; }
span { border-color: rgb(216,85,56); }
td.TdClassName
{
border-color: #D85538;
}
.TagClassName
{
border-color: #D85538;
}
</style>