Shades of Chilean Fire #D1542D
Tints of Chilean Fire #D1542D
RGB
CMYK
RGB Variations
Color information
#D1542D (or 0xD1542D) is known color: Chilean Fire. HEX triplet: D1, 54 and 2D. RGB value is (209,84,45). Sum of RGB (Red+Green+Blue) = 209+84+45=338 (44% of max value = 765). Red value is 209 (82.03% from 255 or 61.83% from 338); Green value is 84 (33.20% from 255 or 24.85% from 338); Blue value is 45 (17.97% from 255 or 13.31% from 338); Max value from RGB is 209 - color contains mainly: red. Hex color #D1542D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1542D is #2EABD2. Grayscale: #757575. Windows color (decimal): -3058643 or 2970833. OLE color: 2970833.
HSL color Cylindrical-coordinate representation of color #D1542D: hue angle of 14.27º 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 #D1542D is Cyan = 0, Magento = 0.60, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 84 | 45 | - |
| CMYK | 0 | 0.60 | 0.78 | 0.18 |
| HSL | 14.27º | 0.65% | 0.5% | - |
| HSV(B) | 14.27º | 0.78% | 0.82% | - |
| XYZ | 29.94 | 20.09 | 4.78 | - |
| YUV | 116.93 | 87.41 | 193.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 84 | 45 | 0 | 0.60 | 0.78 | 0.18 | 14.27 | 0.65 | 0.5 |
| Hex | D1 | 54 | 2D | 0 | 3C | 4E | 12 | E | 41 | 32 |
| Octal | 321 | 124 | 55 | 0 | 74 | 116 | 22 | 16 | 101 | 62 |
| Binary | 11010001 | 1010100 | 101101 | 0 | 111100 | 1001110 | 10010 | 1110 | 1000001 | 110010 |
Color Harmonies of #D1542D
Complementary color
Monochromatic Colors of #D1542D
Black with #D1542D
Text Example
Text Example
White with #D1542D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1542D; }
p { color: rgb(209,84,45); }
H1.HeaderClassName
{
color: #D1542D;
}
.AnyTagClassName
{
color: #D1542D;
}
</style>
background-color css
<style>
a { background-color: #D1542D; }
a { background-color: rgb(209,84,45); }
div.DivClassName
{
background-color: #D1542D;
}
.BgClassName
{
background-color: #D1542D;
}
</style>
border-color css
<style>
span { border-color: #D1542D; }
span { border-color: rgb(209,84,45); }
td.TdClassName
{
border-color: #D1542D;
}
.TagClassName
{
border-color: #D1542D;
}
</style>