Shades of Chilean Fire #D46232
Tints of Chilean Fire #D46232
RGB
CMYK
RGB Variations
Color information
#D46232 (or 0xD46232) is known color: Chilean Fire. HEX triplet: D4, 62 and 32. RGB value is (212,98,50). Sum of RGB (Red+Green+Blue) = 212+98+50=360 (47% of max value = 765). Red value is 212 (83.20% from 255 or 58.89% from 360); Green value is 98 (38.67% from 255 or 27.22% from 360); Blue value is 50 (19.92% from 255 or 13.89% from 360); Max value from RGB is 212 - color contains mainly: red. Hex color #D46232 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D46232 is #2B9DCD. Grayscale: #7E7E7E. Windows color (decimal): -2858446 or 3302100. OLE color: 3302100.
HSL color Cylindrical-coordinate representation of color #D46232: hue angle of 17.78º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D46232 is Cyan = 0, Magento = 0.54, Yellow = 0.76 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 98 | 50 | - |
| CMYK | 0 | 0.54 | 0.76 | 0.17 |
| HSL | 17.78º | 0.65% | 0.51% | - |
| HSV(B) | 17.78º | 0.76% | 0.83% | - |
| XYZ | 32.09 | 22.96 | 5.76 | - |
| YUV | 126.61 | 84.77 | 188.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 98 | 50 | 0 | 0.54 | 0.76 | 0.17 | 17.78 | 0.65 | 0.51 |
| Hex | D4 | 62 | 32 | 0 | 36 | 4C | 11 | 12 | 41 | 33 |
| Octal | 324 | 142 | 62 | 0 | 66 | 114 | 21 | 22 | 101 | 63 |
| Binary | 11010100 | 1100010 | 110010 | 0 | 110110 | 1001100 | 10001 | 10010 | 1000001 | 110011 |
Color Harmonies of #D46232
Complementary color
Monochromatic Colors of #D46232
Black with #D46232
Text Example
Text Example
White with #D46232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46232; }
p { color: rgb(212,98,50); }
H1.HeaderClassName
{
color: #D46232;
}
.AnyTagClassName
{
color: #D46232;
}
</style>
background-color css
<style>
a { background-color: #D46232; }
a { background-color: rgb(212,98,50); }
div.DivClassName
{
background-color: #D46232;
}
.BgClassName
{
background-color: #D46232;
}
</style>
border-color css
<style>
span { border-color: #D46232; }
span { border-color: rgb(212,98,50); }
td.TdClassName
{
border-color: #D46232;
}
.TagClassName
{
border-color: #D46232;
}
</style>