Shades of Chilean Fire #D85828
Tints of Chilean Fire #D85828
RGB
CMYK
RGB Variations
Color information
#D85828 (or 0xD85828) is known color: Chilean Fire. HEX triplet: D8, 58 and 28. RGB value is (216,88,40). Sum of RGB (Red+Green+Blue) = 216+88+40=344 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.79% from 344); Green value is 88 (34.77% from 255 or 25.58% from 344); Blue value is 40 (16.02% from 255 or 11.63% from 344); Max value from RGB is 216 - color contains mainly: red. Hex color #D85828 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85828 is #27A7D7. Grayscale: #797979. Windows color (decimal): -2598872 or 2644184. OLE color: 2644184.
HSL color Cylindrical-coordinate representation of color #D85828: hue angle of 16.36º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D85828 is Cyan = 0, Magento = 0.59, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 88 | 40 | - |
| CMYK | 0 | 0.59 | 0.81 | 0.15 |
| HSL | 16.36º | 0.69% | 0.5% | - |
| HSV(B) | 16.36º | 0.81% | 0.85% | - |
| XYZ | 32.19 | 21.73 | 4.51 | - |
| YUV | 120.8 | 82.41 | 195.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 88 | 40 | 0 | 0.59 | 0.81 | 0.15 | 16.36 | 0.69 | 0.5 |
| Hex | D8 | 58 | 28 | 0 | 3B | 51 | F | 10 | 45 | 32 |
| Octal | 330 | 130 | 50 | 0 | 73 | 121 | 17 | 20 | 105 | 62 |
| Binary | 11011000 | 1011000 | 101000 | 0 | 111011 | 1010001 | 1111 | 10000 | 1000101 | 110010 |
Color Harmonies of #D85828
Complementary color
Monochromatic Colors of #D85828
Black with #D85828
Text Example
Text Example
White with #D85828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85828; }
p { color: rgb(216,88,40); }
H1.HeaderClassName
{
color: #D85828;
}
.AnyTagClassName
{
color: #D85828;
}
</style>
background-color css
<style>
a { background-color: #D85828; }
a { background-color: rgb(216,88,40); }
div.DivClassName
{
background-color: #D85828;
}
.BgClassName
{
background-color: #D85828;
}
</style>
border-color css
<style>
span { border-color: #D85828; }
span { border-color: rgb(216,88,40); }
td.TdClassName
{
border-color: #D85828;
}
.TagClassName
{
border-color: #D85828;
}
</style>