Shades of Chilean Fire #D65528
Tints of Chilean Fire #D65528
RGB
CMYK
RGB Variations
Color information
#D65528 (or 0xD65528) is known color: Chilean Fire. HEX triplet: D6, 55 and 28. RGB value is (214,85,40). Sum of RGB (Red+Green+Blue) = 214+85+40=339 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.13% from 339); Green value is 85 (33.59% from 255 or 25.07% from 339); Blue value is 40 (16.02% from 255 or 11.80% from 339); Max value from RGB is 214 - color contains mainly: red. Hex color #D65528 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65528 is #29AAD7. Grayscale: #767676. Windows color (decimal): -2730712 or 2643414. OLE color: 2643414.
HSL color Cylindrical-coordinate representation of color #D65528: hue angle of 15.52º 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 #D65528 is Cyan = 0, Magento = 0.60, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 85 | 40 | - |
| CMYK | 0 | 0.60 | 0.81 | 0.16 |
| HSL | 15.52º | 0.69% | 0.5% | - |
| HSV(B) | 15.52º | 0.81% | 0.84% | - |
| XYZ | 31.36 | 20.95 | 4.4 | - |
| YUV | 118.44 | 83.74 | 196.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 85 | 40 | 0 | 0.60 | 0.81 | 0.16 | 15.52 | 0.69 | 0.5 |
| Hex | D6 | 55 | 28 | 0 | 3C | 51 | 10 | 10 | 45 | 32 |
| Octal | 326 | 125 | 50 | 0 | 74 | 121 | 20 | 20 | 105 | 62 |
| Binary | 11010110 | 1010101 | 101000 | 0 | 111100 | 1010001 | 10000 | 10000 | 1000101 | 110010 |
Color Harmonies of #D65528
Complementary color
Monochromatic Colors of #D65528
Black with #D65528
Text Example
Text Example
White with #D65528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65528; }
p { color: rgb(214,85,40); }
H1.HeaderClassName
{
color: #D65528;
}
.AnyTagClassName
{
color: #D65528;
}
</style>
background-color css
<style>
a { background-color: #D65528; }
a { background-color: rgb(214,85,40); }
div.DivClassName
{
background-color: #D65528;
}
.BgClassName
{
background-color: #D65528;
}
</style>
border-color css
<style>
span { border-color: #D65528; }
span { border-color: rgb(214,85,40); }
td.TdClassName
{
border-color: #D65528;
}
.TagClassName
{
border-color: #D65528;
}
</style>