Shades of Chilean Fire #D6542B
Tints of Chilean Fire #D6542B
RGB
CMYK
RGB Variations
Color information
#D6542B (or 0xD6542B) is known color: Chilean Fire. HEX triplet: D6, 54 and 2B. RGB value is (214,84,43). Sum of RGB (Red+Green+Blue) = 214+84+43=341 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.76% from 341); Green value is 84 (33.20% from 255 or 24.63% from 341); Blue value is 43 (17.19% from 255 or 12.61% from 341); Max value from RGB is 214 - color contains mainly: red. Hex color #D6542B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6542B is #29ABD4. Grayscale: #767676. Windows color (decimal): -2730965 or 2839766. OLE color: 2839766.
HSL color Cylindrical-coordinate representation of color #D6542B: hue angle of 14.39º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D6542B is Cyan = 0, Magento = 0.61, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 84 | 43 | - |
| CMYK | 0 | 0.61 | 0.80 | 0.16 |
| HSL | 14.39º | 0.68% | 0.5% | - |
| HSV(B) | 14.39º | 0.8% | 0.84% | - |
| XYZ | 31.34 | 20.81 | 4.65 | - |
| YUV | 118.2 | 85.57 | 196.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 84 | 43 | 0 | 0.61 | 0.80 | 0.16 | 14.39 | 0.68 | 0.5 |
| Hex | D6 | 54 | 2B | 0 | 3D | 50 | 10 | E | 44 | 32 |
| Octal | 326 | 124 | 53 | 0 | 75 | 120 | 20 | 16 | 104 | 62 |
| Binary | 11010110 | 1010100 | 101011 | 0 | 111101 | 1010000 | 10000 | 1110 | 1000100 | 110010 |
Color Harmonies of #D6542B
Complementary color
Monochromatic Colors of #D6542B
Black with #D6542B
Text Example
Text Example
White with #D6542B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6542B; }
p { color: rgb(214,84,43); }
H1.HeaderClassName
{
color: #D6542B;
}
.AnyTagClassName
{
color: #D6542B;
}
</style>
background-color css
<style>
a { background-color: #D6542B; }
a { background-color: rgb(214,84,43); }
div.DivClassName
{
background-color: #D6542B;
}
.BgClassName
{
background-color: #D6542B;
}
</style>
border-color css
<style>
span { border-color: #D6542B; }
span { border-color: rgb(214,84,43); }
td.TdClassName
{
border-color: #D6542B;
}
.TagClassName
{
border-color: #D6542B;
}
</style>