Shades of Chilean Fire #D85526
Tints of Chilean Fire #D85526
RGB
CMYK
RGB Variations
Color information
#D85526 (or 0xD85526) is known color: Chilean Fire. HEX triplet: D8, 55 and 26. RGB value is (216,85,38). Sum of RGB (Red+Green+Blue) = 216+85+38=339 (44% of max value = 765). Red value is 216 (84.77% from 255 or 63.72% from 339); Green value is 85 (33.59% from 255 or 25.07% from 339); Blue value is 38 (15.23% from 255 or 11.21% from 339); Max value from RGB is 216 - color contains mainly: red. Hex color #D85526 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85526 is #27AAD9. Grayscale: #777777. Windows color (decimal): -2599642 or 2512344. OLE color: 2512344.
HSL color Cylindrical-coordinate representation of color #D85526: hue angle of 15.84º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D85526 is Cyan = 0, Magento = 0.61, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 85 | 38 | - |
| CMYK | 0 | 0.61 | 0.82 | 0.15 |
| HSL | 15.84º | 0.7% | 0.5% | - |
| HSV(B) | 15.84º | 0.82% | 0.85% | - |
| XYZ | 31.92 | 21.24 | 4.25 | - |
| YUV | 118.81 | 82.4 | 197.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 85 | 38 | 0 | 0.61 | 0.82 | 0.15 | 15.84 | 0.7 | 0.5 |
| Hex | D8 | 55 | 26 | 0 | 3D | 52 | F | 10 | 46 | 32 |
| Octal | 330 | 125 | 46 | 0 | 75 | 122 | 17 | 20 | 106 | 62 |
| Binary | 11011000 | 1010101 | 100110 | 0 | 111101 | 1010010 | 1111 | 10000 | 1000110 | 110010 |
Color Harmonies of #D85526
Complementary color
Monochromatic Colors of #D85526
Black with #D85526
Text Example
Text Example
White with #D85526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85526; }
p { color: rgb(216,85,38); }
H1.HeaderClassName
{
color: #D85526;
}
.AnyTagClassName
{
color: #D85526;
}
</style>
background-color css
<style>
a { background-color: #D85526; }
a { background-color: rgb(216,85,38); }
div.DivClassName
{
background-color: #D85526;
}
.BgClassName
{
background-color: #D85526;
}
</style>
border-color css
<style>
span { border-color: #D85526; }
span { border-color: rgb(216,85,38); }
td.TdClassName
{
border-color: #D85526;
}
.TagClassName
{
border-color: #D85526;
}
</style>