Shades of Chilean Fire #D1562D
Tints of Chilean Fire #D1562D
RGB
CMYK
RGB Variations
Color information
#D1562D (or 0xD1562D) is known color: Chilean Fire. HEX triplet: D1, 56 and 2D. RGB value is (209,86,45). Sum of RGB (Red+Green+Blue) = 209+86+45=340 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.47% from 340); Green value is 86 (33.98% from 255 or 25.29% from 340); Blue value is 45 (17.97% from 255 or 13.24% from 340); Max value from RGB is 209 - color contains mainly: red. Hex color #D1562D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1562D is #2EA9D2. Grayscale: #767676. Windows color (decimal): -3058131 or 2971345. OLE color: 2971345.
HSL color Cylindrical-coordinate representation of color #D1562D: hue angle of 15º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D1562D is Cyan = 0, Magento = 0.59, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 86 | 45 | - |
| CMYK | 0 | 0.59 | 0.78 | 0.18 |
| HSL | 15º | 0.65% | 0.5% | - |
| HSV(B) | 15º | 0.78% | 0.82% | - |
| XYZ | 30.1 | 20.4 | 4.83 | - |
| YUV | 118.1 | 86.75 | 192.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 86 | 45 | 0 | 0.59 | 0.78 | 0.18 | 15 | 0.65 | 0.5 |
| Hex | D1 | 56 | 2D | 0 | 3B | 4E | 12 | F | 41 | 32 |
| Octal | 321 | 126 | 55 | 0 | 73 | 116 | 22 | 17 | 101 | 62 |
| Binary | 11010001 | 1010110 | 101101 | 0 | 111011 | 1001110 | 10010 | 1111 | 1000001 | 110010 |
Color Harmonies of #D1562D
Complementary color
Monochromatic Colors of #D1562D
Black with #D1562D
Text Example
Text Example
White with #D1562D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1562D; }
p { color: rgb(209,86,45); }
H1.HeaderClassName
{
color: #D1562D;
}
.AnyTagClassName
{
color: #D1562D;
}
</style>
background-color css
<style>
a { background-color: #D1562D; }
a { background-color: rgb(209,86,45); }
div.DivClassName
{
background-color: #D1562D;
}
.BgClassName
{
background-color: #D1562D;
}
</style>
border-color css
<style>
span { border-color: #D1562D; }
span { border-color: rgb(209,86,45); }
td.TdClassName
{
border-color: #D1562D;
}
.TagClassName
{
border-color: #D1562D;
}
</style>