Shades of Chilean Fire #D6532F
Tints of Chilean Fire #D6532F
RGB
CMYK
RGB Variations
Color information
#D6532F (or 0xD6532F) is known color: Chilean Fire. HEX triplet: D6, 53 and 2F. RGB value is (214,83,47). Sum of RGB (Red+Green+Blue) = 214+83+47=344 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.21% from 344); Green value is 83 (32.81% from 255 or 24.13% from 344); Blue value is 47 (18.75% from 255 or 13.66% from 344); Max value from RGB is 214 - color contains mainly: red. Hex color #D6532F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6532F is #29ACD0. Grayscale: #767676. Windows color (decimal): -2731217 or 3101654. OLE color: 3101654.
HSL color Cylindrical-coordinate representation of color #D6532F: hue angle of 12.93º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D6532F is Cyan = 0, Magento = 0.61, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 83 | 47 | - |
| CMYK | 0 | 0.61 | 0.78 | 0.16 |
| HSL | 12.93º | 0.67% | 0.51% | - |
| HSV(B) | 12.93º | 0.78% | 0.84% | - |
| XYZ | 31.34 | 20.69 | 5.03 | - |
| YUV | 118.07 | 87.9 | 196.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 83 | 47 | 0 | 0.61 | 0.78 | 0.16 | 12.93 | 0.67 | 0.51 |
| Hex | D6 | 53 | 2F | 0 | 3D | 4E | 10 | D | 43 | 33 |
| Octal | 326 | 123 | 57 | 0 | 75 | 116 | 20 | 15 | 103 | 63 |
| Binary | 11010110 | 1010011 | 101111 | 0 | 111101 | 1001110 | 10000 | 1101 | 1000011 | 110011 |
Color Harmonies of #D6532F
Complementary color
Monochromatic Colors of #D6532F
Black with #D6532F
Text Example
Text Example
White with #D6532F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6532F; }
p { color: rgb(214,83,47); }
H1.HeaderClassName
{
color: #D6532F;
}
.AnyTagClassName
{
color: #D6532F;
}
</style>
background-color css
<style>
a { background-color: #D6532F; }
a { background-color: rgb(214,83,47); }
div.DivClassName
{
background-color: #D6532F;
}
.BgClassName
{
background-color: #D6532F;
}
</style>
border-color css
<style>
span { border-color: #D6532F; }
span { border-color: rgb(214,83,47); }
td.TdClassName
{
border-color: #D6532F;
}
.TagClassName
{
border-color: #D6532F;
}
</style>