Shades of Chilean Fire #D1572F
Tints of Chilean Fire #D1572F
RGB
CMYK
RGB Variations
Color information
#D1572F (or 0xD1572F) is known color: Chilean Fire. HEX triplet: D1, 57 and 2F. RGB value is (209,87,47). Sum of RGB (Red+Green+Blue) = 209+87+47=343 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.93% from 343); Green value is 87 (34.38% from 255 or 25.36% from 343); Blue value is 47 (18.75% from 255 or 13.70% from 343); Max value from RGB is 209 - color contains mainly: red. Hex color #D1572F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1572F is #2EA8D0. Grayscale: #777777. Windows color (decimal): -3057873 or 3102673. OLE color: 3102673.
HSL color Cylindrical-coordinate representation of color #D1572F: hue angle of 14.81º 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 #D1572F is Cyan = 0, Magento = 0.58, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 87 | 47 | - |
| CMYK | 0 | 0.58 | 0.78 | 0.18 |
| HSL | 14.81º | 0.64% | 0.5% | - |
| HSV(B) | 14.81º | 0.78% | 0.82% | - |
| XYZ | 30.22 | 20.58 | 5.07 | - |
| YUV | 118.92 | 87.42 | 192.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 87 | 47 | 0 | 0.58 | 0.78 | 0.18 | 14.81 | 0.64 | 0.5 |
| Hex | D1 | 57 | 2F | 0 | 3A | 4E | 12 | F | 40 | 32 |
| Octal | 321 | 127 | 57 | 0 | 72 | 116 | 22 | 17 | 100 | 62 |
| Binary | 11010001 | 1010111 | 101111 | 0 | 111010 | 1001110 | 10010 | 1111 | 1000000 | 110010 |
Color Harmonies of #D1572F
Complementary color
Monochromatic Colors of #D1572F
Black with #D1572F
Text Example
Text Example
White with #D1572F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1572F; }
p { color: rgb(209,87,47); }
H1.HeaderClassName
{
color: #D1572F;
}
.AnyTagClassName
{
color: #D1572F;
}
</style>
background-color css
<style>
a { background-color: #D1572F; }
a { background-color: rgb(209,87,47); }
div.DivClassName
{
background-color: #D1572F;
}
.BgClassName
{
background-color: #D1572F;
}
</style>
border-color css
<style>
span { border-color: #D1572F; }
span { border-color: rgb(209,87,47); }
td.TdClassName
{
border-color: #D1572F;
}
.TagClassName
{
border-color: #D1572F;
}
</style>