Shades of Chilean Fire #D6532E
Tints of Chilean Fire #D6532E
RGB
CMYK
RGB Variations
Color information
#D6532E (or 0xD6532E) is known color: Chilean Fire. HEX triplet: D6, 53 and 2E. RGB value is (214,83,46). Sum of RGB (Red+Green+Blue) = 214+83+46=343 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.39% from 343); Green value is 83 (32.81% from 255 or 24.20% from 343); Blue value is 46 (18.36% from 255 or 13.41% from 343); Max value from RGB is 214 - color contains mainly: red. Hex color #D6532E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6532E is #29ACD1. Grayscale: #767676. Windows color (decimal): -2731218 or 3036118. OLE color: 3036118.
HSL color Cylindrical-coordinate representation of color #D6532E: hue angle of 13.21º 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 #D6532E is Cyan = 0, Magento = 0.61, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 83 | 46 | - |
| CMYK | 0 | 0.61 | 0.79 | 0.16 |
| HSL | 13.21º | 0.67% | 0.51% | - |
| HSV(B) | 13.21º | 0.79% | 0.84% | - |
| XYZ | 31.32 | 20.68 | 4.93 | - |
| YUV | 117.95 | 87.4 | 196.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 83 | 46 | 0 | 0.61 | 0.79 | 0.16 | 13.21 | 0.67 | 0.51 |
| Hex | D6 | 53 | 2E | 0 | 3D | 4F | 10 | D | 43 | 33 |
| Octal | 326 | 123 | 56 | 0 | 75 | 117 | 20 | 15 | 103 | 63 |
| Binary | 11010110 | 1010011 | 101110 | 0 | 111101 | 1001111 | 10000 | 1101 | 1000011 | 110011 |
Color Harmonies of #D6532E
Complementary color
Monochromatic Colors of #D6532E
Black with #D6532E
Text Example
Text Example
White with #D6532E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6532E; }
p { color: rgb(214,83,46); }
H1.HeaderClassName
{
color: #D6532E;
}
.AnyTagClassName
{
color: #D6532E;
}
</style>
background-color css
<style>
a { background-color: #D6532E; }
a { background-color: rgb(214,83,46); }
div.DivClassName
{
background-color: #D6532E;
}
.BgClassName
{
background-color: #D6532E;
}
</style>
border-color css
<style>
span { border-color: #D6532E; }
span { border-color: rgb(214,83,46); }
td.TdClassName
{
border-color: #D6532E;
}
.TagClassName
{
border-color: #D6532E;
}
</style>