Shades of Chilean Fire #D85132
Tints of Chilean Fire #D85132
RGB
CMYK
RGB Variations
Color information
#D85132 (or 0xD85132) is known color: Chilean Fire. HEX triplet: D8, 51 and 32. RGB value is (216,81,50). Sum of RGB (Red+Green+Blue) = 216+81+50=347 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.25% from 347); Green value is 81 (32.03% from 255 or 23.34% from 347); Blue value is 50 (19.92% from 255 or 14.41% from 347); Max value from RGB is 216 - color contains mainly: red. Hex color #D85132 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85132 is #27AECD. Grayscale: #767676. Windows color (decimal): -2600654 or 3297752. OLE color: 3297752.
HSL color Cylindrical-coordinate representation of color #D85132: hue angle of 11.2º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D85132 is Cyan = 0, Magento = 0.62, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 81 | 50 | - |
| CMYK | 0 | 0.62 | 0.77 | 0.15 |
| HSL | 11.2º | 0.68% | 0.52% | - |
| HSV(B) | 11.2º | 0.77% | 0.85% | - |
| XYZ | 31.84 | 20.71 | 5.34 | - |
| YUV | 117.83 | 89.73 | 198.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 81 | 50 | 0 | 0.62 | 0.77 | 0.15 | 11.2 | 0.68 | 0.52 |
| Hex | D8 | 51 | 32 | 0 | 3E | 4D | F | B | 44 | 34 |
| Octal | 330 | 121 | 62 | 0 | 76 | 115 | 17 | 13 | 104 | 64 |
| Binary | 11011000 | 1010001 | 110010 | 0 | 111110 | 1001101 | 1111 | 1011 | 1000100 | 110100 |
Color Harmonies of #D85132
Complementary color
Monochromatic Colors of #D85132
Black with #D85132
Text Example
Text Example
White with #D85132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85132; }
p { color: rgb(216,81,50); }
H1.HeaderClassName
{
color: #D85132;
}
.AnyTagClassName
{
color: #D85132;
}
</style>
background-color css
<style>
a { background-color: #D85132; }
a { background-color: rgb(216,81,50); }
div.DivClassName
{
background-color: #D85132;
}
.BgClassName
{
background-color: #D85132;
}
</style>
border-color css
<style>
span { border-color: #D85132; }
span { border-color: rgb(216,81,50); }
td.TdClassName
{
border-color: #D85132;
}
.TagClassName
{
border-color: #D85132;
}
</style>