Shades of Chilean Fire #D6512C
Tints of Chilean Fire #D6512C
RGB
CMYK
RGB Variations
Color information
#D6512C (or 0xD6512C) is known color: Chilean Fire. HEX triplet: D6, 51 and 2C. RGB value is (214,81,44). Sum of RGB (Red+Green+Blue) = 214+81+44=339 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.13% from 339); Green value is 81 (32.03% from 255 or 23.89% from 339); Blue value is 44 (17.58% from 255 or 12.98% from 339); Max value from RGB is 214 - color contains mainly: red. Hex color #D6512C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6512C is #29AED3. Grayscale: #747474. Windows color (decimal): -2731732 or 2904534. OLE color: 2904534.
HSL color Cylindrical-coordinate representation of color #D6512C: hue angle of 13.06º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D6512C is Cyan = 0, Magento = 0.62, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 81 | 44 | - |
| CMYK | 0 | 0.62 | 0.79 | 0.16 |
| HSL | 13.06º | 0.67% | 0.51% | - |
| HSV(B) | 13.06º | 0.79% | 0.84% | - |
| XYZ | 31.13 | 20.36 | 4.67 | - |
| YUV | 116.55 | 87.06 | 197.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 81 | 44 | 0 | 0.62 | 0.79 | 0.16 | 13.06 | 0.67 | 0.51 |
| Hex | D6 | 51 | 2C | 0 | 3E | 4F | 10 | D | 43 | 33 |
| Octal | 326 | 121 | 54 | 0 | 76 | 117 | 20 | 15 | 103 | 63 |
| Binary | 11010110 | 1010001 | 101100 | 0 | 111110 | 1001111 | 10000 | 1101 | 1000011 | 110011 |
Color Harmonies of #D6512C
Complementary color
Monochromatic Colors of #D6512C
Black with #D6512C
Text Example
Text Example
White with #D6512C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6512C; }
p { color: rgb(214,81,44); }
H1.HeaderClassName
{
color: #D6512C;
}
.AnyTagClassName
{
color: #D6512C;
}
</style>
background-color css
<style>
a { background-color: #D6512C; }
a { background-color: rgb(214,81,44); }
div.DivClassName
{
background-color: #D6512C;
}
.BgClassName
{
background-color: #D6512C;
}
</style>
border-color css
<style>
span { border-color: #D6512C; }
span { border-color: rgb(214,81,44); }
td.TdClassName
{
border-color: #D6512C;
}
.TagClassName
{
border-color: #D6512C;
}
</style>