Shades of Chilean Fire #D65628
Tints of Chilean Fire #D65628
RGB
CMYK
RGB Variations
Color information
#D65628 (or 0xD65628) is known color: Chilean Fire. HEX triplet: D6, 56 and 28. RGB value is (214,86,40). Sum of RGB (Red+Green+Blue) = 214+86+40=340 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.94% from 340); Green value is 86 (33.98% from 255 or 25.29% from 340); Blue value is 40 (16.02% from 255 or 11.76% from 340); Max value from RGB is 214 - color contains mainly: red. Hex color #D65628 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65628 is #29A9D7. Grayscale: #777777. Windows color (decimal): -2730456 or 2643670. OLE color: 2643670.
HSL color Cylindrical-coordinate representation of color #D65628: hue angle of 15.86º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D65628 is Cyan = 0, Magento = 0.60, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 86 | 40 | - |
| CMYK | 0 | 0.60 | 0.81 | 0.16 |
| HSL | 15.86º | 0.69% | 0.5% | - |
| HSV(B) | 15.86º | 0.81% | 0.84% | - |
| XYZ | 31.44 | 21.1 | 4.42 | - |
| YUV | 119.03 | 83.41 | 195.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 86 | 40 | 0 | 0.60 | 0.81 | 0.16 | 15.86 | 0.69 | 0.5 |
| Hex | D6 | 56 | 28 | 0 | 3C | 51 | 10 | 10 | 45 | 32 |
| Octal | 326 | 126 | 50 | 0 | 74 | 121 | 20 | 20 | 105 | 62 |
| Binary | 11010110 | 1010110 | 101000 | 0 | 111100 | 1010001 | 10000 | 10000 | 1000101 | 110010 |
Color Harmonies of #D65628
Complementary color
Monochromatic Colors of #D65628
Black with #D65628
Text Example
Text Example
White with #D65628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65628; }
p { color: rgb(214,86,40); }
H1.HeaderClassName
{
color: #D65628;
}
.AnyTagClassName
{
color: #D65628;
}
</style>
background-color css
<style>
a { background-color: #D65628; }
a { background-color: rgb(214,86,40); }
div.DivClassName
{
background-color: #D65628;
}
.BgClassName
{
background-color: #D65628;
}
</style>
border-color css
<style>
span { border-color: #D65628; }
span { border-color: rgb(214,86,40); }
td.TdClassName
{
border-color: #D65628;
}
.TagClassName
{
border-color: #D65628;
}
</style>