Shades of Chilean Fire #D85723
Tints of Chilean Fire #D85723
RGB
CMYK
RGB Variations
Color information
#D85723 (or 0xD85723) is known color: Chilean Fire. HEX triplet: D8, 57 and 23. RGB value is (216,87,35). Sum of RGB (Red+Green+Blue) = 216+87+35=338 (44% of max value = 765). Red value is 216 (84.77% from 255 or 63.91% from 338); Green value is 87 (34.38% from 255 or 25.74% from 338); Blue value is 35 (14.06% from 255 or 10.36% from 338); Max value from RGB is 216 - color contains mainly: red. Hex color #D85723 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85723 is #27A8DC. Grayscale: #777777. Windows color (decimal): -2599133 or 2316248. OLE color: 2316248.
HSL color Cylindrical-coordinate representation of color #D85723: hue angle of 17.24º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D85723 is Cyan = 0, Magento = 0.60, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 87 | 35 | - |
| CMYK | 0 | 0.60 | 0.84 | 0.15 |
| HSL | 17.24º | 0.72% | 0.49% | - |
| HSV(B) | 17.24º | 0.84% | 0.85% | - |
| XYZ | 32.03 | 21.54 | 4.06 | - |
| YUV | 119.64 | 80.24 | 196.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 87 | 35 | 0 | 0.60 | 0.84 | 0.15 | 17.24 | 0.72 | 0.49 |
| Hex | D8 | 57 | 23 | 0 | 3C | 54 | F | 11 | 48 | 31 |
| Octal | 330 | 127 | 43 | 0 | 74 | 124 | 17 | 21 | 110 | 61 |
| Binary | 11011000 | 1010111 | 100011 | 0 | 111100 | 1010100 | 1111 | 10001 | 1001000 | 110001 |
Color Harmonies of #D85723
Complementary color
Monochromatic Colors of #D85723
Black with #D85723
Text Example
Text Example
White with #D85723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85723; }
p { color: rgb(216,87,35); }
H1.HeaderClassName
{
color: #D85723;
}
.AnyTagClassName
{
color: #D85723;
}
</style>
background-color css
<style>
a { background-color: #D85723; }
a { background-color: rgb(216,87,35); }
div.DivClassName
{
background-color: #D85723;
}
.BgClassName
{
background-color: #D85723;
}
</style>
border-color css
<style>
span { border-color: #D85723; }
span { border-color: rgb(216,87,35); }
td.TdClassName
{
border-color: #D85723;
}
.TagClassName
{
border-color: #D85723;
}
</style>