Shades of Chilean Fire #D9572E
Tints of Chilean Fire #D9572E
RGB
CMYK
RGB Variations
Color information
#D9572E (or 0xD9572E) is known color: Chilean Fire. HEX triplet: D9, 57 and 2E. RGB value is (217,87,46). Sum of RGB (Red+Green+Blue) = 217+87+46=350 (46% of max value = 765). Red value is 217 (85.16% from 255 or 62% from 350); Green value is 87 (34.38% from 255 or 24.86% from 350); Blue value is 46 (18.36% from 255 or 13.14% from 350); Max value from RGB is 217 - color contains mainly: red. Hex color #D9572E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9572E is #26A8D1. Grayscale: #797979. Windows color (decimal): -2533586 or 3037145. OLE color: 3037145.
HSL color Cylindrical-coordinate representation of color #D9572E: hue angle of 14.39º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D9572E is Cyan = 0, Magento = 0.60, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 87 | 46 | - |
| CMYK | 0 | 0.60 | 0.79 | 0.15 |
| HSL | 14.39º | 0.69% | 0.52% | - |
| HSV(B) | 14.39º | 0.79% | 0.85% | - |
| XYZ | 32.52 | 21.77 | 5.07 | - |
| YUV | 121.2 | 85.57 | 196.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 87 | 46 | 0 | 0.60 | 0.79 | 0.15 | 14.39 | 0.69 | 0.52 |
| Hex | D9 | 57 | 2E | 0 | 3C | 4F | F | E | 45 | 34 |
| Octal | 331 | 127 | 56 | 0 | 74 | 117 | 17 | 16 | 105 | 64 |
| Binary | 11011001 | 1010111 | 101110 | 0 | 111100 | 1001111 | 1111 | 1110 | 1000101 | 110100 |
Color Harmonies of #D9572E
Complementary color
Monochromatic Colors of #D9572E
Black with #D9572E
Text Example
Text Example
White with #D9572E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9572E; }
p { color: rgb(217,87,46); }
H1.HeaderClassName
{
color: #D9572E;
}
.AnyTagClassName
{
color: #D9572E;
}
</style>
background-color css
<style>
a { background-color: #D9572E; }
a { background-color: rgb(217,87,46); }
div.DivClassName
{
background-color: #D9572E;
}
.BgClassName
{
background-color: #D9572E;
}
</style>
border-color css
<style>
span { border-color: #D9572E; }
span { border-color: rgb(217,87,46); }
td.TdClassName
{
border-color: #D9572E;
}
.TagClassName
{
border-color: #D9572E;
}
</style>