Shades of Chilean Fire #D65622
Tints of Chilean Fire #D65622
RGB
CMYK
RGB Variations
Color information
#D65622 (or 0xD65622) is known color: Chilean Fire. HEX triplet: D6, 56 and 22. RGB value is (214,86,34). Sum of RGB (Red+Green+Blue) = 214+86+34=334 (44% of max value = 765). Red value is 214 (83.98% from 255 or 64.07% from 334); Green value is 86 (33.98% from 255 or 25.75% from 334); Blue value is 34 (13.67% from 255 or 10.18% from 334); Max value from RGB is 214 - color contains mainly: red. Hex color #D65622 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65622 is #29A9DD. Grayscale: #767676. Windows color (decimal): -2730462 or 2250454. OLE color: 2250454.
HSL color Cylindrical-coordinate representation of color #D65622: hue angle of 17.33º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D65622 is Cyan = 0, Magento = 0.60, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 86 | 34 | - |
| CMYK | 0 | 0.60 | 0.84 | 0.16 |
| HSL | 17.33º | 0.73% | 0.49% | - |
| HSV(B) | 17.33º | 0.84% | 0.84% | - |
| XYZ | 31.35 | 21.07 | 3.93 | - |
| YUV | 118.34 | 80.41 | 196.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 86 | 34 | 0 | 0.60 | 0.84 | 0.16 | 17.33 | 0.73 | 0.49 |
| Hex | D6 | 56 | 22 | 0 | 3C | 54 | 10 | 11 | 49 | 31 |
| Octal | 326 | 126 | 42 | 0 | 74 | 124 | 20 | 21 | 111 | 61 |
| Binary | 11010110 | 1010110 | 100010 | 0 | 111100 | 1010100 | 10000 | 10001 | 1001001 | 110001 |
Color Harmonies of #D65622
Complementary color
Monochromatic Colors of #D65622
Black with #D65622
Text Example
Text Example
White with #D65622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65622; }
p { color: rgb(214,86,34); }
H1.HeaderClassName
{
color: #D65622;
}
.AnyTagClassName
{
color: #D65622;
}
</style>
background-color css
<style>
a { background-color: #D65622; }
a { background-color: rgb(214,86,34); }
div.DivClassName
{
background-color: #D65622;
}
.BgClassName
{
background-color: #D65622;
}
</style>
border-color css
<style>
span { border-color: #D65622; }
span { border-color: rgb(214,86,34); }
td.TdClassName
{
border-color: #D65622;
}
.TagClassName
{
border-color: #D65622;
}
</style>