Shades of Chilean Fire #D1572D
Tints of Chilean Fire #D1572D
RGB
CMYK
RGB Variations
Color information
#D1572D (or 0xD1572D) is known color: Chilean Fire. HEX triplet: D1, 57 and 2D. RGB value is (209,87,45). Sum of RGB (Red+Green+Blue) = 209+87+45=341 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.29% from 341); Green value is 87 (34.38% from 255 or 25.51% from 341); Blue value is 45 (17.97% from 255 or 13.20% from 341); Max value from RGB is 209 - color contains mainly: red. Hex color #D1572D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1572D is #2EA8D2. Grayscale: #767676. Windows color (decimal): -3057875 or 2971601. OLE color: 2971601.
HSL color Cylindrical-coordinate representation of color #D1572D: hue angle of 15.37º 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 #D1572D is Cyan = 0, Magento = 0.58, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 87 | 45 | - |
| CMYK | 0 | 0.58 | 0.78 | 0.18 |
| HSL | 15.37º | 0.65% | 0.5% | - |
| HSV(B) | 15.37º | 0.78% | 0.82% | - |
| XYZ | 30.18 | 20.56 | 4.86 | - |
| YUV | 118.69 | 86.42 | 192.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 87 | 45 | 0 | 0.58 | 0.78 | 0.18 | 15.37 | 0.65 | 0.5 |
| Hex | D1 | 57 | 2D | 0 | 3A | 4E | 12 | F | 41 | 32 |
| Octal | 321 | 127 | 55 | 0 | 72 | 116 | 22 | 17 | 101 | 62 |
| Binary | 11010001 | 1010111 | 101101 | 0 | 111010 | 1001110 | 10010 | 1111 | 1000001 | 110010 |
Color Harmonies of #D1572D
Complementary color
Monochromatic Colors of #D1572D
Black with #D1572D
Text Example
Text Example
White with #D1572D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1572D; }
p { color: rgb(209,87,45); }
H1.HeaderClassName
{
color: #D1572D;
}
.AnyTagClassName
{
color: #D1572D;
}
</style>
background-color css
<style>
a { background-color: #D1572D; }
a { background-color: rgb(209,87,45); }
div.DivClassName
{
background-color: #D1572D;
}
.BgClassName
{
background-color: #D1572D;
}
</style>
border-color css
<style>
span { border-color: #D1572D; }
span { border-color: rgb(209,87,45); }
td.TdClassName
{
border-color: #D1572D;
}
.TagClassName
{
border-color: #D1572D;
}
</style>