Shades of Chilean Fire #D85139
Tints of Chilean Fire #D85139
RGB
CMYK
RGB Variations
Color information
#D85139 (or 0xD85139) is known color: Chilean Fire. HEX triplet: D8, 51 and 39. RGB value is (216,81,57). Sum of RGB (Red+Green+Blue) = 216+81+57=354 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.02% from 354); Green value is 81 (32.03% from 255 or 22.88% from 354); Blue value is 57 (22.66% from 255 or 16.10% from 354); Max value from RGB is 216 - color contains mainly: red. Hex color #D85139 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85139 is #27AEC6. Grayscale: #767676. Windows color (decimal): -2600647 or 3756504. OLE color: 3756504.
HSL color Cylindrical-coordinate representation of color #D85139: hue angle of 9.06º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D85139 is Cyan = 0, Magento = 0.62, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 81 | 57 | - |
| CMYK | 0 | 0.62 | 0.74 | 0.15 |
| HSL | 9.06º | 0.67% | 0.54% | - |
| HSV(B) | 9.06º | 0.74% | 0.85% | - |
| XYZ | 32 | 20.78 | 6.2 | - |
| YUV | 118.63 | 93.23 | 197.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 81 | 57 | 0 | 0.62 | 0.74 | 0.15 | 9.06 | 0.67 | 0.54 |
| Hex | D8 | 51 | 39 | 0 | 3E | 4A | F | 9 | 43 | 36 |
| Octal | 330 | 121 | 71 | 0 | 76 | 112 | 17 | 11 | 103 | 66 |
| Binary | 11011000 | 1010001 | 111001 | 0 | 111110 | 1001010 | 1111 | 1001 | 1000011 | 110110 |
Color Harmonies of #D85139
Complementary color
Monochromatic Colors of #D85139
Black with #D85139
Text Example
Text Example
White with #D85139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85139; }
p { color: rgb(216,81,57); }
H1.HeaderClassName
{
color: #D85139;
}
.AnyTagClassName
{
color: #D85139;
}
</style>
background-color css
<style>
a { background-color: #D85139; }
a { background-color: rgb(216,81,57); }
div.DivClassName
{
background-color: #D85139;
}
.BgClassName
{
background-color: #D85139;
}
</style>
border-color css
<style>
span { border-color: #D85139; }
span { border-color: rgb(216,81,57); }
td.TdClassName
{
border-color: #D85139;
}
.TagClassName
{
border-color: #D85139;
}
</style>