Shades of Chilean Fire #CF562D
Tints of Chilean Fire #CF562D
RGB
CMYK
RGB Variations
Color information
#CF562D (or 0xCF562D) is known color: Chilean Fire. HEX triplet: CF, 56 and 2D. RGB value is (207,86,45). Sum of RGB (Red+Green+Blue) = 207+86+45=338 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.24% from 338); Green value is 86 (33.98% from 255 or 25.44% from 338); Blue value is 45 (17.97% from 255 or 13.31% from 338); Max value from RGB is 207 - color contains mainly: red. Hex color #CF562D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF562D is #30A9D2. Grayscale: #757575. Windows color (decimal): -3189203 or 2971343. OLE color: 2971343.
HSL color Cylindrical-coordinate representation of color #CF562D: hue angle of 15.19º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CF562D is Cyan = 0, Magento = 0.58, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 86 | 45 | - |
| CMYK | 0 | 0.58 | 0.78 | 0.19 |
| HSL | 15.19º | 0.64% | 0.49% | - |
| HSV(B) | 15.19º | 0.78% | 0.81% | - |
| XYZ | 29.53 | 20.11 | 4.81 | - |
| YUV | 117.51 | 87.09 | 191.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 86 | 45 | 0 | 0.58 | 0.78 | 0.19 | 15.19 | 0.64 | 0.49 |
| Hex | CF | 56 | 2D | 0 | 3A | 4E | 13 | F | 40 | 31 |
| Octal | 317 | 126 | 55 | 0 | 72 | 116 | 23 | 17 | 100 | 61 |
| Binary | 11001111 | 1010110 | 101101 | 0 | 111010 | 1001110 | 10011 | 1111 | 1000000 | 110001 |
Color Harmonies of #CF562D
Complementary color
Monochromatic Colors of #CF562D
Black with #CF562D
Text Example
Text Example
White with #CF562D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF562D; }
p { color: rgb(207,86,45); }
H1.HeaderClassName
{
color: #CF562D;
}
.AnyTagClassName
{
color: #CF562D;
}
</style>
background-color css
<style>
a { background-color: #CF562D; }
a { background-color: rgb(207,86,45); }
div.DivClassName
{
background-color: #CF562D;
}
.BgClassName
{
background-color: #CF562D;
}
</style>
border-color css
<style>
span { border-color: #CF562D; }
span { border-color: rgb(207,86,45); }
td.TdClassName
{
border-color: #CF562D;
}
.TagClassName
{
border-color: #CF562D;
}
</style>