Shades of Chilean Fire #D85A2C
Tints of Chilean Fire #D85A2C
RGB
CMYK
RGB Variations
Color information
#D85A2C (or 0xD85A2C) is known color: Chilean Fire. HEX triplet: D8, 5A and 2C. RGB value is (216,90,44). Sum of RGB (Red+Green+Blue) = 216+90+44=350 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.71% from 350); Green value is 90 (35.55% from 255 or 25.71% from 350); Blue value is 44 (17.58% from 255 or 12.57% from 350); Max value from RGB is 216 - color contains mainly: red. Hex color #D85A2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85A2C is #27A5D3. Grayscale: #7A7A7A. Windows color (decimal): -2598356 or 2906840. OLE color: 2906840.
HSL color Cylindrical-coordinate representation of color #D85A2C: hue angle of 16.05º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D85A2C is Cyan = 0, Magento = 0.58, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 90 | 44 | - |
| CMYK | 0 | 0.58 | 0.80 | 0.15 |
| HSL | 16.05º | 0.69% | 0.51% | - |
| HSV(B) | 16.05º | 0.8% | 0.85% | - |
| XYZ | 32.43 | 22.09 | 4.94 | - |
| YUV | 122.43 | 83.74 | 194.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 90 | 44 | 0 | 0.58 | 0.80 | 0.15 | 16.05 | 0.69 | 0.51 |
| Hex | D8 | 5A | 2C | 0 | 3A | 50 | F | 10 | 45 | 33 |
| Octal | 330 | 132 | 54 | 0 | 72 | 120 | 17 | 20 | 105 | 63 |
| Binary | 11011000 | 1011010 | 101100 | 0 | 111010 | 1010000 | 1111 | 10000 | 1000101 | 110011 |
Color Harmonies of #D85A2C
Complementary color
Monochromatic Colors of #D85A2C
Black with #D85A2C
Text Example
Text Example
White with #D85A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85A2C; }
p { color: rgb(216,90,44); }
H1.HeaderClassName
{
color: #D85A2C;
}
.AnyTagClassName
{
color: #D85A2C;
}
</style>
background-color css
<style>
a { background-color: #D85A2C; }
a { background-color: rgb(216,90,44); }
div.DivClassName
{
background-color: #D85A2C;
}
.BgClassName
{
background-color: #D85A2C;
}
</style>
border-color css
<style>
span { border-color: #D85A2C; }
span { border-color: rgb(216,90,44); }
td.TdClassName
{
border-color: #D85A2C;
}
.TagClassName
{
border-color: #D85A2C;
}
</style>