Shades of Chilean Fire #D65536
Tints of Chilean Fire #D65536
RGB
CMYK
RGB Variations
Color information
#D65536 (or 0xD65536) is known color: Chilean Fire. HEX triplet: D6, 55 and 36. RGB value is (214,85,54). Sum of RGB (Red+Green+Blue) = 214+85+54=353 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.62% from 353); Green value is 85 (33.59% from 255 or 24.08% from 353); Blue value is 54 (21.48% from 255 or 15.30% from 353); Max value from RGB is 214 - color contains mainly: red. Hex color #D65536 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65536 is #29AAC9. Grayscale: #787878. Windows color (decimal): -2730698 or 3560918. OLE color: 3560918.
HSL color Cylindrical-coordinate representation of color #D65536: hue angle of 11.62º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D65536 is Cyan = 0, Magento = 0.60, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 85 | 54 | - |
| CMYK | 0 | 0.60 | 0.75 | 0.16 |
| HSL | 11.63º | 0.66% | 0.53% | - |
| HSV(B) | 11.63º | 0.75% | 0.84% | - |
| XYZ | 31.65 | 21.06 | 5.89 | - |
| YUV | 120.04 | 90.74 | 195.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 85 | 54 | 0 | 0.60 | 0.75 | 0.16 | 11.63 | 0.66 | 0.53 |
| Hex | D6 | 55 | 36 | 0 | 3C | 4B | 10 | C | 42 | 35 |
| Octal | 326 | 125 | 66 | 0 | 74 | 113 | 20 | 14 | 102 | 65 |
| Binary | 11010110 | 1010101 | 110110 | 0 | 111100 | 1001011 | 10000 | 1100 | 1000010 | 110101 |
Color Harmonies of #D65536
Complementary color
Monochromatic Colors of #D65536
Black with #D65536
Text Example
Text Example
White with #D65536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65536; }
p { color: rgb(214,85,54); }
H1.HeaderClassName
{
color: #D65536;
}
.AnyTagClassName
{
color: #D65536;
}
</style>
background-color css
<style>
a { background-color: #D65536; }
a { background-color: rgb(214,85,54); }
div.DivClassName
{
background-color: #D65536;
}
.BgClassName
{
background-color: #D65536;
}
</style>
border-color css
<style>
span { border-color: #D65536; }
span { border-color: rgb(214,85,54); }
td.TdClassName
{
border-color: #D65536;
}
.TagClassName
{
border-color: #D65536;
}
</style>