Shades of Chilean Fire #D8543A
Tints of Chilean Fire #D8543A
RGB
CMYK
RGB Variations
Color information
#D8543A (or 0xD8543A) is known color: Chilean Fire. HEX triplet: D8, 54 and 3A. RGB value is (216,84,58). Sum of RGB (Red+Green+Blue) = 216+84+58=358 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.34% from 358); Green value is 84 (33.20% from 255 or 23.46% from 358); Blue value is 58 (23.05% from 255 or 16.20% from 358); Max value from RGB is 216 - color contains mainly: red. Hex color #D8543A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8543A is #27ABC5. Grayscale: #787878. Windows color (decimal): -2599878 or 3822808. OLE color: 3822808.
HSL color Cylindrical-coordinate representation of color #D8543A: hue angle of 9.87º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D8543A is Cyan = 0, Magento = 0.61, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 84 | 58 | - |
| CMYK | 0 | 0.61 | 0.73 | 0.15 |
| HSL | 9.87º | 0.67% | 0.54% | - |
| HSV(B) | 9.87º | 0.73% | 0.85% | - |
| XYZ | 32.25 | 21.25 | 6.4 | - |
| YUV | 120.5 | 92.73 | 196.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 84 | 58 | 0 | 0.61 | 0.73 | 0.15 | 9.87 | 0.67 | 0.54 |
| Hex | D8 | 54 | 3A | 0 | 3D | 49 | F | A | 43 | 36 |
| Octal | 330 | 124 | 72 | 0 | 75 | 111 | 17 | 12 | 103 | 66 |
| Binary | 11011000 | 1010100 | 111010 | 0 | 111101 | 1001001 | 1111 | 1010 | 1000011 | 110110 |
Color Harmonies of #D8543A
Complementary color
Monochromatic Colors of #D8543A
Black with #D8543A
Text Example
Text Example
White with #D8543A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8543A; }
p { color: rgb(216,84,58); }
H1.HeaderClassName
{
color: #D8543A;
}
.AnyTagClassName
{
color: #D8543A;
}
</style>
background-color css
<style>
a { background-color: #D8543A; }
a { background-color: rgb(216,84,58); }
div.DivClassName
{
background-color: #D8543A;
}
.BgClassName
{
background-color: #D8543A;
}
</style>
border-color css
<style>
span { border-color: #D8543A; }
span { border-color: rgb(216,84,58); }
td.TdClassName
{
border-color: #D8543A;
}
.TagClassName
{
border-color: #D8543A;
}
</style>