Shades of Chilean Fire #D46334
Tints of Chilean Fire #D46334
RGB
CMYK
RGB Variations
Color information
#D46334 (or 0xD46334) is known color: Chilean Fire. HEX triplet: D4, 63 and 34. RGB value is (212,99,52). Sum of RGB (Red+Green+Blue) = 212+99+52=363 (48% of max value = 765). Red value is 212 (83.20% from 255 or 58.40% from 363); Green value is 99 (39.06% from 255 or 27.27% from 363); Blue value is 52 (20.70% from 255 or 14.33% from 363); Max value from RGB is 212 - color contains mainly: red. Hex color #D46334 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D46334 is #2B9CCB. Grayscale: #7F7F7F. Windows color (decimal): -2858188 or 3433428. OLE color: 3433428.
HSL color Cylindrical-coordinate representation of color #D46334: hue angle of 17.62º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D46334 is Cyan = 0, Magento = 0.53, Yellow = 0.75 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 99 | 52 | - |
| CMYK | 0 | 0.53 | 0.75 | 0.17 |
| HSL | 17.63º | 0.65% | 0.52% | - |
| HSV(B) | 17.63º | 0.75% | 0.83% | - |
| XYZ | 32.23 | 23.17 | 6.02 | - |
| YUV | 127.43 | 85.44 | 188.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 99 | 52 | 0 | 0.53 | 0.75 | 0.17 | 17.63 | 0.65 | 0.52 |
| Hex | D4 | 63 | 34 | 0 | 35 | 4B | 11 | 12 | 41 | 34 |
| Octal | 324 | 143 | 64 | 0 | 65 | 113 | 21 | 22 | 101 | 64 |
| Binary | 11010100 | 1100011 | 110100 | 0 | 110101 | 1001011 | 10001 | 10010 | 1000001 | 110100 |
Color Harmonies of #D46334
Complementary color
Monochromatic Colors of #D46334
Black with #D46334
Text Example
Text Example
White with #D46334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46334; }
p { color: rgb(212,99,52); }
H1.HeaderClassName
{
color: #D46334;
}
.AnyTagClassName
{
color: #D46334;
}
</style>
background-color css
<style>
a { background-color: #D46334; }
a { background-color: rgb(212,99,52); }
div.DivClassName
{
background-color: #D46334;
}
.BgClassName
{
background-color: #D46334;
}
</style>
border-color css
<style>
span { border-color: #D46334; }
span { border-color: rgb(212,99,52); }
td.TdClassName
{
border-color: #D46334;
}
.TagClassName
{
border-color: #D46334;
}
</style>