Shades of Chilean Fire #D6532A
Tints of Chilean Fire #D6532A
RGB
CMYK
RGB Variations
Color information
#D6532A (or 0xD6532A) is known color: Chilean Fire. HEX triplet: D6, 53 and 2A. RGB value is (214,83,42). Sum of RGB (Red+Green+Blue) = 214+83+42=339 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.13% from 339); Green value is 83 (32.81% from 255 or 24.48% from 339); Blue value is 42 (16.80% from 255 or 12.39% from 339); Max value from RGB is 214 - color contains mainly: red. Hex color #D6532A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6532A is #29ACD5. Grayscale: #757575. Windows color (decimal): -2731222 or 2773974. OLE color: 2773974.
HSL color Cylindrical-coordinate representation of color #D6532A: hue angle of 14.3º 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 #D6532A is Cyan = 0, Magento = 0.61, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 83 | 42 | - |
| CMYK | 0 | 0.61 | 0.80 | 0.16 |
| HSL | 14.3º | 0.68% | 0.5% | - |
| HSV(B) | 14.3º | 0.8% | 0.84% | - |
| XYZ | 31.24 | 20.65 | 4.53 | - |
| YUV | 117.5 | 85.4 | 196.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 83 | 42 | 0 | 0.61 | 0.80 | 0.16 | 14.3 | 0.68 | 0.5 |
| Hex | D6 | 53 | 2A | 0 | 3D | 50 | 10 | E | 44 | 32 |
| Octal | 326 | 123 | 52 | 0 | 75 | 120 | 20 | 16 | 104 | 62 |
| Binary | 11010110 | 1010011 | 101010 | 0 | 111101 | 1010000 | 10000 | 1110 | 1000100 | 110010 |
Color Harmonies of #D6532A
Complementary color
Monochromatic Colors of #D6532A
Black with #D6532A
Text Example
Text Example
White with #D6532A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6532A; }
p { color: rgb(214,83,42); }
H1.HeaderClassName
{
color: #D6532A;
}
.AnyTagClassName
{
color: #D6532A;
}
</style>
background-color css
<style>
a { background-color: #D6532A; }
a { background-color: rgb(214,83,42); }
div.DivClassName
{
background-color: #D6532A;
}
.BgClassName
{
background-color: #D6532A;
}
</style>
border-color css
<style>
span { border-color: #D6532A; }
span { border-color: rgb(214,83,42); }
td.TdClassName
{
border-color: #D6532A;
}
.TagClassName
{
border-color: #D6532A;
}
</style>