Shades of Chilean Fire #D65639
Tints of Chilean Fire #D65639
RGB
CMYK
RGB Variations
Color information
#D65639 (or 0xD65639) is known color: Chilean Fire. HEX triplet: D6, 56 and 39. RGB value is (214,86,57). Sum of RGB (Red+Green+Blue) = 214+86+57=357 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.94% from 357); Green value is 86 (33.98% from 255 or 24.09% from 357); Blue value is 57 (22.66% from 255 or 15.97% from 357); Max value from RGB is 214 - color contains mainly: red. Hex color #D65639 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65639 is #29A9C6. Grayscale: #797979. Windows color (decimal): -2730439 or 3757782. OLE color: 3757782.
HSL color Cylindrical-coordinate representation of color #D65639: hue angle of 11.08º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D65639 is Cyan = 0, Magento = 0.60, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 86 | 57 | - |
| CMYK | 0 | 0.60 | 0.73 | 0.16 |
| HSL | 11.08º | 0.66% | 0.53% | - |
| HSV(B) | 11.08º | 0.73% | 0.84% | - |
| XYZ | 31.8 | 21.25 | 6.3 | - |
| YUV | 120.97 | 91.91 | 194.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 86 | 57 | 0 | 0.60 | 0.73 | 0.16 | 11.08 | 0.66 | 0.53 |
| Hex | D6 | 56 | 39 | 0 | 3C | 49 | 10 | B | 42 | 35 |
| Octal | 326 | 126 | 71 | 0 | 74 | 111 | 20 | 13 | 102 | 65 |
| Binary | 11010110 | 1010110 | 111001 | 0 | 111100 | 1001001 | 10000 | 1011 | 1000010 | 110101 |
Color Harmonies of #D65639
Complementary color
Monochromatic Colors of #D65639
Black with #D65639
Text Example
Text Example
White with #D65639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65639; }
p { color: rgb(214,86,57); }
H1.HeaderClassName
{
color: #D65639;
}
.AnyTagClassName
{
color: #D65639;
}
</style>
background-color css
<style>
a { background-color: #D65639; }
a { background-color: rgb(214,86,57); }
div.DivClassName
{
background-color: #D65639;
}
.BgClassName
{
background-color: #D65639;
}
</style>
border-color css
<style>
span { border-color: #D65639; }
span { border-color: rgb(214,86,57); }
td.TdClassName
{
border-color: #D65639;
}
.TagClassName
{
border-color: #D65639;
}
</style>