Shades of Chilean Fire #D85239
Tints of Chilean Fire #D85239
RGB
CMYK
RGB Variations
Color information
#D85239 (or 0xD85239) is known color: Chilean Fire. HEX triplet: D8, 52 and 39. RGB value is (216,82,57). Sum of RGB (Red+Green+Blue) = 216+82+57=355 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.85% from 355); Green value is 82 (32.42% from 255 or 23.10% from 355); Blue value is 57 (22.66% from 255 or 16.06% from 355); Max value from RGB is 216 - color contains mainly: red. Hex color #D85239 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85239 is #27ADC6. Grayscale: #777777. Windows color (decimal): -2600391 or 3756760. OLE color: 3756760.
HSL color Cylindrical-coordinate representation of color #D85239: hue angle of 9.43º 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 #D85239 is Cyan = 0, Magento = 0.62, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 82 | 57 | - |
| CMYK | 0 | 0.62 | 0.74 | 0.15 |
| HSL | 9.43º | 0.67% | 0.54% | - |
| HSV(B) | 9.43º | 0.74% | 0.85% | - |
| XYZ | 32.07 | 20.93 | 6.22 | - |
| YUV | 119.22 | 92.89 | 197.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 82 | 57 | 0 | 0.62 | 0.74 | 0.15 | 9.43 | 0.67 | 0.54 |
| Hex | D8 | 52 | 39 | 0 | 3E | 4A | F | 9 | 43 | 36 |
| Octal | 330 | 122 | 71 | 0 | 76 | 112 | 17 | 11 | 103 | 66 |
| Binary | 11011000 | 1010010 | 111001 | 0 | 111110 | 1001010 | 1111 | 1001 | 1000011 | 110110 |
Color Harmonies of #D85239
Complementary color
Monochromatic Colors of #D85239
Black with #D85239
Text Example
Text Example
White with #D85239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85239; }
p { color: rgb(216,82,57); }
H1.HeaderClassName
{
color: #D85239;
}
.AnyTagClassName
{
color: #D85239;
}
</style>
background-color css
<style>
a { background-color: #D85239; }
a { background-color: rgb(216,82,57); }
div.DivClassName
{
background-color: #D85239;
}
.BgClassName
{
background-color: #D85239;
}
</style>
border-color css
<style>
span { border-color: #D85239; }
span { border-color: rgb(216,82,57); }
td.TdClassName
{
border-color: #D85239;
}
.TagClassName
{
border-color: #D85239;
}
</style>