Shades of Chilean Fire #D65621
Tints of Chilean Fire #D65621
RGB
CMYK
RGB Variations
Color information
#D65621 (or 0xD65621) is known color: Chilean Fire. HEX triplet: D6, 56 and 21. RGB value is (214,86,33). Sum of RGB (Red+Green+Blue) = 214+86+33=333 (44% of max value = 765). Red value is 214 (83.98% from 255 or 64.26% from 333); Green value is 86 (33.98% from 255 or 25.83% from 333); Blue value is 33 (13.28% from 255 or 9.91% from 333); Max value from RGB is 214 - color contains mainly: red. Hex color #D65621 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65621 is #29A9DE. Grayscale: #767676. Windows color (decimal): -2730463 or 2184918. OLE color: 2184918.
HSL color Cylindrical-coordinate representation of color #D65621: hue angle of 17.57º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D65621 is Cyan = 0, Magento = 0.60, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 86 | 33 | - |
| CMYK | 0 | 0.60 | 0.85 | 0.16 |
| HSL | 17.57º | 0.73% | 0.48% | - |
| HSV(B) | 17.57º | 0.85% | 0.84% | - |
| XYZ | 31.33 | 21.06 | 3.85 | - |
| YUV | 118.23 | 79.91 | 196.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 86 | 33 | 0 | 0.60 | 0.85 | 0.16 | 17.57 | 0.73 | 0.48 |
| Hex | D6 | 56 | 21 | 0 | 3C | 55 | 10 | 12 | 49 | 30 |
| Octal | 326 | 126 | 41 | 0 | 74 | 125 | 20 | 22 | 111 | 60 |
| Binary | 11010110 | 1010110 | 100001 | 0 | 111100 | 1010101 | 10000 | 10010 | 1001001 | 110000 |
Color Harmonies of #D65621
Complementary color
Monochromatic Colors of #D65621
Black with #D65621
Text Example
Text Example
White with #D65621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65621; }
p { color: rgb(214,86,33); }
H1.HeaderClassName
{
color: #D65621;
}
.AnyTagClassName
{
color: #D65621;
}
</style>
background-color css
<style>
a { background-color: #D65621; }
a { background-color: rgb(214,86,33); }
div.DivClassName
{
background-color: #D65621;
}
.BgClassName
{
background-color: #D65621;
}
</style>
border-color css
<style>
span { border-color: #D65621; }
span { border-color: rgb(214,86,33); }
td.TdClassName
{
border-color: #D65621;
}
.TagClassName
{
border-color: #D65621;
}
</style>