Shades of Chilean Fire #D1582D
Tints of Chilean Fire #D1582D
RGB
CMYK
RGB Variations
Color information
#D1582D (or 0xD1582D) is known color: Chilean Fire. HEX triplet: D1, 58 and 2D. RGB value is (209,88,45). Sum of RGB (Red+Green+Blue) = 209+88+45=342 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.11% from 342); Green value is 88 (34.77% from 255 or 25.73% from 342); Blue value is 45 (17.97% from 255 or 13.16% from 342); Max value from RGB is 209 - color contains mainly: red. Hex color #D1582D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1582D is #2EA7D2. Grayscale: #777777. Windows color (decimal): -3057619 or 2971857. OLE color: 2971857.
HSL color Cylindrical-coordinate representation of color #D1582D: hue angle of 15.73º 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 #D1582D is Cyan = 0, Magento = 0.58, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 88 | 45 | - |
| CMYK | 0 | 0.58 | 0.78 | 0.18 |
| HSL | 15.73º | 0.65% | 0.5% | - |
| HSV(B) | 15.73º | 0.78% | 0.82% | - |
| XYZ | 30.26 | 20.72 | 4.89 | - |
| YUV | 119.28 | 86.09 | 192 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 88 | 45 | 0 | 0.58 | 0.78 | 0.18 | 15.73 | 0.65 | 0.5 |
| Hex | D1 | 58 | 2D | 0 | 3A | 4E | 12 | 10 | 41 | 32 |
| Octal | 321 | 130 | 55 | 0 | 72 | 116 | 22 | 20 | 101 | 62 |
| Binary | 11010001 | 1011000 | 101101 | 0 | 111010 | 1001110 | 10010 | 10000 | 1000001 | 110010 |
Color Harmonies of #D1582D
Complementary color
Monochromatic Colors of #D1582D
Black with #D1582D
Text Example
Text Example
White with #D1582D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1582D; }
p { color: rgb(209,88,45); }
H1.HeaderClassName
{
color: #D1582D;
}
.AnyTagClassName
{
color: #D1582D;
}
</style>
background-color css
<style>
a { background-color: #D1582D; }
a { background-color: rgb(209,88,45); }
div.DivClassName
{
background-color: #D1582D;
}
.BgClassName
{
background-color: #D1582D;
}
</style>
border-color css
<style>
span { border-color: #D1582D; }
span { border-color: rgb(209,88,45); }
td.TdClassName
{
border-color: #D1582D;
}
.TagClassName
{
border-color: #D1582D;
}
</style>