Shades of Chilean Fire #D8562B
Tints of Chilean Fire #D8562B
RGB
CMYK
RGB Variations
Color information
#D8562B (or 0xD8562B) is known color: Chilean Fire. HEX triplet: D8, 56 and 2B. RGB value is (216,86,43). Sum of RGB (Red+Green+Blue) = 216+86+43=345 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.61% from 345); Green value is 86 (33.98% from 255 or 24.93% from 345); Blue value is 43 (17.19% from 255 or 12.46% from 345); Max value from RGB is 216 - color contains mainly: red. Hex color #D8562B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8562B is #27A9D4. Grayscale: #787878. Windows color (decimal): -2599381 or 2840280. OLE color: 2840280.
HSL color Cylindrical-coordinate representation of color #D8562B: hue angle of 14.91º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D8562B is Cyan = 0, Magento = 0.60, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 86 | 43 | - |
| CMYK | 0 | 0.60 | 0.80 | 0.15 |
| HSL | 14.91º | 0.69% | 0.51% | - |
| HSV(B) | 14.91º | 0.8% | 0.85% | - |
| XYZ | 32.08 | 21.43 | 4.73 | - |
| YUV | 119.97 | 84.57 | 196.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 86 | 43 | 0 | 0.60 | 0.80 | 0.15 | 14.91 | 0.69 | 0.51 |
| Hex | D8 | 56 | 2B | 0 | 3C | 50 | F | F | 45 | 33 |
| Octal | 330 | 126 | 53 | 0 | 74 | 120 | 17 | 17 | 105 | 63 |
| Binary | 11011000 | 1010110 | 101011 | 0 | 111100 | 1010000 | 1111 | 1111 | 1000101 | 110011 |
Color Harmonies of #D8562B
Complementary color
Monochromatic Colors of #D8562B
Black with #D8562B
Text Example
Text Example
White with #D8562B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8562B; }
p { color: rgb(216,86,43); }
H1.HeaderClassName
{
color: #D8562B;
}
.AnyTagClassName
{
color: #D8562B;
}
</style>
background-color css
<style>
a { background-color: #D8562B; }
a { background-color: rgb(216,86,43); }
div.DivClassName
{
background-color: #D8562B;
}
.BgClassName
{
background-color: #D8562B;
}
</style>
border-color css
<style>
span { border-color: #D8562B; }
span { border-color: rgb(216,86,43); }
td.TdClassName
{
border-color: #D8562B;
}
.TagClassName
{
border-color: #D8562B;
}
</style>