Shades of Chilean Fire #D6572C
Tints of Chilean Fire #D6572C
RGB
CMYK
RGB Variations
Color information
#D6572C (or 0xD6572C) is known color: Chilean Fire. HEX triplet: D6, 57 and 2C. RGB value is (214,87,44). Sum of RGB (Red+Green+Blue) = 214+87+44=345 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.03% from 345); Green value is 87 (34.38% from 255 or 25.22% from 345); Blue value is 44 (17.58% from 255 or 12.75% from 345); Max value from RGB is 214 - color contains mainly: red. Hex color #D6572C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6572C is #29A8D3. Grayscale: #787878. Windows color (decimal): -2730196 or 2906070. OLE color: 2906070.
HSL color Cylindrical-coordinate representation of color #D6572C: hue angle of 15.18º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D6572C is Cyan = 0, Magento = 0.59, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 87 | 44 | - |
| CMYK | 0 | 0.59 | 0.79 | 0.16 |
| HSL | 15.18º | 0.67% | 0.51% | - |
| HSV(B) | 15.18º | 0.79% | 0.84% | - |
| XYZ | 31.59 | 21.29 | 4.83 | - |
| YUV | 120.07 | 85.08 | 195 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 87 | 44 | 0 | 0.59 | 0.79 | 0.16 | 15.18 | 0.67 | 0.51 |
| Hex | D6 | 57 | 2C | 0 | 3B | 4F | 10 | F | 43 | 33 |
| Octal | 326 | 127 | 54 | 0 | 73 | 117 | 20 | 17 | 103 | 63 |
| Binary | 11010110 | 1010111 | 101100 | 0 | 111011 | 1001111 | 10000 | 1111 | 1000011 | 110011 |
Color Harmonies of #D6572C
Complementary color
Monochromatic Colors of #D6572C
Black with #D6572C
Text Example
Text Example
White with #D6572C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6572C; }
p { color: rgb(214,87,44); }
H1.HeaderClassName
{
color: #D6572C;
}
.AnyTagClassName
{
color: #D6572C;
}
</style>
background-color css
<style>
a { background-color: #D6572C; }
a { background-color: rgb(214,87,44); }
div.DivClassName
{
background-color: #D6572C;
}
.BgClassName
{
background-color: #D6572C;
}
</style>
border-color css
<style>
span { border-color: #D6572C; }
span { border-color: rgb(214,87,44); }
td.TdClassName
{
border-color: #D6572C;
}
.TagClassName
{
border-color: #D6572C;
}
</style>