Shades of Chilean Fire #D65636
Tints of Chilean Fire #D65636
RGB
CMYK
RGB Variations
Color information
#D65636 (or 0xD65636) is known color: Chilean Fire. HEX triplet: D6, 56 and 36. RGB value is (214,86,54). Sum of RGB (Red+Green+Blue) = 214+86+54=354 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.45% from 354); Green value is 86 (33.98% from 255 or 24.29% from 354); Blue value is 54 (21.48% from 255 or 15.25% from 354); Max value from RGB is 214 - color contains mainly: red. Hex color #D65636 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65636 is #29A9C9. Grayscale: #787878. Windows color (decimal): -2730442 or 3561174. OLE color: 3561174.
HSL color Cylindrical-coordinate representation of color #D65636: hue angle of 12º 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 #D65636 is Cyan = 0, Magento = 0.60, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 86 | 54 | - |
| CMYK | 0 | 0.60 | 0.75 | 0.16 |
| HSL | 12º | 0.66% | 0.53% | - |
| HSV(B) | 12º | 0.75% | 0.84% | - |
| XYZ | 31.73 | 21.22 | 5.91 | - |
| YUV | 120.62 | 90.41 | 194.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 86 | 54 | 0 | 0.60 | 0.75 | 0.16 | 12 | 0.66 | 0.53 |
| Hex | D6 | 56 | 36 | 0 | 3C | 4B | 10 | C | 42 | 35 |
| Octal | 326 | 126 | 66 | 0 | 74 | 113 | 20 | 14 | 102 | 65 |
| Binary | 11010110 | 1010110 | 110110 | 0 | 111100 | 1001011 | 10000 | 1100 | 1000010 | 110101 |
Color Harmonies of #D65636
Complementary color
Monochromatic Colors of #D65636
Black with #D65636
Text Example
Text Example
White with #D65636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65636; }
p { color: rgb(214,86,54); }
H1.HeaderClassName
{
color: #D65636;
}
.AnyTagClassName
{
color: #D65636;
}
</style>
background-color css
<style>
a { background-color: #D65636; }
a { background-color: rgb(214,86,54); }
div.DivClassName
{
background-color: #D65636;
}
.BgClassName
{
background-color: #D65636;
}
</style>
border-color css
<style>
span { border-color: #D65636; }
span { border-color: rgb(214,86,54); }
td.TdClassName
{
border-color: #D65636;
}
.TagClassName
{
border-color: #D65636;
}
</style>