Shades of Chilean Fire #D85727
Tints of Chilean Fire #D85727
RGB
CMYK
RGB Variations
Color information
#D85727 (or 0xD85727) is known color: Chilean Fire. HEX triplet: D8, 57 and 27. RGB value is (216,87,39). Sum of RGB (Red+Green+Blue) = 216+87+39=342 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.16% from 342); Green value is 87 (34.38% from 255 or 25.44% from 342); Blue value is 39 (15.62% from 255 or 11.40% from 342); Max value from RGB is 216 - color contains mainly: red. Hex color #D85727 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85727 is #27A8D8. Grayscale: #787878. Windows color (decimal): -2599129 or 2578392. OLE color: 2578392.
HSL color Cylindrical-coordinate representation of color #D85727: hue angle of 16.27º degrees, saturation: 0.69, 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 #D85727 is Cyan = 0, Magento = 0.60, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 87 | 39 | - |
| CMYK | 0 | 0.60 | 0.82 | 0.15 |
| HSL | 16.27º | 0.69% | 0.5% | - |
| HSV(B) | 16.27º | 0.82% | 0.85% | - |
| XYZ | 32.09 | 21.56 | 4.39 | - |
| YUV | 120.1 | 82.24 | 196.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 87 | 39 | 0 | 0.60 | 0.82 | 0.15 | 16.27 | 0.69 | 0.5 |
| Hex | D8 | 57 | 27 | 0 | 3C | 52 | F | 10 | 45 | 32 |
| Octal | 330 | 127 | 47 | 0 | 74 | 122 | 17 | 20 | 105 | 62 |
| Binary | 11011000 | 1010111 | 100111 | 0 | 111100 | 1010010 | 1111 | 10000 | 1000101 | 110010 |
Color Harmonies of #D85727
Complementary color
Monochromatic Colors of #D85727
Black with #D85727
Text Example
Text Example
White with #D85727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85727; }
p { color: rgb(216,87,39); }
H1.HeaderClassName
{
color: #D85727;
}
.AnyTagClassName
{
color: #D85727;
}
</style>
background-color css
<style>
a { background-color: #D85727; }
a { background-color: rgb(216,87,39); }
div.DivClassName
{
background-color: #D85727;
}
.BgClassName
{
background-color: #D85727;
}
</style>
border-color css
<style>
span { border-color: #D85727; }
span { border-color: rgb(216,87,39); }
td.TdClassName
{
border-color: #D85727;
}
.TagClassName
{
border-color: #D85727;
}
</style>