Shades of Chilean Fire #D46233
Tints of Chilean Fire #D46233
RGB
CMYK
RGB Variations
Color information
#D46233 (or 0xD46233) is known color: Chilean Fire. HEX triplet: D4, 62 and 33. RGB value is (212,98,51). Sum of RGB (Red+Green+Blue) = 212+98+51=361 (47% of max value = 765). Red value is 212 (83.20% from 255 or 58.73% from 361); Green value is 98 (38.67% from 255 or 27.15% from 361); Blue value is 51 (20.31% from 255 or 14.13% from 361); Max value from RGB is 212 - color contains mainly: red. Hex color #D46233 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D46233 is #2B9DCC. Grayscale: #7F7F7F. Windows color (decimal): -2858445 or 3367636. OLE color: 3367636.
HSL color Cylindrical-coordinate representation of color #D46233: hue angle of 17.52º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D46233 is Cyan = 0, Magento = 0.54, Yellow = 0.76 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 98 | 51 | - |
| CMYK | 0 | 0.54 | 0.76 | 0.17 |
| HSL | 17.52º | 0.65% | 0.52% | - |
| HSV(B) | 17.52º | 0.76% | 0.83% | - |
| XYZ | 32.12 | 22.97 | 5.87 | - |
| YUV | 126.73 | 85.27 | 188.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 98 | 51 | 0 | 0.54 | 0.76 | 0.17 | 17.52 | 0.65 | 0.52 |
| Hex | D4 | 62 | 33 | 0 | 36 | 4C | 11 | 12 | 41 | 34 |
| Octal | 324 | 142 | 63 | 0 | 66 | 114 | 21 | 22 | 101 | 64 |
| Binary | 11010100 | 1100010 | 110011 | 0 | 110110 | 1001100 | 10001 | 10010 | 1000001 | 110100 |
Color Harmonies of #D46233
Complementary color
Monochromatic Colors of #D46233
Black with #D46233
Text Example
Text Example
White with #D46233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46233; }
p { color: rgb(212,98,51); }
H1.HeaderClassName
{
color: #D46233;
}
.AnyTagClassName
{
color: #D46233;
}
</style>
background-color css
<style>
a { background-color: #D46233; }
a { background-color: rgb(212,98,51); }
div.DivClassName
{
background-color: #D46233;
}
.BgClassName
{
background-color: #D46233;
}
</style>
border-color css
<style>
span { border-color: #D46233; }
span { border-color: rgb(212,98,51); }
td.TdClassName
{
border-color: #D46233;
}
.TagClassName
{
border-color: #D46233;
}
</style>