Shades of Chilean Fire #D65526
Tints of Chilean Fire #D65526
RGB
CMYK
RGB Variations
Color information
#D65526 (or 0xD65526) is known color: Chilean Fire. HEX triplet: D6, 55 and 26. RGB value is (214,85,38). Sum of RGB (Red+Green+Blue) = 214+85+38=337 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.50% from 337); Green value is 85 (33.59% from 255 or 25.22% from 337); Blue value is 38 (15.23% from 255 or 11.28% from 337); Max value from RGB is 214 - color contains mainly: red. Hex color #D65526 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65526 is #29AAD9. Grayscale: #767676. Windows color (decimal): -2730714 or 2512342. OLE color: 2512342.
HSL color Cylindrical-coordinate representation of color #D65526: hue angle of 16.02º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D65526 is Cyan = 0, Magento = 0.60, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 85 | 38 | - |
| CMYK | 0 | 0.60 | 0.82 | 0.16 |
| HSL | 16.02º | 0.7% | 0.49% | - |
| HSV(B) | 16.02º | 0.82% | 0.84% | - |
| XYZ | 31.33 | 20.93 | 4.22 | - |
| YUV | 118.21 | 82.74 | 196.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 85 | 38 | 0 | 0.60 | 0.82 | 0.16 | 16.02 | 0.7 | 0.49 |
| Hex | D6 | 55 | 26 | 0 | 3C | 52 | 10 | 10 | 46 | 31 |
| Octal | 326 | 125 | 46 | 0 | 74 | 122 | 20 | 20 | 106 | 61 |
| Binary | 11010110 | 1010101 | 100110 | 0 | 111100 | 1010010 | 10000 | 10000 | 1000110 | 110001 |
Color Harmonies of #D65526
Complementary color
Monochromatic Colors of #D65526
Black with #D65526
Text Example
Text Example
White with #D65526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65526; }
p { color: rgb(214,85,38); }
H1.HeaderClassName
{
color: #D65526;
}
.AnyTagClassName
{
color: #D65526;
}
</style>
background-color css
<style>
a { background-color: #D65526; }
a { background-color: rgb(214,85,38); }
div.DivClassName
{
background-color: #D65526;
}
.BgClassName
{
background-color: #D65526;
}
</style>
border-color css
<style>
span { border-color: #D65526; }
span { border-color: rgb(214,85,38); }
td.TdClassName
{
border-color: #D65526;
}
.TagClassName
{
border-color: #D65526;
}
</style>