Shades of Chilean Fire #D85427
Tints of Chilean Fire #D85427
RGB
CMYK
RGB Variations
Color information
#D85427 (or 0xD85427) is known color: Chilean Fire. HEX triplet: D8, 54 and 27. RGB value is (216,84,39). Sum of RGB (Red+Green+Blue) = 216+84+39=339 (44% of max value = 765). Red value is 216 (84.77% from 255 or 63.72% from 339); Green value is 84 (33.20% from 255 or 24.78% from 339); Blue value is 39 (15.62% from 255 or 11.50% from 339); Max value from RGB is 216 - color contains mainly: red. Hex color #D85427 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85427 is #27ABD8. Grayscale: #767676. Windows color (decimal): -2599897 or 2577624. OLE color: 2577624.
HSL color Cylindrical-coordinate representation of color #D85427: hue angle of 15.25º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D85427 is Cyan = 0, Magento = 0.61, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 84 | 39 | - |
| CMYK | 0 | 0.61 | 0.82 | 0.15 |
| HSL | 15.25º | 0.69% | 0.5% | - |
| HSV(B) | 15.25º | 0.82% | 0.85% | - |
| XYZ | 31.86 | 21.09 | 4.31 | - |
| YUV | 118.34 | 83.23 | 197.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 84 | 39 | 0 | 0.61 | 0.82 | 0.15 | 15.25 | 0.69 | 0.5 |
| Hex | D8 | 54 | 27 | 0 | 3D | 52 | F | F | 45 | 32 |
| Octal | 330 | 124 | 47 | 0 | 75 | 122 | 17 | 17 | 105 | 62 |
| Binary | 11011000 | 1010100 | 100111 | 0 | 111101 | 1010010 | 1111 | 1111 | 1000101 | 110010 |
Color Harmonies of #D85427
Complementary color
Monochromatic Colors of #D85427
Black with #D85427
Text Example
Text Example
White with #D85427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85427; }
p { color: rgb(216,84,39); }
H1.HeaderClassName
{
color: #D85427;
}
.AnyTagClassName
{
color: #D85427;
}
</style>
background-color css
<style>
a { background-color: #D85427; }
a { background-color: rgb(216,84,39); }
div.DivClassName
{
background-color: #D85427;
}
.BgClassName
{
background-color: #D85427;
}
</style>
border-color css
<style>
span { border-color: #D85427; }
span { border-color: rgb(216,84,39); }
td.TdClassName
{
border-color: #D85427;
}
.TagClassName
{
border-color: #D85427;
}
</style>