Shades of Chilean Fire #D85B27
Tints of Chilean Fire #D85B27
RGB
CMYK
RGB Variations
Color information
#D85B27 (or 0xD85B27) is known color: Chilean Fire. HEX triplet: D8, 5B and 27. RGB value is (216,91,39). Sum of RGB (Red+Green+Blue) = 216+91+39=346 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.43% from 346); Green value is 91 (35.94% from 255 or 26.30% from 346); Blue value is 39 (15.62% from 255 or 11.27% from 346); Max value from RGB is 216 - color contains mainly: red. Hex color #D85B27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85B27 is #27A4D8. Grayscale: #7A7A7A. Windows color (decimal): -2598105 or 2579416. OLE color: 2579416.
HSL color Cylindrical-coordinate representation of color #D85B27: hue angle of 17.63º 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 #D85B27 is Cyan = 0, Magento = 0.58, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 91 | 39 | - |
| CMYK | 0 | 0.58 | 0.82 | 0.15 |
| HSL | 17.63º | 0.69% | 0.5% | - |
| HSV(B) | 17.63º | 0.82% | 0.85% | - |
| XYZ | 32.43 | 22.23 | 4.5 | - |
| YUV | 122.45 | 80.91 | 194.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 91 | 39 | 0 | 0.58 | 0.82 | 0.15 | 17.63 | 0.69 | 0.5 |
| Hex | D8 | 5B | 27 | 0 | 3A | 52 | F | 12 | 45 | 32 |
| Octal | 330 | 133 | 47 | 0 | 72 | 122 | 17 | 22 | 105 | 62 |
| Binary | 11011000 | 1011011 | 100111 | 0 | 111010 | 1010010 | 1111 | 10010 | 1000101 | 110010 |
Color Harmonies of #D85B27
Complementary color
Monochromatic Colors of #D85B27
Black with #D85B27
Text Example
Text Example
White with #D85B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85B27; }
p { color: rgb(216,91,39); }
H1.HeaderClassName
{
color: #D85B27;
}
.AnyTagClassName
{
color: #D85B27;
}
</style>
background-color css
<style>
a { background-color: #D85B27; }
a { background-color: rgb(216,91,39); }
div.DivClassName
{
background-color: #D85B27;
}
.BgClassName
{
background-color: #D85B27;
}
</style>
border-color css
<style>
span { border-color: #D85B27; }
span { border-color: rgb(216,91,39); }
td.TdClassName
{
border-color: #D85B27;
}
.TagClassName
{
border-color: #D85B27;
}
</style>