Shades of Chilean Fire #CF6131
Tints of Chilean Fire #CF6131
RGB
CMYK
RGB Variations
Color information
#CF6131 (or 0xCF6131) is known color: Chilean Fire. HEX triplet: CF, 61 and 31. RGB value is (207,97,49). Sum of RGB (Red+Green+Blue) = 207+97+49=353 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.64% from 353); Green value is 97 (38.28% from 255 or 27.48% from 353); Blue value is 49 (19.53% from 255 or 13.88% from 353); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6131 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6131 is #309ECE. Grayscale: #7C7C7C. Windows color (decimal): -3186383 or 3236303. OLE color: 3236303.
HSL color Cylindrical-coordinate representation of color #CF6131: hue angle of 18.23º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CF6131 is Cyan = 0, Magento = 0.53, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 97 | 49 | - |
| CMYK | 0 | 0.53 | 0.76 | 0.19 |
| HSL | 18.23º | 0.62% | 0.5% | - |
| HSV(B) | 18.23º | 0.76% | 0.81% | - |
| XYZ | 30.56 | 22.04 | 5.55 | - |
| YUV | 124.42 | 85.44 | 186.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 97 | 49 | 0 | 0.53 | 0.76 | 0.19 | 18.23 | 0.62 | 0.5 |
| Hex | CF | 61 | 31 | 0 | 35 | 4C | 13 | 12 | 3E | 32 |
| Octal | 317 | 141 | 61 | 0 | 65 | 114 | 23 | 22 | 76 | 62 |
| Binary | 11001111 | 1100001 | 110001 | 0 | 110101 | 1001100 | 10011 | 10010 | 111110 | 110010 |
Color Harmonies of #CF6131
Complementary color
Monochromatic Colors of #CF6131
Black with #CF6131
Text Example
Text Example
White with #CF6131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6131; }
p { color: rgb(207,97,49); }
H1.HeaderClassName
{
color: #CF6131;
}
.AnyTagClassName
{
color: #CF6131;
}
</style>
background-color css
<style>
a { background-color: #CF6131; }
a { background-color: rgb(207,97,49); }
div.DivClassName
{
background-color: #CF6131;
}
.BgClassName
{
background-color: #CF6131;
}
</style>
border-color css
<style>
span { border-color: #CF6131; }
span { border-color: rgb(207,97,49); }
td.TdClassName
{
border-color: #CF6131;
}
.TagClassName
{
border-color: #CF6131;
}
</style>