Shades of Chilean Fire #D8562A
Tints of Chilean Fire #D8562A
RGB
CMYK
RGB Variations
Color information
#D8562A (or 0xD8562A) is known color: Chilean Fire. HEX triplet: D8, 56 and 2A. RGB value is (216,86,42). Sum of RGB (Red+Green+Blue) = 216+86+42=344 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.79% from 344); Green value is 86 (33.98% from 255 or 25% from 344); Blue value is 42 (16.80% from 255 or 12.21% from 344); Max value from RGB is 216 - color contains mainly: red. Hex color #D8562A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8562A is #27A9D5. Grayscale: #787878. Windows color (decimal): -2599382 or 2774744. OLE color: 2774744.
HSL color Cylindrical-coordinate representation of color #D8562A: hue angle of 15.17º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D8562A is Cyan = 0, Magento = 0.60, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 86 | 42 | - |
| CMYK | 0 | 0.60 | 0.81 | 0.15 |
| HSL | 15.17º | 0.69% | 0.51% | - |
| HSV(B) | 15.17º | 0.81% | 0.85% | - |
| XYZ | 32.06 | 21.42 | 4.64 | - |
| YUV | 119.85 | 84.07 | 196.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 86 | 42 | 0 | 0.60 | 0.81 | 0.15 | 15.17 | 0.69 | 0.51 |
| Hex | D8 | 56 | 2A | 0 | 3C | 51 | F | F | 45 | 33 |
| Octal | 330 | 126 | 52 | 0 | 74 | 121 | 17 | 17 | 105 | 63 |
| Binary | 11011000 | 1010110 | 101010 | 0 | 111100 | 1010001 | 1111 | 1111 | 1000101 | 110011 |
Color Harmonies of #D8562A
Complementary color
Monochromatic Colors of #D8562A
Black with #D8562A
Text Example
Text Example
White with #D8562A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8562A; }
p { color: rgb(216,86,42); }
H1.HeaderClassName
{
color: #D8562A;
}
.AnyTagClassName
{
color: #D8562A;
}
</style>
background-color css
<style>
a { background-color: #D8562A; }
a { background-color: rgb(216,86,42); }
div.DivClassName
{
background-color: #D8562A;
}
.BgClassName
{
background-color: #D8562A;
}
</style>
border-color css
<style>
span { border-color: #D8562A; }
span { border-color: rgb(216,86,42); }
td.TdClassName
{
border-color: #D8562A;
}
.TagClassName
{
border-color: #D8562A;
}
</style>