Shades of Chilean Fire #D1572E
Tints of Chilean Fire #D1572E
RGB
CMYK
RGB Variations
Color information
#D1572E (or 0xD1572E) is known color: Chilean Fire. HEX triplet: D1, 57 and 2E. RGB value is (209,87,46). Sum of RGB (Red+Green+Blue) = 209+87+46=342 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.11% from 342); Green value is 87 (34.38% from 255 or 25.44% from 342); Blue value is 46 (18.36% from 255 or 13.45% from 342); Max value from RGB is 209 - color contains mainly: red. Hex color #D1572E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1572E is #2EA8D1. Grayscale: #777777. Windows color (decimal): -3057874 or 3037137. OLE color: 3037137.
HSL color Cylindrical-coordinate representation of color #D1572E: hue angle of 15.09º degrees, saturation: 0.64, 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 #D1572E is Cyan = 0, Magento = 0.58, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 87 | 46 | - |
| CMYK | 0 | 0.58 | 0.78 | 0.18 |
| HSL | 15.09º | 0.64% | 0.5% | - |
| HSV(B) | 15.09º | 0.78% | 0.82% | - |
| XYZ | 30.2 | 20.57 | 4.96 | - |
| YUV | 118.8 | 86.92 | 192.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 87 | 46 | 0 | 0.58 | 0.78 | 0.18 | 15.09 | 0.64 | 0.5 |
| Hex | D1 | 57 | 2E | 0 | 3A | 4E | 12 | F | 40 | 32 |
| Octal | 321 | 127 | 56 | 0 | 72 | 116 | 22 | 17 | 100 | 62 |
| Binary | 11010001 | 1010111 | 101110 | 0 | 111010 | 1001110 | 10010 | 1111 | 1000000 | 110010 |
Color Harmonies of #D1572E
Complementary color
Monochromatic Colors of #D1572E
Black with #D1572E
Text Example
Text Example
White with #D1572E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1572E; }
p { color: rgb(209,87,46); }
H1.HeaderClassName
{
color: #D1572E;
}
.AnyTagClassName
{
color: #D1572E;
}
</style>
background-color css
<style>
a { background-color: #D1572E; }
a { background-color: rgb(209,87,46); }
div.DivClassName
{
background-color: #D1572E;
}
.BgClassName
{
background-color: #D1572E;
}
</style>
border-color css
<style>
span { border-color: #D1572E; }
span { border-color: rgb(209,87,46); }
td.TdClassName
{
border-color: #D1572E;
}
.TagClassName
{
border-color: #D1572E;
}
</style>