Shades of Chilean Fire #CF572C
Tints of Chilean Fire #CF572C
RGB
CMYK
RGB Variations
Color information
#CF572C (or 0xCF572C) is known color: Chilean Fire. HEX triplet: CF, 57 and 2C. RGB value is (207,87,44). Sum of RGB (Red+Green+Blue) = 207+87+44=338 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.24% from 338); Green value is 87 (34.38% from 255 or 25.74% from 338); Blue value is 44 (17.58% from 255 or 13.02% from 338); Max value from RGB is 207 - color contains mainly: red. Hex color #CF572C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF572C is #30A8D3. Grayscale: #767676. Windows color (decimal): -3188948 or 2906063. OLE color: 2906063.
HSL color Cylindrical-coordinate representation of color #CF572C: hue angle of 15.83º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CF572C is Cyan = 0, Magento = 0.58, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 87 | 44 | - |
| CMYK | 0 | 0.58 | 0.79 | 0.19 |
| HSL | 15.83º | 0.65% | 0.49% | - |
| HSV(B) | 15.83º | 0.79% | 0.81% | - |
| XYZ | 29.59 | 20.26 | 4.73 | - |
| YUV | 117.98 | 86.26 | 191.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 87 | 44 | 0 | 0.58 | 0.79 | 0.19 | 15.83 | 0.65 | 0.49 |
| Hex | CF | 57 | 2C | 0 | 3A | 4F | 13 | 10 | 41 | 31 |
| Octal | 317 | 127 | 54 | 0 | 72 | 117 | 23 | 20 | 101 | 61 |
| Binary | 11001111 | 1010111 | 101100 | 0 | 111010 | 1001111 | 10011 | 10000 | 1000001 | 110001 |
Color Harmonies of #CF572C
Complementary color
Monochromatic Colors of #CF572C
Black with #CF572C
Text Example
Text Example
White with #CF572C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF572C; }
p { color: rgb(207,87,44); }
H1.HeaderClassName
{
color: #CF572C;
}
.AnyTagClassName
{
color: #CF572C;
}
</style>
background-color css
<style>
a { background-color: #CF572C; }
a { background-color: rgb(207,87,44); }
div.DivClassName
{
background-color: #CF572C;
}
.BgClassName
{
background-color: #CF572C;
}
</style>
border-color css
<style>
span { border-color: #CF572C; }
span { border-color: rgb(207,87,44); }
td.TdClassName
{
border-color: #CF572C;
}
.TagClassName
{
border-color: #CF572C;
}
</style>