Shades of Chilean Fire #D46440
Tints of Chilean Fire #D46440
RGB
CMYK
RGB Variations
Color information
#D46440 (or 0xD46440) is known color: Chilean Fire. HEX triplet: D4, 64 and 40. RGB value is (212,100,64). Sum of RGB (Red+Green+Blue) = 212+100+64=376 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.38% from 376); Green value is 100 (39.45% from 255 or 26.60% from 376); Blue value is 64 (25.39% from 255 or 17.02% from 376); Max value from RGB is 212 - color contains mainly: red. Hex color #D46440 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D46440 is #2B9BBF. Grayscale: #818181. Windows color (decimal): -2857920 or 4220116. OLE color: 4220116.
HSL color Cylindrical-coordinate representation of color #D46440: hue angle of 14.59º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D46440 is Cyan = 0, Magento = 0.53, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 100 | 64 | - |
| CMYK | 0 | 0.53 | 0.70 | 0.17 |
| HSL | 14.59º | 0.63% | 0.54% | - |
| HSV(B) | 14.59º | 0.7% | 0.83% | - |
| XYZ | 32.63 | 23.48 | 7.66 | - |
| YUV | 129.38 | 91.11 | 186.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 100 | 64 | 0 | 0.53 | 0.70 | 0.17 | 14.59 | 0.63 | 0.54 |
| Hex | D4 | 64 | 40 | 0 | 35 | 46 | 11 | F | 3F | 36 |
| Octal | 324 | 144 | 100 | 0 | 65 | 106 | 21 | 17 | 77 | 66 |
| Binary | 11010100 | 1100100 | 1000000 | 0 | 110101 | 1000110 | 10001 | 1111 | 111111 | 110110 |
Color Harmonies of #D46440
Complementary color
Monochromatic Colors of #D46440
Black with #D46440
Text Example
Text Example
White with #D46440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46440; }
p { color: rgb(212,100,64); }
H1.HeaderClassName
{
color: #D46440;
}
.AnyTagClassName
{
color: #D46440;
}
</style>
background-color css
<style>
a { background-color: #D46440; }
a { background-color: rgb(212,100,64); }
div.DivClassName
{
background-color: #D46440;
}
.BgClassName
{
background-color: #D46440;
}
</style>
border-color css
<style>
span { border-color: #D46440; }
span { border-color: rgb(212,100,64); }
td.TdClassName
{
border-color: #D46440;
}
.TagClassName
{
border-color: #D46440;
}
</style>